class MoneyS3::Parsers::NesklPolozka
Public Instance Methods
bar_code()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 62 def bar_code at 'BarCode' end
bar_code_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 66 def bar_code_attributes attributes_at 'BarCode' end
dat_exp()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 118 def dat_exp at 'DatExp' end
dat_exp_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 122 def dat_exp_attributes attributes_at 'DatExp' end
dat_nakupu()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 126 def dat_nakupu at 'DatNakupu' end
dat_nakupu_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 130 def dat_nakupu_attributes attributes_at 'DatNakupu' end
dodavatel()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 134 def dodavatel submodel_at(FirmaType, 'Dodavatel') end
hmotnost()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 86 def hmotnost at 'Hmotnost' end
hmotnost_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 90 def hmotnost_attributes attributes_at 'Hmotnost' end
katalog()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 14 def katalog at 'Katalog' end
katalog_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 18 def katalog_attributes attributes_at 'Katalog' end
konec_odpocet()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 102 def konec_odpocet at 'KonecOdpocet' end
konec_odpocet_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 106 def konec_odpocet_attributes attributes_at 'KonecOdpocet' end
mj()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 6 def mj at 'MJ' end
mj_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 10 def mj_attributes attributes_at 'MJ' end
plneno_dph()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 94 def plneno_dph at 'PlnenoDPH' end
plneno_dph_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 98 def plneno_dph_attributes attributes_at 'PlnenoDPH' end
predm_pln()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 138 def predm_pln at 'PredmPln' end
predm_pln_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 142 def predm_pln_attributes attributes_at 'PredmPln' end
protizapis()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 54 def protizapis at 'Protizapis' end
protizapis_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 58 def protizapis_attributes attributes_at 'Protizapis' end
to_h()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 146 def to_h hash = {} hash[:attributes] = attributes hash[:mj] = mj if has? 'MJ' hash[:mj_attributes] = mj_attributes if has? 'MJ' hash[:katalog] = katalog if has? 'Katalog' hash[:katalog_attributes] = katalog_attributes if has? 'Katalog' hash[:zaloha] = zaloha if has? 'Zaloha' hash[:zaloha_attributes] = zaloha_attributes if has? 'Zaloha' hash[:zdan_zaloha] = zdan_zaloha if has? 'ZdanZaloha' hash[:zdan_zaloha_attributes] = zdan_zaloha_attributes if has? 'ZdanZaloha' hash[:typ_zar_doby] = typ_zar_doby if has? 'TypZarDoby' hash[:typ_zar_doby_attributes] = typ_zar_doby_attributes if has? 'TypZarDoby' hash[:zar_doba] = zar_doba if has? 'ZarDoba' hash[:zar_doba_attributes] = zar_doba_attributes if has? 'ZarDoba' hash[:protizapis] = protizapis if has? 'Protizapis' hash[:protizapis_attributes] = protizapis_attributes if has? 'Protizapis' hash[:bar_code] = bar_code if has? 'BarCode' hash[:bar_code_attributes] = bar_code_attributes if has? 'BarCode' hash[:zkrat] = zkrat if has? 'Zkrat' hash[:zkrat_attributes] = zkrat_attributes if has? 'Zkrat' hash[:uziv_code] = uziv_code if has? 'UzivCode' hash[:uziv_code_attributes] = uziv_code_attributes if has? 'UzivCode' hash[:hmotnost] = hmotnost if has? 'Hmotnost' hash[:hmotnost_attributes] = hmotnost_attributes if has? 'Hmotnost' hash[:plneno_dph] = plneno_dph if has? 'PlnenoDPH' hash[:plneno_dph_attributes] = plneno_dph_attributes if has? 'PlnenoDPH' hash[:konec_odpocet] = konec_odpocet if has? 'KonecOdpocet' hash[:konec_odpocet_attributes] = konec_odpocet_attributes if has? 'KonecOdpocet' hash[:vyrobni_cis] = vyrobni_cis if has? 'VyrobniCis' hash[:vyrobni_cis_attributes] = vyrobni_cis_attributes if has? 'VyrobniCis' hash[:dat_exp] = dat_exp if has? 'DatExp' hash[:dat_exp_attributes] = dat_exp_attributes if has? 'DatExp' hash[:dat_nakupu] = dat_nakupu if has? 'DatNakupu' hash[:dat_nakupu_attributes] = dat_nakupu_attributes if has? 'DatNakupu' hash[:dodavatel] = dodavatel.to_h if has? 'Dodavatel' hash[:predm_pln] = predm_pln if has? 'PredmPln' hash[:predm_pln_attributes] = predm_pln_attributes if has? 'PredmPln' hash end
typ_zar_doby()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 38 def typ_zar_doby at 'TypZarDoby' end
typ_zar_doby_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 42 def typ_zar_doby_attributes attributes_at 'TypZarDoby' end
uziv_code()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 78 def uziv_code at 'UzivCode' end
uziv_code_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 82 def uziv_code_attributes attributes_at 'UzivCode' end
vyrobni_cis()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 110 def vyrobni_cis at 'VyrobniCis' end
vyrobni_cis_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 114 def vyrobni_cis_attributes attributes_at 'VyrobniCis' end
zaloha()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 22 def zaloha at 'Zaloha' end
zaloha_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 26 def zaloha_attributes attributes_at 'Zaloha' end
zar_doba()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 46 def zar_doba at 'ZarDoba' end
zar_doba_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 50 def zar_doba_attributes attributes_at 'ZarDoba' end
zdan_zaloha()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 30 def zdan_zaloha at 'ZdanZaloha' end
zdan_zaloha_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 34 def zdan_zaloha_attributes attributes_at 'ZdanZaloha' end
zkrat()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 70 def zkrat at 'Zkrat' end
zkrat_attributes()
click to toggle source
# File lib/money_s3/parsers/neskl_polozka.rb, line 74 def zkrat_attributes attributes_at 'Zkrat' end