Class: MoneyS3::Parsers::PredkontaceType
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::PredkontaceType
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/predkontace_type.rb
Direct Known Subclasses
Instance Method Summary collapse
- #cleneni ⇒ Object
- #cleneni_attributes ⇒ Object
- #popis ⇒ Object
- #popis_attributes ⇒ Object
- #pozn ⇒ Object
- #pozn_attributes ⇒ Object
- #to_h ⇒ Object
- #typ ⇒ Object
- #typ_attributes ⇒ Object
- #typ_ceny ⇒ Object
- #typ_ceny_attributes ⇒ Object
- #uc_d ⇒ Object
- #uc_d_attributes ⇒ Object
- #uc_led_d ⇒ Object
- #uc_led_d_attributes ⇒ Object
- #uc_led_md ⇒ Object
- #uc_led_md_attributes ⇒ Object
- #uc_md ⇒ Object
- #uc_md_attributes ⇒ Object
- #uctovat_led ⇒ Object
- #uctovat_led_attributes ⇒ Object
- #zauct_dph ⇒ Object
- #zauct_dph_attributes ⇒ Object
- #zkrat ⇒ Object
- #zkrat_attributes ⇒ Object
Instance Method Details
#cleneni ⇒ Object
86 87 88 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 86 def cleneni at 'Cleneni' end |
#cleneni_attributes ⇒ Object
90 91 92 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 90 def cleneni_attributes attributes_at 'Cleneni' end |
#popis ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 22 def popis at 'Popis' end |
#popis_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 26 def popis_attributes attributes_at 'Popis' end |
#pozn ⇒ Object
94 95 96 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 94 def pozn at 'Pozn' end |
#pozn_attributes ⇒ Object
98 99 100 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 98 def pozn_attributes attributes_at 'Pozn' end |
#to_h ⇒ Object
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 102 def to_h hash = {} hash[:attributes] = attributes hash[:zkrat] = zkrat if has? 'Zkrat' hash[:zkrat_attributes] = zkrat_attributes if has? 'Zkrat' hash[:typ] = typ if has? 'Typ' hash[:typ_attributes] = typ_attributes if has? 'Typ' hash[:popis] = popis if has? 'Popis' hash[:popis_attributes] = popis_attributes if has? 'Popis' hash[:uc_md] = uc_md if has? 'UcMD' hash[:uc_md_attributes] = uc_md_attributes if has? 'UcMD' hash[:uc_d] = uc_d if has? 'UcD' hash[:uc_d_attributes] = uc_d_attributes if has? 'UcD' hash[:zauct_dph] = zauct_dph if has? 'ZauctDPH' hash[:zauct_dph_attributes] = zauct_dph_attributes if has? 'ZauctDPH' hash[:uctovat_led] = uctovat_led if has? 'UctovatLed' hash[:uctovat_led_attributes] = uctovat_led_attributes if has? 'UctovatLed' hash[:typ_ceny] = typ_ceny if has? 'TypCeny' hash[:typ_ceny_attributes] = typ_ceny_attributes if has? 'TypCeny' hash[:uc_led_md] = uc_led_md if has? 'UcLedMD' hash[:uc_led_md_attributes] = uc_led_md_attributes if has? 'UcLedMD' hash[:uc_led_d] = uc_led_d if has? 'UcLedD' hash[:uc_led_d_attributes] = uc_led_d_attributes if has? 'UcLedD' hash[:cleneni] = cleneni if has? 'Cleneni' hash[:cleneni_attributes] = cleneni_attributes if has? 'Cleneni' hash[:pozn] = pozn if has? 'Pozn' hash[:pozn_attributes] = pozn_attributes if has? 'Pozn' hash end |
#typ ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 14 def typ at 'Typ' end |
#typ_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 18 def typ_attributes attributes_at 'Typ' end |
#typ_ceny ⇒ Object
62 63 64 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 62 def typ_ceny at 'TypCeny' end |
#typ_ceny_attributes ⇒ Object
66 67 68 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 66 def typ_ceny_attributes attributes_at 'TypCeny' end |
#uc_d ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 38 def uc_d at 'UcD' end |
#uc_d_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 42 def uc_d_attributes attributes_at 'UcD' end |
#uc_led_d ⇒ Object
78 79 80 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 78 def uc_led_d at 'UcLedD' end |
#uc_led_d_attributes ⇒ Object
82 83 84 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 82 def uc_led_d_attributes attributes_at 'UcLedD' end |
#uc_led_md ⇒ Object
70 71 72 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 70 def uc_led_md at 'UcLedMD' end |
#uc_led_md_attributes ⇒ Object
74 75 76 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 74 def uc_led_md_attributes attributes_at 'UcLedMD' end |
#uc_md ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 30 def uc_md at 'UcMD' end |
#uc_md_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 34 def uc_md_attributes attributes_at 'UcMD' end |
#uctovat_led ⇒ Object
54 55 56 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 54 def uctovat_led at 'UctovatLed' end |
#uctovat_led_attributes ⇒ Object
58 59 60 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 58 def uctovat_led_attributes attributes_at 'UctovatLed' end |
#zauct_dph ⇒ Object
46 47 48 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 46 def zauct_dph at 'ZauctDPH' end |
#zauct_dph_attributes ⇒ Object
50 51 52 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 50 def zauct_dph_attributes attributes_at 'ZauctDPH' end |
#zkrat ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 6 def zkrat at 'Zkrat' end |
#zkrat_attributes ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/predkontace_type.rb', line 10 def zkrat_attributes attributes_at 'Zkrat' end |