class MoneyS3::Parsers::ClenDPHType
Public Instance Methods
bez_odpoctu()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 54 def bez_odpoctu at 'BezOdpoctu' end
bez_odpoctu_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 58 def bez_odpoctu_attributes attributes_at 'BezOdpoctu' end
datum_od()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 14 def datum_od at 'DatumOd' end
datum_od_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 18 def datum_od_attributes attributes_at 'DatumOd' end
kod_plneni()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 46 def kod_plneni at 'KodPlneni' end
kod_plneni_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 50 def kod_plneni_attributes attributes_at 'KodPlneni' end
kolonka()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 38 def kolonka at 'Kolonka' end
kolonka_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 42 def kolonka_attributes attributes_at 'Kolonka' end
kv1()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 78 def kv1 at 'KV1' end
kv1_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 82 def kv1_attributes attributes_at 'KV1' end
kv2()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 86 def kv2 at 'KV2' end
kv2_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 90 def kv2_attributes attributes_at 'KV2' end
kv_insolv()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 118 def kv_insolv at 'KVInsolv' end
kv_insolv_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 122 def kv_insolv_attributes attributes_at 'KVInsolv' end
kv_limit()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 94 def kv_limit at 'KVLimit' end
kv_limit_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 98 def kv_limit_attributes attributes_at 'KVLimit' end
kv_pomer()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 110 def kv_pomer at 'KVPomer' end
kv_pomer_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 114 def kv_pomer_attributes attributes_at 'KVPomer' end
kv_rezim()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 102 def kv_rezim at 'KVRezim' end
kv_rezim_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 106 def kv_rezim_attributes attributes_at 'KVRezim' end
majetek()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 70 def majetek at 'Majetek' end
majetek_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 74 def majetek_attributes attributes_at 'Majetek' end
moss()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 126 def moss at 'MOSS' end
moss_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 130 def moss_attributes attributes_at 'MOSS' end
no_koef()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 62 def no_koef at 'NoKoef' end
no_koef_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 66 def no_koef_attributes attributes_at 'NoKoef' end
popis()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 22 def popis at 'Popis' end
popis_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 26 def popis_attributes attributes_at 'Popis' end
pozn()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 134 def pozn at 'Pozn' end
pozn_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 138 def pozn_attributes attributes_at 'Pozn' end
to_h()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 142 def to_h hash = {} hash[:attributes] = attributes hash[:zkrat] = zkrat if has? 'Zkrat' hash[:zkrat_attributes] = zkrat_attributes if has? 'Zkrat' hash[:datum_od] = datum_od if has? 'DatumOd' hash[:datum_od_attributes] = datum_od_attributes if has? 'DatumOd' hash[:popis] = popis if has? 'Popis' hash[:popis_attributes] = popis_attributes if has? 'Popis' hash[:typ] = typ if has? 'Typ' hash[:typ_attributes] = typ_attributes if has? 'Typ' hash[:kolonka] = kolonka if has? 'Kolonka' hash[:kolonka_attributes] = kolonka_attributes if has? 'Kolonka' hash[:kod_plneni] = kod_plneni if has? 'KodPlneni' hash[:kod_plneni_attributes] = kod_plneni_attributes if has? 'KodPlneni' hash[:bez_odpoctu] = bez_odpoctu if has? 'BezOdpoctu' hash[:bez_odpoctu_attributes] = bez_odpoctu_attributes if has? 'BezOdpoctu' hash[:no_koef] = no_koef if has? 'NoKoef' hash[:no_koef_attributes] = no_koef_attributes if has? 'NoKoef' hash[:majetek] = majetek if has? 'Majetek' hash[:majetek_attributes] = majetek_attributes if has? 'Majetek' hash[:kv1] = kv1 if has? 'KV1' hash[:kv1_attributes] = kv1_attributes if has? 'KV1' hash[:kv2] = kv2 if has? 'KV2' hash[:kv2_attributes] = kv2_attributes if has? 'KV2' hash[:kv_limit] = kv_limit if has? 'KVLimit' hash[:kv_limit_attributes] = kv_limit_attributes if has? 'KVLimit' hash[:kv_rezim] = kv_rezim if has? 'KVRezim' hash[:kv_rezim_attributes] = kv_rezim_attributes if has? 'KVRezim' hash[:kv_pomer] = kv_pomer if has? 'KVPomer' hash[:kv_pomer_attributes] = kv_pomer_attributes if has? 'KVPomer' hash[:kv_insolv] = kv_insolv if has? 'KVInsolv' hash[:kv_insolv_attributes] = kv_insolv_attributes if has? 'KVInsolv' hash[:moss] = moss if has? 'MOSS' hash[:moss_attributes] = moss_attributes if has? 'MOSS' hash[:pozn] = pozn if has? 'Pozn' hash[:pozn_attributes] = pozn_attributes if has? 'Pozn' hash end
typ()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 30 def typ at 'Typ' end
typ_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 34 def typ_attributes attributes_at 'Typ' end
zkrat()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 6 def zkrat at 'Zkrat' end
zkrat_attributes()
click to toggle source
# File lib/money_s3/parsers/clen_dph_type.rb, line 10 def zkrat_attributes attributes_at 'Zkrat' end