Class: MoneyS3::Parsers::Konfigurace
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::Konfigurace
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/konfigurace.rb
Instance Method Summary collapse
- #cinnosti ⇒ Object
- #cinnosti_attributes ⇒ Object
- #druh_zas ⇒ Object
- #druh_zas_attributes ⇒ Object
- #ev_max ⇒ Object
- #ev_max_attributes ⇒ Object
- #ev_min ⇒ Object
- #ev_min_attributes ⇒ Object
- #maximum ⇒ Object
- #maximum_attributes ⇒ Object
- #minimum ⇒ Object
- #minimum_attributes ⇒ Object
- #rezim_eet ⇒ Object
- #rezim_eet_attributes ⇒ Object
- #sdph_nakup ⇒ Object
- #sdph_nakup_attributes ⇒ Object
- #sdph_prod ⇒ Object
- #sdph_prod_attributes ⇒ Object
- #to_h ⇒ Object
- #uc_pr_j_nakup ⇒ Object
- #uc_pr_j_nakup_attributes ⇒ Object
- #uc_pr_j_prode ⇒ Object
- #uc_pr_j_prode_attributes ⇒ Object
- #uc_pr_p_nakup ⇒ Object
- #uc_pr_p_nakup_attributes ⇒ Object
- #uc_pr_p_prode ⇒ Object
- #uc_pr_p_prode_attributes ⇒ Object
- #zvl_dph ⇒ Object
- #zvl_dph_attributes ⇒ Object
- #zvl_rezim ⇒ Object
- #zvl_rezim_attributes ⇒ Object
Instance Method Details
#cinnosti ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 14 def cinnosti at 'Cinnosti' end |
#cinnosti_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 18 def cinnosti_attributes attributes_at 'Cinnosti' end |
#druh_zas ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 6 def druh_zas at 'Druh_zas' end |
#druh_zas_attributes ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 10 def druh_zas_attributes attributes_at 'Druh_zas' end |
#ev_max ⇒ Object
70 71 72 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 70 def ev_max at 'Ev_Max' end |
#ev_max_attributes ⇒ Object
74 75 76 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 74 def ev_max_attributes attributes_at 'Ev_Max' end |
#ev_min ⇒ Object
62 63 64 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 62 def ev_min at 'Ev_Min' end |
#ev_min_attributes ⇒ Object
66 67 68 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 66 def ev_min_attributes attributes_at 'Ev_Min' end |
#maximum ⇒ Object
86 87 88 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 86 def maximum at 'Maximum' end |
#maximum_attributes ⇒ Object
90 91 92 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 90 def maximum_attributes attributes_at 'Maximum' end |
#minimum ⇒ Object
78 79 80 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 78 def minimum at 'Minimum' end |
#minimum_attributes ⇒ Object
82 83 84 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 82 def minimum_attributes attributes_at 'Minimum' end |
#rezim_eet ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 38 def rezim_eet at 'RezimEET' end |
#rezim_eet_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 42 def rezim_eet_attributes attributes_at 'RezimEET' end |
#sdph_nakup ⇒ Object
46 47 48 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 46 def sdph_nakup at 'SDPH_Nakup' end |
#sdph_nakup_attributes ⇒ Object
50 51 52 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 50 def sdph_nakup_attributes attributes_at 'SDPH_Nakup' end |
#sdph_prod ⇒ Object
54 55 56 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 54 def sdph_prod at 'SDPH_Prod' end |
#sdph_prod_attributes ⇒ Object
58 59 60 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 58 def sdph_prod_attributes attributes_at 'SDPH_Prod' end |
#to_h ⇒ Object
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 126 def to_h hash = {} hash[:attributes] = attributes hash[:druh_zas] = druh_zas if has? 'Druh_zas' hash[:druh_zas_attributes] = druh_zas_attributes if has? 'Druh_zas' hash[:cinnosti] = cinnosti if has? 'Cinnosti' hash[:cinnosti_attributes] = cinnosti_attributes if has? 'Cinnosti' hash[:zvl_rezim] = zvl_rezim if has? 'ZvlRezim' hash[:zvl_rezim_attributes] = zvl_rezim_attributes if has? 'ZvlRezim' hash[:zvl_dph] = zvl_dph if has? 'ZvlDPH' hash[:zvl_dph_attributes] = zvl_dph_attributes if has? 'ZvlDPH' hash[:rezim_eet] = rezim_eet if has? 'RezimEET' hash[:rezim_eet_attributes] = rezim_eet_attributes if has? 'RezimEET' hash[:sdph_nakup] = sdph_nakup if has? 'SDPH_Nakup' hash[:sdph_nakup_attributes] = sdph_nakup_attributes if has? 'SDPH_Nakup' hash[:sdph_prod] = sdph_prod if has? 'SDPH_Prod' hash[:sdph_prod_attributes] = sdph_prod_attributes if has? 'SDPH_Prod' hash[:ev_min] = ev_min if has? 'Ev_Min' hash[:ev_min_attributes] = ev_min_attributes if has? 'Ev_Min' hash[:ev_max] = ev_max if has? 'Ev_Max' hash[:ev_max_attributes] = ev_max_attributes if has? 'Ev_Max' hash[:minimum] = minimum if has? 'Minimum' hash[:minimum_attributes] = minimum_attributes if has? 'Minimum' hash[:maximum] = maximum if has? 'Maximum' hash[:maximum_attributes] = maximum_attributes if has? 'Maximum' hash[:uc_pr_j_nakup] = uc_pr_j_nakup if has? 'UcPrJNakup' hash[:uc_pr_j_nakup_attributes] = uc_pr_j_nakup_attributes if has? 'UcPrJNakup' hash[:uc_pr_j_prode] = uc_pr_j_prode if has? 'UcPrJProde' hash[:uc_pr_j_prode_attributes] = uc_pr_j_prode_attributes if has? 'UcPrJProde' hash[:uc_pr_p_nakup] = uc_pr_p_nakup if has? 'UcPrPNakup' hash[:uc_pr_p_nakup_attributes] = uc_pr_p_nakup_attributes if has? 'UcPrPNakup' hash[:uc_pr_p_prode] = uc_pr_p_prode if has? 'UcPrPProde' hash[:uc_pr_p_prode_attributes] = uc_pr_p_prode_attributes if has? 'UcPrPProde' hash end |
#uc_pr_j_nakup ⇒ Object
94 95 96 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 94 def uc_pr_j_nakup at 'UcPrJNakup' end |
#uc_pr_j_nakup_attributes ⇒ Object
98 99 100 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 98 def uc_pr_j_nakup_attributes attributes_at 'UcPrJNakup' end |
#uc_pr_j_prode ⇒ Object
102 103 104 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 102 def uc_pr_j_prode at 'UcPrJProde' end |
#uc_pr_j_prode_attributes ⇒ Object
106 107 108 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 106 def uc_pr_j_prode_attributes attributes_at 'UcPrJProde' end |
#uc_pr_p_nakup ⇒ Object
110 111 112 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 110 def uc_pr_p_nakup at 'UcPrPNakup' end |
#uc_pr_p_nakup_attributes ⇒ Object
114 115 116 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 114 def uc_pr_p_nakup_attributes attributes_at 'UcPrPNakup' end |
#uc_pr_p_prode ⇒ Object
118 119 120 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 118 def uc_pr_p_prode at 'UcPrPProde' end |
#uc_pr_p_prode_attributes ⇒ Object
122 123 124 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 122 def uc_pr_p_prode_attributes attributes_at 'UcPrPProde' end |
#zvl_dph ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 30 def zvl_dph at 'ZvlDPH' end |
#zvl_dph_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 34 def zvl_dph_attributes attributes_at 'ZvlDPH' end |
#zvl_rezim ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 22 def zvl_rezim at 'ZvlRezim' end |
#zvl_rezim_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/konfigurace.rb', line 26 def zvl_rezim_attributes attributes_at 'ZvlRezim' end |