Class: MoneyS3::Parsers::TypPriplatkuType

Inherits:
Object
  • Object
show all
Includes:
ParserCore::BaseParser
Defined in:
lib/money_s3/parsers/typ_priplatku_type.rb

Instance Method Summary collapse

Instance Method Details

#auto_loadObject



54
55
56
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 54

def auto_load
  at 'AutoLoad'
end

#auto_load_attributesObject



58
59
60
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 58

def auto_load_attributes
  attributes_at 'AutoLoad'
end

#druhObject



30
31
32
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 30

def druh
  at 'Druh'
end

#druh_attributesObject



34
35
36
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 34

def druh_attributes
  attributes_at 'Druh'
end

#popisObject



14
15
16
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 14

def popis
  at 'Popis'
end

#popis_attributesObject



18
19
20
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 18

def popis_attributes
  attributes_at 'Popis'
end

#poznamkaObject



22
23
24
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 22

def poznamka
  at 'Poznamka'
end

#poznamka_attributesObject



26
27
28
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 26

def poznamka_attributes
  attributes_at 'Poznamka'
end

#pr_nah_offObject



62
63
64
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 62

def pr_nah_off
  at 'PrNahOff'
end

#pr_nah_off_attributesObject



66
67
68
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 66

def pr_nah_off_attributes
  attributes_at 'PrNahOff'
end

#sazbaObject



38
39
40
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 38

def sazba
  at 'Sazba'
end

#sazba_attributesObject



42
43
44
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 42

def sazba_attributes
  attributes_at 'Sazba'
end

#to_hObject



70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# 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

#typObject



46
47
48
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 46

def typ
  at 'Typ'
end

#typ_attributesObject



50
51
52
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 50

def typ_attributes
  attributes_at 'Typ'
end

#zkratkaObject



6
7
8
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 6

def zkratka
  at 'Zkratka'
end

#zkratka_attributesObject



10
11
12
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 10

def zkratka_attributes
  attributes_at 'Zkratka'
end