class KnapsackPro::Batch
Attributes
Public Class Methods
Source
# File lib/knapsack_pro/batch.rb, line 7 def initialize(test_file_paths) @test_file_paths = test_file_paths @status = :not_executed end
# File lib/knapsack_pro/batch.rb, line 7 def initialize(test_file_paths) @test_file_paths = test_file_paths @status = :not_executed end