Class: MoneyS3::Parsers::TypPriplatkuType
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::TypPriplatkuType
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/typ_priplatku_type.rb
Instance Method Summary collapse
- #auto_load ⇒ Object
- #auto_load_attributes ⇒ Object
- #druh ⇒ Object
- #druh_attributes ⇒ Object
- #popis ⇒ Object
- #popis_attributes ⇒ Object
- #poznamka ⇒ Object
- #poznamka_attributes ⇒ Object
- #pr_nah_off ⇒ Object
- #pr_nah_off_attributes ⇒ Object
- #sazba ⇒ Object
- #sazba_attributes ⇒ Object
- #to_h ⇒ Object
- #typ ⇒ Object
- #typ_attributes ⇒ Object
- #zkratka ⇒ Object
- #zkratka_attributes ⇒ Object
Instance Method Details
#auto_load ⇒ Object
54 55 56 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 54 def auto_load at 'AutoLoad' end |
#auto_load_attributes ⇒ Object
58 59 60 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 58 def auto_load_attributes attributes_at 'AutoLoad' end |
#druh ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 30 def druh at 'Druh' end |
#druh_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 34 def druh_attributes attributes_at 'Druh' end |
#popis ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 14 def popis at 'Popis' end |
#popis_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 18 def popis_attributes attributes_at 'Popis' end |
#poznamka ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 22 def poznamka at 'Poznamka' end |
#poznamka_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 26 def poznamka_attributes attributes_at 'Poznamka' end |
#pr_nah_off ⇒ Object
62 63 64 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 62 def pr_nah_off at 'PrNahOff' end |
#pr_nah_off_attributes ⇒ Object
66 67 68 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 66 def pr_nah_off_attributes attributes_at 'PrNahOff' end |
#sazba ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 38 def sazba at 'Sazba' end |
#sazba_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 42 def sazba_attributes attributes_at 'Sazba' end |
#to_h ⇒ Object
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 |
#typ ⇒ Object
46 47 48 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 46 def typ at 'Typ' end |
#typ_attributes ⇒ Object
50 51 52 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 50 def typ_attributes attributes_at 'Typ' end |
#zkratka ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 6 def zkratka at 'Zkratka' end |
#zkratka_attributes ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/typ_priplatku_type.rb', line 10 def zkratka_attributes attributes_at 'Zkratka' end |