class MoneyS3::Parsers::Ucet
Public Instance Methods
b_kod()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 22 def b_kod at 'BKod' end
b_kod_attributes()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 26 def b_kod_attributes attributes_at 'BKod' end
b_nazev()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 30 def b_nazev at 'BNazev' end
b_nazev_attributes()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 34 def b_nazev_attributes attributes_at 'BNazev' end
to_h()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 38 def to_h hash = {} hash[:attributes] = attributes hash[:zkrat] = zkrat if has? 'Zkrat' hash[:zkrat_attributes] = zkrat_attributes if has? 'Zkrat' hash[:ucet] = ucet if has? 'Ucet' hash[:ucet_attributes] = ucet_attributes if has? 'Ucet' hash[:b_kod] = b_kod if has? 'BKod' hash[:b_kod_attributes] = b_kod_attributes if has? 'BKod' hash[:b_nazev] = b_nazev if has? 'BNazev' hash[:b_nazev_attributes] = b_nazev_attributes if has? 'BNazev' hash end
ucet()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 14 def ucet at 'Ucet' end
ucet_attributes()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 18 def ucet_attributes attributes_at 'Ucet' end
zkrat()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 6 def zkrat at 'Zkrat' end
zkrat_attributes()
click to toggle source
# File lib/money_s3/parsers/ucet.rb, line 10 def zkrat_attributes attributes_at 'Zkrat' end