Class: Guevara::FileControl
Instance Attribute Summary
Attributes inherited from Row
Instance Method Summary collapse
Methods inherited from Row
#default_attributes, #format_attributes, #initialize, #to_s
Constructor Details
This class inherits a constructor from Guevara::Row
Instance Method Details
#fields ⇒ Object
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/guevara/file_control.rb', line 7 def fields ["9", "%<batch_count>06d", "%<block_count>06d", "%<entry_count>08d", "%<entry_hash>010d", "%<total_debit>012d", "%<total_credit>012d", " " * 39] # reserved end |