class MoneyS3::Parsers::BankSpojeniType
Public Instance Methods
kod_banky()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 14 def kod_banky at 'KodBanky' end
kod_banky_attributes()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 18 def kod_banky_attributes attributes_at 'KodBanky' end
mena()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 22 def mena at 'Mena' end
mena_attributes()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 26 def mena_attributes attributes_at 'Mena' end
to_h()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 38 def to_h hash = {} hash[:attributes] = attributes hash[:ucet] = ucet if has? 'Ucet' hash[:ucet_attributes] = ucet_attributes if has? 'Ucet' hash[:kod_banky] = kod_banky if has? 'KodBanky' hash[:kod_banky_attributes] = kod_banky_attributes if has? 'KodBanky' hash[:mena] = mena if has? 'Mena' hash[:mena_attributes] = mena_attributes if has? 'Mena' hash[:ucel] = ucel if has? 'Ucel' hash[:ucel_attributes] = ucel_attributes if has? 'Ucel' hash end
ucel()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 30 def ucel at 'Ucel' end
ucel_attributes()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 34 def ucel_attributes attributes_at 'Ucel' end
ucet()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 6 def ucet at 'Ucet' end
ucet_attributes()
click to toggle source
# File lib/money_s3/parsers/bank_spojeni_type.rb, line 10 def ucet_attributes attributes_at 'Ucet' end