class MoneyS3::Parsers::TypPriplatkuType

Public Instance Methods

auto_load() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 54
def auto_load
  at 'AutoLoad'
end
auto_load_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 58
def auto_load_attributes
  attributes_at 'AutoLoad'
end
druh() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 30
def druh
  at 'Druh'
end
druh_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 34
def druh_attributes
  attributes_at 'Druh'
end
popis() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 14
def popis
  at 'Popis'
end
popis_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 18
def popis_attributes
  attributes_at 'Popis'
end
poznamka() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 22
def poznamka
  at 'Poznamka'
end
poznamka_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 26
def poznamka_attributes
  attributes_at 'Poznamka'
end
pr_nah_off() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 62
def pr_nah_off
  at 'PrNahOff'
end
pr_nah_off_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 66
def pr_nah_off_attributes
  attributes_at 'PrNahOff'
end
sazba() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 38
def sazba
  at 'Sazba'
end
sazba_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 42
def sazba_attributes
  attributes_at 'Sazba'
end
to_h() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 70
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:zkratka] = zkratka if has? 'Zkratka'
  hash[:zkratka_attributes] = zkratka_attributes if has? 'Zkratka'
  hash[:popis] = popis if has? 'Popis'
  hash[:popis_attributes] = popis_attributes if has? 'Popis'
  hash[:poznamka] = poznamka if has? 'Poznamka'
  hash[:poznamka_attributes] = poznamka_attributes if has? 'Poznamka'
  hash[:druh] = druh if has? 'Druh'
  hash[:druh_attributes] = druh_attributes if has? 'Druh'
  hash[:sazba] = sazba if has? 'Sazba'
  hash[:sazba_attributes] = sazba_attributes if has? 'Sazba'
  hash[:typ] = typ if has? 'Typ'
  hash[:typ_attributes] = typ_attributes if has? 'Typ'
  hash[:auto_load] = auto_load if has? 'AutoLoad'
  hash[:auto_load_attributes] = auto_load_attributes if has? 'AutoLoad'
  hash[:pr_nah_off] = pr_nah_off if has? 'PrNahOff'
  hash[:pr_nah_off_attributes] = pr_nah_off_attributes if has? 'PrNahOff'

  hash
end
typ() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 46
def typ
  at 'Typ'
end
typ_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 50
def typ_attributes
  attributes_at 'Typ'
end
zkratka() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 6
def zkratka
  at 'Zkratka'
end
zkratka_attributes() click to toggle source
# File lib/money_s3/parsers/typ_priplatku_type.rb, line 10
def zkratka_attributes
  attributes_at 'Zkratka'
end