class MoneyS3::Parsers::NormPolozIDType
Public Instance Methods
cena()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 30 def cena at 'Cena' end
cena_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 34 def cena_attributes attributes_at 'Cena' end
cena_typ()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 38 def cena_typ at 'CenaTyp' end
cena_typ_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 42 def cena_typ_attributes attributes_at 'CenaTyp' end
cinnost()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 102 def cinnost at 'Cinnost' end
cinnost_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 106 def cinnost_attributes attributes_at 'Cinnost' end
cleneni()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 78 def cleneni at 'Cleneni' end
cleneni_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 82 def cleneni_attributes attributes_at 'Cleneni' end
pocet_mj()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 62 def pocet_mj at 'PocetMJ' end
pocet_mj_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 66 def pocet_mj_attributes attributes_at 'PocetMJ' end
popis()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 14 def popis at 'Popis' end
popis_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 18 def popis_attributes attributes_at 'Popis' end
poradi()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 6 def poradi at 'Poradi' end
poradi_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 10 def poradi_attributes attributes_at 'Poradi' end
poznamka()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 110 def poznamka at 'Poznamka' end
poznamka_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 114 def poznamka_attributes attributes_at 'Poznamka' end
pr_kont()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 70 def pr_kont at 'PrKont' end
pr_kont_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 74 def pr_kont_attributes attributes_at 'PrKont' end
sazba_dph()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 46 def sazba_dph at 'SazbaDPH' end
sazba_dph_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 50 def sazba_dph_attributes attributes_at 'SazbaDPH' end
stred()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 86 def stred at 'Stred' end
stred_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 90 def stred_attributes attributes_at 'Stred' end
text_mj()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 54 def text_mj at 'TextMJ' end
text_mj_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 58 def text_mj_attributes attributes_at 'TextMJ' end
to_h()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 118 def to_h hash = {} hash[:attributes] = attributes hash[:poradi] = poradi if has? 'Poradi' hash[:poradi_attributes] = poradi_attributes if has? 'Poradi' hash[:popis] = popis if has? 'Popis' hash[:popis_attributes] = popis_attributes if has? 'Popis' hash[:zkratka] = zkratka if has? 'Zkratka' hash[:zkratka_attributes] = zkratka_attributes if has? 'Zkratka' hash[:cena] = cena if has? 'Cena' hash[:cena_attributes] = cena_attributes if has? 'Cena' hash[:cena_typ] = cena_typ if has? 'CenaTyp' hash[:cena_typ_attributes] = cena_typ_attributes if has? 'CenaTyp' hash[:sazba_dph] = sazba_dph if has? 'SazbaDPH' hash[:sazba_dph_attributes] = sazba_dph_attributes if has? 'SazbaDPH' hash[:text_mj] = text_mj if has? 'TextMJ' hash[:text_mj_attributes] = text_mj_attributes if has? 'TextMJ' hash[:pocet_mj] = pocet_mj if has? 'PocetMJ' hash[:pocet_mj_attributes] = pocet_mj_attributes if has? 'PocetMJ' hash[:pr_kont] = pr_kont if has? 'PrKont' hash[:pr_kont_attributes] = pr_kont_attributes if has? 'PrKont' hash[:cleneni] = cleneni if has? 'Cleneni' hash[:cleneni_attributes] = cleneni_attributes if has? 'Cleneni' 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[:poznamka] = poznamka if has? 'Poznamka' hash[:poznamka_attributes] = poznamka_attributes if has? 'Poznamka' hash end
zakazka()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 94 def zakazka at 'Zakazka' end
zakazka_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 98 def zakazka_attributes attributes_at 'Zakazka' end
zkratka()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 22 def zkratka at 'Zkratka' end
zkratka_attributes()
click to toggle source
# File lib/money_s3/parsers/norm_poloz_id_type.rb, line 26 def zkratka_attributes attributes_at 'Zkratka' end