Class: MaintenanceTasks::BatchCsvCollectionBuilder::BatchCsv Private
- Inherits:
-
Struct
- Object
- Struct
- MaintenanceTasks::BatchCsvCollectionBuilder::BatchCsv
- 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
-
#batch_size ⇒ Object
Returns the value of attribute batch_size.
-
#csv ⇒ Object
Returns the value of attribute csv.
Instance Attribute Details
#batch_size ⇒ Object
Returns the value of attribute batch_size
10 11 12 |
# File 'app/models/maintenance_tasks/batch_csv_collection_builder.rb', line 10 def batch_size @batch_size end |
#csv ⇒ Object
Returns the value of attribute csv
10 11 12 |
# File 'app/models/maintenance_tasks/batch_csv_collection_builder.rb', line 10 def csv @csv end |