Class: Bambora::BatchUpload::CreateBatchFile
- Inherits:
-
Object
- Object
- Bambora::BatchUpload::CreateBatchFile
- Defined in:
- lib/bambora/batch_upload/create_batch_file.rb
Instance Attribute Summary collapse
-
#txn_array ⇒ Object
Returns the value of attribute txn_array.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(txn_array) ⇒ CreateBatchFile
constructor
A new instance of CreateBatchFile.
Constructor Details
#initialize(txn_array) ⇒ CreateBatchFile
Returns a new instance of CreateBatchFile.
9 10 11 |
# File 'lib/bambora/batch_upload/create_batch_file.rb', line 9 def initialize(txn_array) @txn_array = txn_array end |
Instance Attribute Details
#txn_array ⇒ Object
Returns the value of attribute txn_array.
7 8 9 |
# File 'lib/bambora/batch_upload/create_batch_file.rb', line 7 def txn_array @txn_array end |
Instance Method Details
#call ⇒ Object
13 14 15 |
# File 'lib/bambora/batch_upload/create_batch_file.rb', line 13 def call create_file end |