class MoneyS3::Parsers::RozuctPolozIDType
Public Instance Methods
adresa()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 102 def adresa submodel_at(FirmaType, 'Adresa') end
castka()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 30 def castka at 'Castka' end
castka_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 34 def castka_attributes attributes_at 'Castka' end
cinnost()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 54 def cinnost at 'Cinnost' end
cinnost_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 58 def cinnost_attributes attributes_at 'Cinnost' end
par_ico()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 70 def par_ico at 'ParICO' end
par_ico_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 74 def par_ico_attributes attributes_at 'ParICO' end
par_sym()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 62 def par_sym at 'ParSym' end
par_sym_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 66 def par_sym_attributes attributes_at 'ParSym' end
popis()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 6 def popis at 'Popis' end
popis_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 10 def popis_attributes attributes_at 'Popis' end
pozn()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 78 def pozn at 'Pozn' end
pozn_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 82 def pozn_attributes attributes_at 'Pozn' end
sazba_dph()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 94 def sazba_dph at 'SazbaDPH' end
sazba_dph_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 98 def sazba_dph_attributes attributes_at 'SazbaDPH' end
stred()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 38 def stred at 'Stred' end
stred_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 42 def stred_attributes attributes_at 'Stred' end
to_h()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 106 def to_h hash = {} hash[:attributes] = attributes hash[:popis] = popis if has? 'Popis' hash[:popis_attributes] = popis_attributes if has? 'Popis' hash[:uc_md] = uc_md if has? 'UcMD' hash[:uc_md_attributes] = uc_md_attributes if has? 'UcMD' hash[:uc_d] = uc_d if has? 'UcD' hash[:uc_d_attributes] = uc_d_attributes if has? 'UcD' hash[:castka] = castka if has? 'Castka' hash[:castka_attributes] = castka_attributes if has? 'Castka' hash[:stred] = stred if has? 'Stred' hash[:stred_attributes] = stred_attributes if has? 'Stred' hash[:zakazka] = zakazka if has? 'Zakazka' hash[:zakazka_attributes] = zakazka_attributes if has? 'Zakazka' hash[:cinnost] = cinnost if has? 'Cinnost' hash[:cinnost_attributes] = cinnost_attributes if has? 'Cinnost' hash[:par_sym] = par_sym if has? 'ParSym' hash[:par_sym_attributes] = par_sym_attributes if has? 'ParSym' hash[:par_ico] = par_ico if has? 'ParICO' hash[:par_ico_attributes] = par_ico_attributes if has? 'ParICO' hash[:pozn] = pozn if has? 'Pozn' hash[:pozn_attributes] = pozn_attributes if has? 'Pozn' hash[:typ_cena] = typ_cena if has? 'TypCena' hash[:typ_cena_attributes] = typ_cena_attributes if has? 'TypCena' hash[:sazba_dph] = sazba_dph if has? 'SazbaDPH' hash[:sazba_dph_attributes] = sazba_dph_attributes if has? 'SazbaDPH' hash[:adresa] = adresa.to_h if has? 'Adresa' hash end
typ_cena()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 86 def typ_cena at 'TypCena' end
typ_cena_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 90 def typ_cena_attributes attributes_at 'TypCena' end
uc_d()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 22 def uc_d at 'UcD' end
uc_d_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 26 def uc_d_attributes attributes_at 'UcD' end
uc_md()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 14 def uc_md at 'UcMD' end
uc_md_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 18 def uc_md_attributes attributes_at 'UcMD' end
zakazka()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 46 def zakazka at 'Zakazka' end
zakazka_attributes()
click to toggle source
# File lib/money_s3/parsers/rozuct_poloz_id_type.rb, line 50 def zakazka_attributes attributes_at 'Zakazka' end