Class: MoneyS3::Parsers::UcPohybType
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::UcPohybType
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/uc_pohyb_type.rb
Instance Method Summary collapse
- #popis ⇒ Object
- #popis_attributes ⇒ Object
- #pozn ⇒ Object
- #pozn_attributes ⇒ Object
- #sloupec ⇒ Object
- #sloupec_attributes ⇒ Object
- #to_h ⇒ Object
- #typ ⇒ Object
- #typ_attributes ⇒ Object
- #zkrat ⇒ Object
- #zkrat_attributes ⇒ Object
Instance Method Details
#popis ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 14 def popis at 'Popis' end |
#popis_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 18 def popis_attributes attributes_at 'Popis' end |
#pozn ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 38 def pozn at 'Pozn' end |
#pozn_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 42 def pozn_attributes attributes_at 'Pozn' end |
#sloupec ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 30 def sloupec at 'Sloupec' end |
#sloupec_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 34 def sloupec_attributes attributes_at 'Sloupec' end |
#to_h ⇒ Object
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 46 def to_h hash = {} hash[:attributes] = attributes hash[:zkrat] = zkrat if has? 'Zkrat' hash[:zkrat_attributes] = zkrat_attributes if has? 'Zkrat' hash[:popis] = popis if has? 'Popis' hash[:popis_attributes] = popis_attributes if has? 'Popis' hash[:typ] = typ if has? 'Typ' hash[:typ_attributes] = typ_attributes if has? 'Typ' hash[:sloupec] = sloupec if has? 'Sloupec' hash[:sloupec_attributes] = sloupec_attributes if has? 'Sloupec' hash[:pozn] = pozn if has? 'Pozn' hash[:pozn_attributes] = pozn_attributes if has? 'Pozn' hash end |
#typ ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 22 def typ at 'Typ' end |
#typ_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 26 def typ_attributes attributes_at 'Typ' end |
#zkrat ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 6 def zkrat at 'Zkrat' end |
#zkrat_attributes ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/uc_pohyb_type.rb', line 10 def zkrat_attributes attributes_at 'Zkrat' end |