class MoneyS3::Parsers::NepritomnostType
Public Instance Methods
dat_porodu()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 30 def dat_porodu at 'DatPorodu' end
dat_porodu_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 34 def dat_porodu_attributes attributes_at 'DatPorodu' end
hodin()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 70 def hodin at 'Hodin' end
hodin_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 74 def hodin_attributes attributes_at 'Hodin' end
kal_dnu()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 54 def kal_dnu at 'KalDnu' end
kal_dnu_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 58 def kal_dnu_attributes attributes_at 'KalDnu' end
konec()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 22 def konec at 'Konec' end
konec_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 26 def konec_attributes attributes_at 'Konec' end
nahr_mzdy()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 102 def nahr_mzdy at 'NahrMzdy' end
nahr_mzdy_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 106 def nahr_mzdy_attributes attributes_at 'NahrMzdy' end
odp_hod_k()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 46 def odp_hod_k at 'OdpHodK' end
odp_hod_k_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 50 def odp_hod_k_attributes attributes_at 'OdpHodK' end
odp_hod_z()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 38 def odp_hod_z at 'OdpHodZ' end
odp_hod_z_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 42 def odp_hod_z_attributes attributes_at 'OdpHodZ' end
pokrac_nepr()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 94 def pokrac_nepr at 'PokracNepr' end
pokrac_nepr_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 98 def pokrac_nepr_attributes attributes_at 'PokracNepr' end
pozn()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 118 def pozn at 'Pozn' end
pozn_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 122 def pozn_attributes attributes_at 'Pozn' end
prac_dnu()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 62 def prac_dnu at 'PracDnu' end
prac_dnu_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 66 def prac_dnu_attributes attributes_at 'PracDnu' end
prepoc_dny()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 110 def prepoc_dny at 'PrepocDny' end
prepoc_dny_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 114 def prepoc_dny_attributes attributes_at 'PrepocDny' end
svat_dnu()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 78 def svat_dnu at 'SvatDnu' end
svat_dnu_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 82 def svat_dnu_attributes attributes_at 'SvatDnu' end
svat_hod()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 86 def svat_hod at 'SvatHod' end
svat_hod_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 90 def svat_hod_attributes attributes_at 'SvatHod' end
to_h()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 126 def to_h hash = {} hash[:attributes] = attributes hash[:typ] = typ if has? 'Typ' hash[:typ_attributes] = typ_attributes if has? 'Typ' hash[:zacatek] = zacatek if has? 'Zacatek' hash[:zacatek_attributes] = zacatek_attributes if has? 'Zacatek' hash[:konec] = konec if has? 'Konec' hash[:konec_attributes] = konec_attributes if has? 'Konec' hash[:dat_porodu] = dat_porodu if has? 'DatPorodu' hash[:dat_porodu_attributes] = dat_porodu_attributes if has? 'DatPorodu' hash[:odp_hod_z] = odp_hod_z if has? 'OdpHodZ' hash[:odp_hod_z_attributes] = odp_hod_z_attributes if has? 'OdpHodZ' hash[:odp_hod_k] = odp_hod_k if has? 'OdpHodK' hash[:odp_hod_k_attributes] = odp_hod_k_attributes if has? 'OdpHodK' hash[:kal_dnu] = kal_dnu if has? 'KalDnu' hash[:kal_dnu_attributes] = kal_dnu_attributes if has? 'KalDnu' hash[:prac_dnu] = prac_dnu if has? 'PracDnu' hash[:prac_dnu_attributes] = prac_dnu_attributes if has? 'PracDnu' hash[:hodin] = hodin if has? 'Hodin' hash[:hodin_attributes] = hodin_attributes if has? 'Hodin' hash[:svat_dnu] = svat_dnu if has? 'SvatDnu' hash[:svat_dnu_attributes] = svat_dnu_attributes if has? 'SvatDnu' hash[:svat_hod] = svat_hod if has? 'SvatHod' hash[:svat_hod_attributes] = svat_hod_attributes if has? 'SvatHod' hash[:pokrac_nepr] = pokrac_nepr if has? 'PokracNepr' hash[:pokrac_nepr_attributes] = pokrac_nepr_attributes if has? 'PokracNepr' hash[:nahr_mzdy] = nahr_mzdy if has? 'NahrMzdy' hash[:nahr_mzdy_attributes] = nahr_mzdy_attributes if has? 'NahrMzdy' hash[:prepoc_dny] = prepoc_dny if has? 'PrepocDny' hash[:prepoc_dny_attributes] = prepoc_dny_attributes if has? 'PrepocDny' 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/nepritomnost_type.rb, line 6 def typ at 'Typ' end
typ_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 10 def typ_attributes attributes_at 'Typ' end
zacatek()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 14 def zacatek at 'Zacatek' end
zacatek_attributes()
click to toggle source
# File lib/money_s3/parsers/nepritomnost_type.rb, line 18 def zacatek_attributes attributes_at 'Zacatek' end