class MoneyS3::Parsers::SkladType
Public Instance Methods
cenik_sklad()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 30 def cenik_sklad at 'CenikSklad' end
cenik_sklad_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 34 def cenik_sklad_attributes attributes_at 'CenikSklad' end
ceny()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 118 def ceny at 'Ceny' end
ceny_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 122 def ceny_attributes attributes_at 'Ceny' end
definice_ceny()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 114 def definice_ceny submodel_at(DefiniceCeny, 'definiceCeny') end
guid()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 22 def guid at 'GUID' end
guid_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 26 def guid_attributes attributes_at 'GUID' end
kod_skladu()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 14 def kod_skladu at 'KodSkladu' end
kod_skladu_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 18 def kod_skladu_attributes attributes_at 'KodSkladu' end
konfigurace()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 110 def konfigurace submodel_at(Konfigurace, 'konfigurace') end
minus()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 54 def minus at 'Minus' end
minus_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 58 def minus_attributes attributes_at 'Minus' end
nazev()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 6 def nazev at 'Nazev' end
nazev_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 10 def nazev_attributes attributes_at 'Nazev' end
neupoz()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 62 def neupoz at 'Neupoz' end
neupoz_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 66 def neupoz_attributes attributes_at 'Neupoz' end
p_dod_lst_vz()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 162 def p_dod_lst_vz at 'PDodLstVz' end
p_dod_lst_vz_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 166 def p_dod_lst_vz_attributes attributes_at 'PDodLstVz' end
platno_do()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 46 def platno_do at 'PlatnoDo' end
platno_do_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 50 def platno_do_attributes attributes_at 'PlatnoDo' end
platno_od()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 38 def platno_od at 'PlatnoOd' end
platno_od_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 42 def platno_od_attributes attributes_at 'PlatnoOd' end
prepocet()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 102 def prepocet at 'Prepocet' end
prepocet_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 106 def prepocet_attributes attributes_at 'Prepocet' end
prod_ceny_d()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 94 def prod_ceny_d at 'ProdCenyD' end
prod_ceny_d_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 98 def prod_ceny_d_attributes attributes_at 'ProdCenyD' end
prodejk_vz()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 146 def prodejk_vz at 'ProdejkVz' end
prodejk_vz_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 150 def prodejk_vz_attributes attributes_at 'ProdejkVz' end
to_h()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 170 def to_h hash = {} hash[:attributes] = attributes hash[:nazev] = nazev if has? 'Nazev' hash[:nazev_attributes] = nazev_attributes if has? 'Nazev' hash[:kod_skladu] = kod_skladu if has? 'KodSkladu' hash[:kod_skladu_attributes] = kod_skladu_attributes if has? 'KodSkladu' hash[:guid] = guid if has? 'GUID' hash[:guid_attributes] = guid_attributes if has? 'GUID' hash[:cenik_sklad] = cenik_sklad if has? 'CenikSklad' hash[:cenik_sklad_attributes] = cenik_sklad_attributes if has? 'CenikSklad' hash[:platno_od] = platno_od if has? 'PlatnoOd' hash[:platno_od_attributes] = platno_od_attributes if has? 'PlatnoOd' hash[:platno_do] = platno_do if has? 'PlatnoDo' hash[:platno_do_attributes] = platno_do_attributes if has? 'PlatnoDo' hash[:minus] = minus if has? 'Minus' hash[:minus_attributes] = minus_attributes if has? 'Minus' hash[:neupoz] = neupoz if has? 'Neupoz' hash[:neupoz_attributes] = neupoz_attributes if has? 'Neupoz' hash[:vyber_cen] = vyber_cen if has? 'Vyber_cen' hash[:vyber_cen_attributes] = vyber_cen_attributes if has? 'Vyber_cen' hash[:vyber_dod] = vyber_dod if has? 'Vyber_dod' hash[:vyber_dod_attributes] = vyber_dod_attributes if has? 'Vyber_dod' hash[:zpusob] = zpusob if has? 'Zpusob' hash[:zpusob_attributes] = zpusob_attributes if has? 'Zpusob' hash[:prod_ceny_d] = prod_ceny_d if has? 'ProdCenyD' hash[:prod_ceny_d_attributes] = prod_ceny_d_attributes if has? 'ProdCenyD' hash[:prepocet] = prepocet if has? 'Prepocet' hash[:prepocet_attributes] = prepocet_attributes if has? 'Prepocet' hash[:konfigurace] = konfigurace.to_h if has? 'konfigurace' hash[:definice_ceny] = definice_ceny.to_h if has? 'definiceCeny' hash[:ceny] = ceny if has? 'Ceny' hash[:ceny_attributes] = ceny_attributes if has? 'Ceny' hash[:uc_pohyb_m] = uc_pohyb_m.to_h if has? 'UcPohybM' hash[:uc_pohyb_z] = uc_pohyb_z.to_h if has? 'UcPohybZ' hash[:uc_pohyb_v] = uc_pohyb_v.to_h if has? 'UcPohybV' hash[:uc_vyrobk_vv] = uc_vyrobk_vv if has? 'UcVyrobkVV' hash[:uc_vyrobk_vv_attributes] = uc_vyrobk_vv_attributes if has? 'UcVyrobkVV' hash[:prodejk_vz] = prodejk_vz if has? 'ProdejkVz' hash[:prodejk_vz_attributes] = prodejk_vz_attributes if has? 'ProdejkVz' hash[:v_dod_lst_vz] = v_dod_lst_vz if has? 'VDodLstVz' hash[:v_dod_lst_vz_attributes] = v_dod_lst_vz_attributes if has? 'VDodLstVz' hash[:p_dod_lst_vz] = p_dod_lst_vz if has? 'PDodLstVz' hash[:p_dod_lst_vz_attributes] = p_dod_lst_vz_attributes if has? 'PDodLstVz' hash end
uc_pohyb_m()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 126 def uc_pohyb_m submodel_at(UctyPohybuType, 'UcPohybM') end
uc_pohyb_v()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 134 def uc_pohyb_v submodel_at(UctyPohybuType, 'UcPohybV') end
uc_pohyb_z()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 130 def uc_pohyb_z submodel_at(UctyPohybuType, 'UcPohybZ') end
uc_vyrobk_vv()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 138 def uc_vyrobk_vv at 'UcVyrobkVV' end
uc_vyrobk_vv_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 142 def uc_vyrobk_vv_attributes attributes_at 'UcVyrobkVV' end
v_dod_lst_vz()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 154 def v_dod_lst_vz at 'VDodLstVz' end
v_dod_lst_vz_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 158 def v_dod_lst_vz_attributes attributes_at 'VDodLstVz' end
vyber_cen()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 70 def vyber_cen at 'Vyber_cen' end
vyber_cen_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 74 def vyber_cen_attributes attributes_at 'Vyber_cen' end
vyber_dod()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 78 def vyber_dod at 'Vyber_dod' end
vyber_dod_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 82 def vyber_dod_attributes attributes_at 'Vyber_dod' end
zpusob()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 86 def zpusob at 'Zpusob' end
zpusob_attributes()
click to toggle source
# File lib/money_s3/parsers/sklad_type.rb, line 90 def zpusob_attributes attributes_at 'Zpusob' end