Class: MoneyS3::Parsers::Eshop2
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::Eshop2
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/eshop2.rb
Instance Method Summary collapse
- #in_changed ⇒ Object
- #in_changed_attributes ⇒ Object
- #in_d_skup ⇒ Object
- #in_d_skup_attributes ⇒ Object
- #in_d_skup_zkratka ⇒ Object
- #in_d_skup_zkratka_attributes ⇒ Object
- #in_dealer ⇒ Object
- #in_dealer_attributes ⇒ Object
- #in_export ⇒ Object
- #in_export_attributes ⇒ Object
- #in_heslo ⇒ Object
- #in_heslo_attributes ⇒ Object
- #in_id ⇒ Object
- #in_id_attributes ⇒ Object
- #in_ind_slev ⇒ Object
- #in_ind_slev_attributes ⇒ Object
- #in_jmeno ⇒ Object
- #in_jmeno_attributes ⇒ Object
- #in_soukrom ⇒ Object
- #in_soukrom_attributes ⇒ Object
- #to_h ⇒ Object
Instance Method Details
#in_changed ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/eshop2.rb', line 14 def in_changed at 'IN_Changed' end |
#in_changed_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/eshop2.rb', line 18 def in_changed_attributes attributes_at 'IN_Changed' end |
#in_d_skup ⇒ Object
54 55 56 |
# File 'lib/money_s3/parsers/eshop2.rb', line 54 def in_d_skup at 'IN_DSkup' end |
#in_d_skup_attributes ⇒ Object
58 59 60 |
# File 'lib/money_s3/parsers/eshop2.rb', line 58 def in_d_skup_attributes attributes_at 'IN_DSkup' end |
#in_d_skup_zkratka ⇒ Object
78 79 80 |
# File 'lib/money_s3/parsers/eshop2.rb', line 78 def in_d_skup_zkratka at 'IN_DSkupZkratka' end |
#in_d_skup_zkratka_attributes ⇒ Object
82 83 84 |
# File 'lib/money_s3/parsers/eshop2.rb', line 82 def in_d_skup_zkratka_attributes attributes_at 'IN_DSkupZkratka' end |
#in_dealer ⇒ Object
46 47 48 |
# File 'lib/money_s3/parsers/eshop2.rb', line 46 def in_dealer at 'IN_Dealer' end |
#in_dealer_attributes ⇒ Object
50 51 52 |
# File 'lib/money_s3/parsers/eshop2.rb', line 50 def in_dealer_attributes attributes_at 'IN_Dealer' end |
#in_export ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/eshop2.rb', line 6 def in_export at 'IN_Export' end |
#in_export_attributes ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/eshop2.rb', line 10 def in_export_attributes attributes_at 'IN_Export' end |
#in_heslo ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/eshop2.rb', line 38 def in_heslo at 'IN_Heslo' end |
#in_heslo_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/eshop2.rb', line 42 def in_heslo_attributes attributes_at 'IN_Heslo' end |
#in_id ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/eshop2.rb', line 22 def in_id at 'IN_Id' end |
#in_id_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/eshop2.rb', line 26 def in_id_attributes attributes_at 'IN_Id' end |
#in_ind_slev ⇒ Object
62 63 64 |
# File 'lib/money_s3/parsers/eshop2.rb', line 62 def in_ind_slev at 'IN_IndSlev' end |
#in_ind_slev_attributes ⇒ Object
66 67 68 |
# File 'lib/money_s3/parsers/eshop2.rb', line 66 def in_ind_slev_attributes attributes_at 'IN_IndSlev' end |
#in_jmeno ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/eshop2.rb', line 30 def in_jmeno at 'IN_Jmeno' end |
#in_jmeno_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/eshop2.rb', line 34 def in_jmeno_attributes attributes_at 'IN_Jmeno' end |
#in_soukrom ⇒ Object
70 71 72 |
# File 'lib/money_s3/parsers/eshop2.rb', line 70 def in_soukrom at 'IN_Soukrom' end |
#in_soukrom_attributes ⇒ Object
74 75 76 |
# File 'lib/money_s3/parsers/eshop2.rb', line 74 def in_soukrom_attributes attributes_at 'IN_Soukrom' end |
#to_h ⇒ Object
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
# File 'lib/money_s3/parsers/eshop2.rb', line 86 def to_h hash = {} hash[:attributes] = attributes hash[:in_export] = in_export if has? 'IN_Export' hash[:in_export_attributes] = in_export_attributes if has? 'IN_Export' hash[:in_changed] = in_changed if has? 'IN_Changed' hash[:in_changed_attributes] = in_changed_attributes if has? 'IN_Changed' hash[:in_id] = in_id if has? 'IN_Id' hash[:in_id_attributes] = in_id_attributes if has? 'IN_Id' hash[:in_jmeno] = in_jmeno if has? 'IN_Jmeno' hash[:in_jmeno_attributes] = in_jmeno_attributes if has? 'IN_Jmeno' hash[:in_heslo] = in_heslo if has? 'IN_Heslo' hash[:in_heslo_attributes] = in_heslo_attributes if has? 'IN_Heslo' hash[:in_dealer] = in_dealer if has? 'IN_Dealer' hash[:in_dealer_attributes] = in_dealer_attributes if has? 'IN_Dealer' hash[:in_d_skup] = in_d_skup if has? 'IN_DSkup' hash[:in_d_skup_attributes] = in_d_skup_attributes if has? 'IN_DSkup' hash[:in_ind_slev] = in_ind_slev if has? 'IN_IndSlev' hash[:in_ind_slev_attributes] = in_ind_slev_attributes if has? 'IN_IndSlev' hash[:in_soukrom] = in_soukrom if has? 'IN_Soukrom' hash[:in_soukrom_attributes] = in_soukrom_attributes if has? 'IN_Soukrom' hash[:in_d_skup_zkratka] = in_d_skup_zkratka if has? 'IN_DSkupZkratka' hash[:in_d_skup_zkratka_attributes] = in_d_skup_zkratka_attributes if has? 'IN_DSkupZkratka' hash end |