Class: MoneyS3::Parsers::ZasobaType
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::ZasobaType
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/zasoba_type.rb
Direct Known Subclasses
Instance Method Summary collapse
- #dat_inv ⇒ Object
- #dat_inv_attributes ⇒ Object
- #dokumenty ⇒ Object
- #eshop ⇒ Object
- #km_karta ⇒ Object
- #konfigurace ⇒ Object
- #mn_inv ⇒ Object
- #mn_inv_attributes ⇒ Object
- #nak_cena ⇒ Object
- #nak_cena_attributes ⇒ Object
- #naz_podskup ⇒ Object
- #naz_podskup_attributes ⇒ Object
- #nomenklatu ⇒ Object
- #nomenklatu_attributes ⇒ Object
- #novinka ⇒ Object
- #novinka_attributes ⇒ Object
- #pc ⇒ Object
- #platnost_do ⇒ Object
- #platnost_do_attributes ⇒ Object
- #posl_dod ⇒ Object
- #posl_n_cen ⇒ Object
- #posl_n_cen_attributes ⇒ Object
- #posl_nak ⇒ Object
- #posl_nak_attributes ⇒ Object
- #posl_prod ⇒ Object
- #posl_prod_attributes ⇒ Object
- #pozn ⇒ Object
- #pozn_attributes ⇒ Object
- #pripravuje ⇒ Object
- #pripravuje_attributes ⇒ Object
- #prva_strana ⇒ Object
- #prva_strana_attributes ⇒ Object
- #seznam_alternativ ⇒ Object
- #seznam_prislusenstvi ⇒ Object
- #skl_ucet ⇒ Object
- #skl_ucet_attributes ⇒ Object
- #sklad ⇒ Object
- #skupina ⇒ Object
- #sleva ⇒ Object
- #sleva_attributes ⇒ Object
- #stav_zasoby ⇒ Object
- #to_h ⇒ Object
- #uc_pohyb ⇒ Object
- #uc_vyrobk_v ⇒ Object
- #uc_vyrobk_v_attributes ⇒ Object
- #url_zbozi ⇒ Object
- #url_zbozi_attributes ⇒ Object
- #uzivatelska_pole ⇒ Object
- #uzivatelska_pole_attributes ⇒ Object
- #v_akce ⇒ Object
- #v_akce_attributes ⇒ Object
- #v_novinka ⇒ Object
- #v_novinka_attributes ⇒ Object
- #v_sleva ⇒ Object
- #v_sleva_attributes ⇒ Object
- #vlajky ⇒ Object
- #vyprodej ⇒ Object
- #vyprodej_attributes ⇒ Object
- #vyrobce ⇒ Object
- #vyrobce_attributes ⇒ Object
- #www_popis ⇒ Object
- #www_popis2 ⇒ Object
- #www_popis2_attributes ⇒ Object
- #www_popis_attributes ⇒ Object
- #zakaz_prode ⇒ Object
- #zakaz_prode_attributes ⇒ Object
Instance Method Details
#dat_inv ⇒ Object
202 203 204 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 202 def dat_inv at 'DatInv' end |
#dat_inv_attributes ⇒ Object
206 207 208 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 206 def dat_inv_attributes attributes_at 'DatInv' end |
#dokumenty ⇒ Object
254 255 256 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 254 def dokumenty array_of_at(String, ['Dokumenty', 'Dokument']) end |
#eshop ⇒ Object
218 219 220 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 218 def eshop submodel_at(EshopZasobaType, 'eshop') end |
#km_karta ⇒ Object
222 223 224 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 222 def km_karta submodel_at(KmKartaType, 'KmKarta') end |
#konfigurace ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 6 def konfigurace submodel_at(Konfigurace, 'konfigurace') end |
#mn_inv ⇒ Object
210 211 212 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 210 def mn_inv at 'MnInv' end |
#mn_inv_attributes ⇒ Object
214 215 216 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 214 def mn_inv_attributes attributes_at 'MnInv' end |
#nak_cena ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 14 def nak_cena at 'Nak_Cena' end |
#nak_cena_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 18 def nak_cena_attributes attributes_at 'Nak_Cena' end |
#naz_podskup ⇒ Object
126 127 128 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 126 def naz_podskup at 'NazPodskup' end |
#naz_podskup_attributes ⇒ Object
130 131 132 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 130 def naz_podskup_attributes attributes_at 'NazPodskup' end |
#nomenklatu ⇒ Object
134 135 136 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 134 def nomenklatu at 'Nomenklatu' end |
#nomenklatu_attributes ⇒ Object
138 139 140 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 138 def nomenklatu_attributes attributes_at 'Nomenklatu' end |
#novinka ⇒ Object
94 95 96 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 94 def novinka at 'Novinka' end |
#novinka_attributes ⇒ Object
98 99 100 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 98 def novinka_attributes attributes_at 'Novinka' end |
#pc ⇒ Object
238 239 240 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 238 def pc array_of_at(PC, ['PC']) end |
#platnost_do ⇒ Object
182 183 184 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 182 def platnost_do at 'PlatnostDo' end |
#platnost_do_attributes ⇒ Object
186 187 188 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 186 def platnost_do_attributes attributes_at 'PlatnostDo' end |
#posl_dod ⇒ Object
234 235 236 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 234 def posl_dod submodel_at(FirmaType, 'Posl_Dod') end |
#posl_n_cen ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 22 def posl_n_cen at 'Posl_N_Cen' end |
#posl_n_cen_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 26 def posl_n_cen_attributes attributes_at 'Posl_N_Cen' end |
#posl_nak ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 30 def posl_nak at 'Posl_Nak' end |
#posl_nak_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 34 def posl_nak_attributes attributes_at 'Posl_Nak' end |
#posl_prod ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 38 def posl_prod at 'Posl_Prod' end |
#posl_prod_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 42 def posl_prod_attributes attributes_at 'Posl_Prod' end |
#pozn ⇒ Object
46 47 48 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 46 def pozn at 'Pozn' end |
#pozn_attributes ⇒ Object
50 51 52 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 50 def pozn_attributes attributes_at 'Pozn' end |
#pripravuje ⇒ Object
102 103 104 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 102 def pripravuje at 'Pripravuje' end |
#pripravuje_attributes ⇒ Object
106 107 108 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 106 def pripravuje_attributes attributes_at 'Pripravuje' end |
#prva_strana ⇒ Object
174 175 176 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 174 def prva_strana at 'PrvaStrana' end |
#prva_strana_attributes ⇒ Object
178 179 180 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 178 def prva_strana_attributes attributes_at 'PrvaStrana' end |
#seznam_alternativ ⇒ Object
242 243 244 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 242 def seznam_alternativ array_of_at(AlternativaPrislusenstviType, ['SeznamAlternativ', 'Alternativa']) end |
#seznam_prislusenstvi ⇒ Object
246 247 248 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 246 def seznam_prislusenstvi array_of_at(AlternativaPrislusenstviType, ['SeznamPrislusenstvi', 'Prislusenstvi']) end |
#skl_ucet ⇒ Object
54 55 56 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 54 def skl_ucet at 'SklUcet' end |
#skl_ucet_attributes ⇒ Object
58 59 60 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 58 def skl_ucet_attributes attributes_at 'SklUcet' end |
#sklad ⇒ Object
226 227 228 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 226 def sklad submodel_at(SkladType, 'Sklad') end |
#skupina ⇒ Object
230 231 232 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 230 def skupina submodel_at(SkupinaZasobType, 'Skupina') end |
#sleva ⇒ Object
86 87 88 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 86 def sleva at 'Sleva' end |
#sleva_attributes ⇒ Object
90 91 92 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 90 def sleva_attributes attributes_at 'Sleva' end |
#stav_zasoby ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 10 def stav_zasoby submodel_at(StavZasobyType, 'StavZasoby') end |
#to_h ⇒ Object
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 266 def to_h hash = {} hash[:attributes] = attributes hash[:konfigurace] = konfigurace.to_h if has? 'konfigurace' hash[:stav_zasoby] = stav_zasoby.to_h if has? 'StavZasoby' hash[:nak_cena] = nak_cena if has? 'Nak_Cena' hash[:nak_cena_attributes] = nak_cena_attributes if has? 'Nak_Cena' hash[:posl_n_cen] = posl_n_cen if has? 'Posl_N_Cen' hash[:posl_n_cen_attributes] = posl_n_cen_attributes if has? 'Posl_N_Cen' hash[:posl_nak] = posl_nak if has? 'Posl_Nak' hash[:posl_nak_attributes] = posl_nak_attributes if has? 'Posl_Nak' hash[:posl_prod] = posl_prod if has? 'Posl_Prod' hash[:posl_prod_attributes] = posl_prod_attributes if has? 'Posl_Prod' hash[:pozn] = pozn if has? 'Pozn' hash[:pozn_attributes] = pozn_attributes if has? 'Pozn' hash[:skl_ucet] = skl_ucet if has? 'SklUcet' hash[:skl_ucet_attributes] = skl_ucet_attributes if has? 'SklUcet' hash[:www_popis] = www_popis if has? 'WWWPopis' hash[:www_popis_attributes] = www_popis_attributes if has? 'WWWPopis' hash[:www_popis2] = www_popis2 if has? 'WWWPopis2' hash[:www_popis2_attributes] = www_popis2_attributes if has? 'WWWPopis2' hash[:vyrobce] = vyrobce if has? 'Vyrobce' hash[:vyrobce_attributes] = vyrobce_attributes if has? 'Vyrobce' hash[:sleva] = sleva if has? 'Sleva' hash[:sleva_attributes] = sleva_attributes if has? 'Sleva' hash[:novinka] = novinka if has? 'Novinka' hash[:novinka_attributes] = novinka_attributes if has? 'Novinka' hash[:pripravuje] = pripravuje if has? 'Pripravuje' hash[:pripravuje_attributes] = pripravuje_attributes if has? 'Pripravuje' hash[:vyprodej] = vyprodej if has? 'Vyprodej' hash[:vyprodej_attributes] = vyprodej_attributes if has? 'Vyprodej' hash[:zakaz_prode] = zakaz_prode if has? 'ZakazProde' hash[:zakaz_prode_attributes] = zakaz_prode_attributes if has? 'ZakazProde' hash[:naz_podskup] = naz_podskup if has? 'NazPodskup' hash[:naz_podskup_attributes] = naz_podskup_attributes if has? 'NazPodskup' hash[:nomenklatu] = nomenklatu if has? 'Nomenklatu' hash[:nomenklatu_attributes] = nomenklatu_attributes if has? 'Nomenklatu' hash[:url_zbozi] = url_zbozi if has? 'URL_Zbozi' hash[:url_zbozi_attributes] = url_zbozi_attributes if has? 'URL_Zbozi' hash[:v_sleva] = v_sleva if has? 'VSleva' hash[:v_sleva_attributes] = v_sleva_attributes if has? 'VSleva' hash[:v_akce] = v_akce if has? 'VAkce' hash[:v_akce_attributes] = v_akce_attributes if has? 'VAkce' hash[:v_novinka] = v_novinka if has? 'VNovinka' hash[:v_novinka_attributes] = v_novinka_attributes if has? 'VNovinka' hash[:prva_strana] = prva_strana if has? 'PrvaStrana' hash[:prva_strana_attributes] = prva_strana_attributes if has? 'PrvaStrana' hash[:platnost_do] = platnost_do if has? 'PlatnostDo' hash[:platnost_do_attributes] = platnost_do_attributes if has? 'PlatnostDo' hash[:uc_pohyb] = uc_pohyb.to_h if has? 'UcPohyb' hash[:uc_vyrobk_v] = uc_vyrobk_v if has? 'UcVyrobkV' hash[:uc_vyrobk_v_attributes] = uc_vyrobk_v_attributes if has? 'UcVyrobkV' hash[:dat_inv] = dat_inv if has? 'DatInv' hash[:dat_inv_attributes] = dat_inv_attributes if has? 'DatInv' hash[:mn_inv] = mn_inv if has? 'MnInv' hash[:mn_inv_attributes] = mn_inv_attributes if has? 'MnInv' hash[:eshop] = eshop.to_h if has? 'eshop' hash[:km_karta] = km_karta.to_h if has? 'KmKarta' hash[:sklad] = sklad.to_h if has? 'Sklad' hash[:skupina] = skupina.to_h if has? 'Skupina' hash[:posl_dod] = posl_dod.to_h if has? 'Posl_Dod' hash[:pc] = pc.map(&:to_h) if has? 'PC' hash[:seznam_alternativ] = seznam_alternativ.map(&:to_h) if has? 'SeznamAlternativ' hash[:seznam_prislusenstvi] = seznam_prislusenstvi.map(&:to_h) if has? 'SeznamPrislusenstvi' hash[:vlajky] = vlajky.to_h if has? 'Vlajky' hash[:dokumenty] = dokumenty if has? 'Dokumenty' hash[:uzivatelska_pole] = uzivatelska_pole if has? 'UzivatelskaPole' hash[:uzivatelska_pole_attributes] = uzivatelska_pole_attributes if has? 'UzivatelskaPole' hash end |
#uc_pohyb ⇒ Object
190 191 192 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 190 def uc_pohyb submodel_at(UctyPohybuType, 'UcPohyb') end |
#uc_vyrobk_v ⇒ Object
194 195 196 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 194 def uc_vyrobk_v at 'UcVyrobkV' end |
#uc_vyrobk_v_attributes ⇒ Object
198 199 200 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 198 def uc_vyrobk_v_attributes attributes_at 'UcVyrobkV' end |
#url_zbozi ⇒ Object
142 143 144 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 142 def url_zbozi at 'URL_Zbozi' end |
#url_zbozi_attributes ⇒ Object
146 147 148 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 146 def url_zbozi_attributes attributes_at 'URL_Zbozi' end |
#uzivatelska_pole ⇒ Object
258 259 260 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 258 def uzivatelska_pole at 'UzivatelskaPole' end |
#uzivatelska_pole_attributes ⇒ Object
262 263 264 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 262 def uzivatelska_pole_attributes attributes_at 'UzivatelskaPole' end |
#v_akce ⇒ Object
158 159 160 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 158 def v_akce at 'VAkce' end |
#v_akce_attributes ⇒ Object
162 163 164 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 162 def v_akce_attributes attributes_at 'VAkce' end |
#v_novinka ⇒ Object
166 167 168 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 166 def v_novinka at 'VNovinka' end |
#v_novinka_attributes ⇒ Object
170 171 172 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 170 def v_novinka_attributes attributes_at 'VNovinka' end |
#v_sleva ⇒ Object
150 151 152 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 150 def v_sleva at 'VSleva' end |
#v_sleva_attributes ⇒ Object
154 155 156 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 154 def v_sleva_attributes attributes_at 'VSleva' end |
#vlajky ⇒ Object
250 251 252 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 250 def vlajky submodel_at(Vlajky, 'Vlajky') end |
#vyprodej ⇒ Object
110 111 112 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 110 def vyprodej at 'Vyprodej' end |
#vyprodej_attributes ⇒ Object
114 115 116 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 114 def vyprodej_attributes attributes_at 'Vyprodej' end |
#vyrobce ⇒ Object
78 79 80 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 78 def vyrobce at 'Vyrobce' end |
#vyrobce_attributes ⇒ Object
82 83 84 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 82 def vyrobce_attributes attributes_at 'Vyrobce' end |
#www_popis ⇒ Object
62 63 64 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 62 def www_popis at 'WWWPopis' end |
#www_popis2 ⇒ Object
70 71 72 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 70 def www_popis2 at 'WWWPopis2' end |
#www_popis2_attributes ⇒ Object
74 75 76 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 74 def www_popis2_attributes attributes_at 'WWWPopis2' end |
#www_popis_attributes ⇒ Object
66 67 68 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 66 def www_popis_attributes attributes_at 'WWWPopis' end |
#zakaz_prode ⇒ Object
118 119 120 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 118 def zakaz_prode at 'ZakazProde' end |
#zakaz_prode_attributes ⇒ Object
122 123 124 |
# File 'lib/money_s3/parsers/zasoba_type.rb', line 122 def zakaz_prode_attributes attributes_at 'ZakazProde' end |