class MoneyS3::Parsers::UctyPohybuType
Public Instance Methods
to_h()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 70 def to_h hash = {} hash[:attributes] = attributes hash[:uc_prodejk] = uc_prodejk if has? 'UcProdejk' hash[:uc_prodejk_attributes] = uc_prodejk_attributes if has? 'UcProdejk' hash[:uc_prijemk] = uc_prijemk if has? 'UcPrijemk' hash[:uc_prijemk_attributes] = uc_prijemk_attributes if has? 'UcPrijemk' hash[:uc_vydejky] = uc_vydejky if has? 'UcVydejky' hash[:uc_vydejky_attributes] = uc_vydejky_attributes if has? 'UcVydejky' hash[:uc_vyrobky] = uc_vyrobky if has? 'UcVyrobky' hash[:uc_vyrobky_attributes] = uc_vyrobky_attributes if has? 'UcVyrobky' hash[:uc_v_dod_lst] = uc_v_dod_lst if has? 'UcVDodLst' hash[:uc_v_dod_lst_attributes] = uc_v_dod_lst_attributes if has? 'UcVDodLst' hash[:uc_p_dod_lst] = uc_p_dod_lst if has? 'UcPDodLst' hash[:uc_p_dod_lst_attributes] = uc_p_dod_lst_attributes if has? 'UcPDodLst' hash[:uc_manko] = uc_manko if has? 'UcManko' hash[:uc_manko_attributes] = uc_manko_attributes if has? 'UcManko' hash[:uc_preb] = uc_preb if has? 'UcPreb' hash[:uc_preb_attributes] = uc_preb_attributes if has? 'UcPreb' hash end
uc_manko()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 54 def uc_manko at 'UcManko' end
uc_manko_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 58 def uc_manko_attributes attributes_at 'UcManko' end
uc_p_dod_lst()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 46 def uc_p_dod_lst at 'UcPDodLst' end
uc_p_dod_lst_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 50 def uc_p_dod_lst_attributes attributes_at 'UcPDodLst' end
uc_preb()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 62 def uc_preb at 'UcPreb' end
uc_preb_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 66 def uc_preb_attributes attributes_at 'UcPreb' end
uc_prijemk()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 14 def uc_prijemk at 'UcPrijemk' end
uc_prijemk_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 18 def uc_prijemk_attributes attributes_at 'UcPrijemk' end
uc_prodejk()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 6 def uc_prodejk at 'UcProdejk' end
uc_prodejk_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 10 def uc_prodejk_attributes attributes_at 'UcProdejk' end
uc_v_dod_lst()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 38 def uc_v_dod_lst at 'UcVDodLst' end
uc_v_dod_lst_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 42 def uc_v_dod_lst_attributes attributes_at 'UcVDodLst' end
uc_vydejky()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 22 def uc_vydejky at 'UcVydejky' end
uc_vydejky_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 26 def uc_vydejky_attributes attributes_at 'UcVydejky' end
uc_vyrobky()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 30 def uc_vyrobky at 'UcVyrobky' end
uc_vyrobky_attributes()
click to toggle source
# File lib/money_s3/parsers/ucty_pohybu_type.rb, line 34 def uc_vyrobky_attributes attributes_at 'UcVyrobky' end