Class: Collmex::Api::AccBal
Class Method Summary collapse
Methods inherited from Line
default_hash, hashify, #initialize, #to_a, #to_csv, #to_h, #to_stringified_array
Constructor Details
This class inherits a constructor from Collmex::Api::Line
Class Method Details
.specification ⇒ Object
489 490 491 492 493 494 495 496 |
# File 'lib/collmex/api.rb', line 489 def self.specification [ {name: :identifyer, type: :string, fix: "ACC_BAL"}, {name: :account_number, type: :integer}, {name: :account_name, type: :string}, {name: :account_balance, type: :currency} ] end |