class Guevara::BatchControl
Public Instance Methods
default_attributes()
click to toggle source
# File lib/guevara/batch_control.rb, line 6 def default_attributes { discretionary_data: '' } end
fields()
click to toggle source
# File lib/guevara/batch_control.rb, line 10 def fields ["8", "%<service_class>3d", "%<entry_count>06d", "%<entry_hash>010d", "%<total_debit>012d", "%<total_credit>012d", "%<company_id>10.10s", " " * 25, # Authentication and reserved fields. "%<origin_id>8d", "%<number>07d"] end