Class: MaintenanceTasks::BatchCsvCollectionBuilder::BatchCsv Private

Inherits:
Struct
  • Object
show all
Defined in:
app/models/maintenance_tasks/batch_csv_collection_builder.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#batch_sizeObject

Returns the value of attribute batch_size

Returns:

  • (Object)

    the current value of batch_size



10
11
12
# File 'app/models/maintenance_tasks/batch_csv_collection_builder.rb', line 10

def batch_size
  @batch_size
end

#csvObject

Returns the value of attribute csv

Returns:

  • (Object)

    the current value of csv



10
11
12
# File 'app/models/maintenance_tasks/batch_csv_collection_builder.rb', line 10

def csv
  @csv
end