Class: MoneyS3::Parsers::ZavazekType
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::ZavazekType
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/zavazek_type.rb
Instance Method Summary collapse
- #adresa ⇒ Object
- #celkem ⇒ Object
- #celkem_attributes ⇒ Object
- #cinnost ⇒ Object
- #cinnost_attributes ⇒ Object
- #cleneni ⇒ Object
- #cleneni_attributes ⇒ Object
- #d_cislo ⇒ Object
- #d_cislo_attributes ⇒ Object
- #d_rada ⇒ Object
- #d_rada_attributes ⇒ Object
- #dat_pln ⇒ Object
- #dat_pln_attributes ⇒ Object
- #dat_spl ⇒ Object
- #dat_spl_attributes ⇒ Object
- #dat_uc_pr ⇒ Object
- #dat_uc_pr_attributes ⇒ Object
- #dat_upom1 ⇒ Object
- #dat_upom1_attributes ⇒ Object
- #dat_upom2 ⇒ Object
- #dat_upom2_attributes ⇒ Object
- #dat_upom_l ⇒ Object
- #dat_upom_l_attributes ⇒ Object
- #dat_vyst ⇒ Object
- #dat_vyst_attributes ⇒ Object
- #dbrpis ⇒ Object
- #dbrpis_attributes ⇒ Object
- #del ⇒ Object
- #del_attributes ⇒ Object
- #dobr_duzp ⇒ Object
- #dobr_duzp_attributes ⇒ Object
- #doklad ⇒ Object
- #doklad_attributes ⇒ Object
- #dokumenty ⇒ Object
- #doruceno ⇒ Object
- #doruceno_attributes ⇒ Object
- #kon_sym ⇒ Object
- #kon_sym_attributes ⇒ Object
- #moje_firma ⇒ Object
- #par_sym ⇒ Object
- #par_sym_attributes ⇒ Object
- #plnen_dph ⇒ Object
- #plnen_dph_attributes ⇒ Object
- #popis ⇒ Object
- #popis_attributes ⇒ Object
- #pozn ⇒ Object
- #pozn_attributes ⇒ Object
- #pr_dokl ⇒ Object
- #pr_dokl_attributes ⇒ Object
- #pr_kont ⇒ Object
- #pr_kont_attributes ⇒ Object
- #pu_datum ⇒ Object
- #pu_datum_attributes ⇒ Object
- #pu_zbyva ⇒ Object
- #pu_zbyva_attributes ⇒ Object
- #puv_c_dokl ⇒ Object
- #puv_c_dokl_attributes ⇒ Object
- #s_sazba ⇒ Object
- #s_sazba_attributes ⇒ Object
- #seznam_norm_polozek ⇒ Object
- #seznam_rozuct_polozek ⇒ Object
- #souhrn_dph ⇒ Object
- #spec_sym ⇒ Object
- #spec_sym_attributes ⇒ Object
- #storno ⇒ Object
- #storno_attributes ⇒ Object
- #stred ⇒ Object
- #stred_attributes ⇒ Object
- #to_h ⇒ Object
- #typ_dokl ⇒ Object
- #typ_dokl_attributes ⇒ Object
- #uc_pokl ⇒ Object
- #uc_pokl_attributes ⇒ Object
- #ucel_zd_pl ⇒ Object
- #ucel_zd_pl_attributes ⇒ Object
- #uh_datum ⇒ Object
- #uh_datum_attributes ⇒ Object
- #uh_dokl ⇒ Object
- #uh_dokl_attributes ⇒ Object
- #uh_zbyva ⇒ Object
- #uh_zbyva_attributes ⇒ Object
- #valuty ⇒ Object
- #valuty_k_uhr ⇒ Object
- #valuty_k_uhr_attributes ⇒ Object
- #var_sym ⇒ Object
- #var_sym_attributes ⇒ Object
- #vlajky ⇒ Object
- #vyst ⇒ Object
- #vyst_attributes ⇒ Object
- #z_sazba ⇒ Object
- #z_sazba_attributes ⇒ Object
- #zakazka ⇒ Object
- #zakazka_attributes ⇒ Object
- #zjedn_d ⇒ Object
- #zjedn_d_attributes ⇒ Object
- #zp_vyp_dph ⇒ Object
- #zp_vyp_dph_attributes ⇒ Object
- #zpusob_uctovani ⇒ Object
- #zpusob_uctovani_attributes ⇒ Object
Instance Method Details
#adresa ⇒ Object
166 167 168 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 166 def adresa submodel_at(DokladFirmaType, 'Adresa') end |
#celkem ⇒ Object
270 271 272 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 270 def celkem at 'Celkem' end |
#celkem_attributes ⇒ Object
274 275 276 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 274 def celkem_attributes attributes_at 'Celkem' end |
#cinnost ⇒ Object
210 211 212 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 210 def cinnost at 'Cinnost' end |
#cinnost_attributes ⇒ Object
214 215 216 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 214 def cinnost_attributes attributes_at 'Cinnost' end |
#cleneni ⇒ Object
186 187 188 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 186 def cleneni at 'Cleneni' end |
#cleneni_attributes ⇒ Object
190 191 192 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 190 def cleneni_attributes attributes_at 'Cleneni' end |
#d_cislo ⇒ Object
46 47 48 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 46 def d_cislo at 'DCislo' end |
#d_cislo_attributes ⇒ Object
50 51 52 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 50 def d_cislo_attributes attributes_at 'DCislo' end |
#d_rada ⇒ Object
38 39 40 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 38 def d_rada at 'DRada' end |
#d_rada_attributes ⇒ Object
42 43 44 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 42 def d_rada_attributes attributes_at 'DRada' end |
#dat_pln ⇒ Object
134 135 136 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 134 def dat_pln at 'DatPln' end |
#dat_pln_attributes ⇒ Object
138 139 140 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 138 def dat_pln_attributes attributes_at 'DatPln' end |
#dat_spl ⇒ Object
126 127 128 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 126 def dat_spl at 'DatSpl' end |
#dat_spl_attributes ⇒ Object
130 131 132 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 130 def dat_spl_attributes attributes_at 'DatSpl' end |
#dat_uc_pr ⇒ Object
110 111 112 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 110 def dat_uc_pr at 'DatUcPr' end |
#dat_uc_pr_attributes ⇒ Object
114 115 116 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 114 def dat_uc_pr_attributes attributes_at 'DatUcPr' end |
#dat_upom1 ⇒ Object
330 331 332 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 330 def dat_upom1 at 'DatUpom1' end |
#dat_upom1_attributes ⇒ Object
334 335 336 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 334 def dat_upom1_attributes attributes_at 'DatUpom1' end |
#dat_upom2 ⇒ Object
338 339 340 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 338 def dat_upom2 at 'DatUpom2' end |
#dat_upom2_attributes ⇒ Object
342 343 344 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 342 def dat_upom2_attributes attributes_at 'DatUpom2' end |
#dat_upom_l ⇒ Object
346 347 348 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 346 def dat_upom_l at 'DatUpomL' end |
#dat_upom_l_attributes ⇒ Object
350 351 352 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 350 def dat_upom_l_attributes attributes_at 'DatUpomL' end |
#dat_vyst ⇒ Object
118 119 120 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 118 def dat_vyst at 'DatVyst' end |
#dat_vyst_attributes ⇒ Object
122 123 124 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 122 def dat_vyst_attributes attributes_at 'DatVyst' end |
#dbrpis ⇒ Object
150 151 152 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 150 def dbrpis at 'Dbrpis' end |
#dbrpis_attributes ⇒ Object
154 155 156 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 154 def dbrpis_attributes attributes_at 'Dbrpis' end |
#del ⇒ Object
30 31 32 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 30 def del at 'Del' end |
#del_attributes ⇒ Object
34 35 36 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 34 def del_attributes attributes_at 'Del' end |
#dobr_duzp ⇒ Object
158 159 160 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 158 def dobr_duzp at 'DobrDUZP' end |
#dobr_duzp_attributes ⇒ Object
162 163 164 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 162 def dobr_duzp_attributes attributes_at 'DobrDUZP' end |
#doklad ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 6 def doklad at 'Doklad' end |
#doklad_attributes ⇒ Object
10 11 12 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 10 def doklad_attributes attributes_at 'Doklad' end |
#dokumenty ⇒ Object
394 395 396 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 394 def dokumenty array_of_at(String, ['Dokumenty', 'Dokument']) end |
#doruceno ⇒ Object
142 143 144 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 142 def doruceno at 'Doruceno' end |
#doruceno_attributes ⇒ Object
146 147 148 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 146 def doruceno_attributes attributes_at 'Doruceno' end |
#kon_sym ⇒ Object
94 95 96 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 94 def kon_sym at 'KonSym' end |
#kon_sym_attributes ⇒ Object
98 99 100 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 98 def kon_sym_attributes attributes_at 'KonSym' end |
#moje_firma ⇒ Object
386 387 388 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 386 def moje_firma submodel_at(MojeFirmaType, 'MojeFirma') end |
#par_sym ⇒ Object
86 87 88 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 86 def par_sym at 'ParSym' end |
#par_sym_attributes ⇒ Object
90 91 92 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 90 def par_sym_attributes attributes_at 'ParSym' end |
#plnen_dph ⇒ Object
218 219 220 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 218 def plnen_dph at 'PlnenDPH' end |
#plnen_dph_attributes ⇒ Object
222 223 224 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 222 def plnen_dph_attributes attributes_at 'PlnenDPH' end |
#popis ⇒ Object
54 55 56 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 54 def popis at 'Popis' end |
#popis_attributes ⇒ Object
58 59 60 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 58 def popis_attributes attributes_at 'Popis' end |
#pozn ⇒ Object
234 235 236 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 234 def pozn at 'Pozn' end |
#pozn_attributes ⇒ Object
238 239 240 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 238 def pozn_attributes attributes_at 'Pozn' end |
#pr_dokl ⇒ Object
62 63 64 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 62 def pr_dokl at 'PrDokl' end |
#pr_dokl_attributes ⇒ Object
66 67 68 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 66 def pr_dokl_attributes attributes_at 'PrDokl' end |
#pr_kont ⇒ Object
178 179 180 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 178 def pr_kont at 'PrKont' end |
#pr_kont_attributes ⇒ Object
182 183 184 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 182 def pr_kont_attributes attributes_at 'PrKont' end |
#pu_datum ⇒ Object
306 307 308 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 306 def pu_datum at 'PUDatum' end |
#pu_datum_attributes ⇒ Object
310 311 312 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 310 def pu_datum_attributes attributes_at 'PUDatum' end |
#pu_zbyva ⇒ Object
314 315 316 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 314 def pu_zbyva at 'PUZbyva' end |
#pu_zbyva_attributes ⇒ Object
318 319 320 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 318 def pu_zbyva_attributes attributes_at 'PUZbyva' end |
#puv_c_dokl ⇒ Object
70 71 72 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 70 def puv_c_dokl at 'PuvCDokl' end |
#puv_c_dokl_attributes ⇒ Object
74 75 76 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 74 def puv_c_dokl_attributes attributes_at 'PuvCDokl' end |
#s_sazba ⇒ Object
250 251 252 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 250 def s_sazba at 'SSazba' end |
#s_sazba_attributes ⇒ Object
254 255 256 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 254 def s_sazba_attributes attributes_at 'SSazba' end |
#seznam_norm_polozek ⇒ Object
382 383 384 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 382 def seznam_norm_polozek array_of_at(NormPolozUDType, ['SeznamNormPolozek', 'NormPolozka']) end |
#seznam_rozuct_polozek ⇒ Object
378 379 380 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 378 def seznam_rozuct_polozek array_of_at(RozuctPolozUDType, ['SeznamRozuctPolozek', 'RozuctPolozka']) end |
#souhrn_dph ⇒ Object
266 267 268 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 266 def souhrn_dph submodel_at(SouhrnDPHType, 'SouhrnDPH') end |
#spec_sym ⇒ Object
102 103 104 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 102 def spec_sym at 'SpecSym' end |
#spec_sym_attributes ⇒ Object
106 107 108 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 106 def spec_sym_attributes attributes_at 'SpecSym' end |
#storno ⇒ Object
22 23 24 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 22 def storno at 'Storno' end |
#storno_attributes ⇒ Object
26 27 28 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 26 def storno_attributes attributes_at 'Storno' end |
#stred ⇒ Object
194 195 196 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 194 def stred at 'Stred' end |
#stred_attributes ⇒ Object
198 199 200 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 198 def stred_attributes attributes_at 'Stred' end |
#to_h ⇒ Object
398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 398 def to_h hash = {} hash[:attributes] = attributes hash[:doklad] = doklad if has? 'Doklad' hash[:doklad_attributes] = doklad_attributes if has? 'Doklad' hash[:zpusob_uctovani] = zpusob_uctovani if has? 'ZpusobUctovani' hash[:zpusob_uctovani_attributes] = zpusob_uctovani_attributes if has? 'ZpusobUctovani' hash[:storno] = storno if has? 'Storno' hash[:storno_attributes] = storno_attributes if has? 'Storno' hash[:del] = del if has? 'Del' hash[:del_attributes] = del_attributes if has? 'Del' hash[:d_rada] = d_rada if has? 'DRada' hash[:d_rada_attributes] = d_rada_attributes if has? 'DRada' hash[:d_cislo] = d_cislo if has? 'DCislo' hash[:d_cislo_attributes] = d_cislo_attributes if has? 'DCislo' hash[:popis] = popis if has? 'Popis' hash[:popis_attributes] = popis_attributes if has? 'Popis' hash[:pr_dokl] = pr_dokl if has? 'PrDokl' hash[:pr_dokl_attributes] = pr_dokl_attributes if has? 'PrDokl' hash[:puv_c_dokl] = puv_c_dokl if has? 'PuvCDokl' hash[:puv_c_dokl_attributes] = puv_c_dokl_attributes if has? 'PuvCDokl' hash[:var_sym] = var_sym if has? 'VarSym' hash[:var_sym_attributes] = var_sym_attributes if has? 'VarSym' hash[:par_sym] = par_sym if has? 'ParSym' hash[:par_sym_attributes] = par_sym_attributes if has? 'ParSym' hash[:kon_sym] = kon_sym if has? 'KonSym' hash[:kon_sym_attributes] = kon_sym_attributes if has? 'KonSym' hash[:spec_sym] = spec_sym if has? 'SpecSym' hash[:spec_sym_attributes] = spec_sym_attributes if has? 'SpecSym' hash[:dat_uc_pr] = dat_uc_pr if has? 'DatUcPr' hash[:dat_uc_pr_attributes] = dat_uc_pr_attributes if has? 'DatUcPr' hash[:dat_vyst] = dat_vyst if has? 'DatVyst' hash[:dat_vyst_attributes] = dat_vyst_attributes if has? 'DatVyst' hash[:dat_spl] = dat_spl if has? 'DatSpl' hash[:dat_spl_attributes] = dat_spl_attributes if has? 'DatSpl' hash[:dat_pln] = dat_pln if has? 'DatPln' hash[:dat_pln_attributes] = dat_pln_attributes if has? 'DatPln' hash[:doruceno] = doruceno if has? 'Doruceno' hash[:doruceno_attributes] = doruceno_attributes if has? 'Doruceno' hash[:dbrpis] = dbrpis if has? 'Dbrpis' hash[:dbrpis_attributes] = dbrpis_attributes if has? 'Dbrpis' hash[:dobr_duzp] = dobr_duzp if has? 'DobrDUZP' hash[:dobr_duzp_attributes] = dobr_duzp_attributes if has? 'DobrDUZP' hash[:adresa] = adresa.to_h if has? 'Adresa' hash[:uc_pokl] = uc_pokl if has? 'UcPokl' hash[:uc_pokl_attributes] = uc_pokl_attributes if has? 'UcPokl' hash[:pr_kont] = pr_kont if has? 'PrKont' hash[:pr_kont_attributes] = pr_kont_attributes if has? 'PrKont' hash[:cleneni] = cleneni if has? 'Cleneni' hash[:cleneni_attributes] = cleneni_attributes if has? 'Cleneni' hash[:stred] = stred if has? 'Stred' hash[:stred_attributes] = stred_attributes if has? 'Stred' hash[:zakazka] = zakazka if has? 'Zakazka' hash[:zakazka_attributes] = zakazka_attributes if has? 'Zakazka' hash[:cinnost] = cinnost if has? 'Cinnost' hash[:cinnost_attributes] = cinnost_attributes if has? 'Cinnost' hash[:plnen_dph] = plnen_dph if has? 'PlnenDPH' hash[:plnen_dph_attributes] = plnen_dph_attributes if has? 'PlnenDPH' hash[:ucel_zd_pl] = ucel_zd_pl if has? 'UcelZdPl' hash[:ucel_zd_pl_attributes] = ucel_zd_pl_attributes if has? 'UcelZdPl' hash[:pozn] = pozn if has? 'Pozn' hash[:pozn_attributes] = pozn_attributes if has? 'Pozn' hash[:zp_vyp_dph] = zp_vyp_dph if has? 'ZpVypDPH' hash[:zp_vyp_dph_attributes] = zp_vyp_dph_attributes if has? 'ZpVypDPH' hash[:s_sazba] = s_sazba if has? 'SSazba' hash[:s_sazba_attributes] = s_sazba_attributes if has? 'SSazba' hash[:z_sazba] = z_sazba if has? 'ZSazba' hash[:z_sazba_attributes] = z_sazba_attributes if has? 'ZSazba' hash[:souhrn_dph] = souhrn_dph.to_h if has? 'SouhrnDPH' hash[:celkem] = celkem if has? 'Celkem' hash[:celkem_attributes] = celkem_attributes if has? 'Celkem' hash[:valuty] = valuty.to_h if has? 'Valuty' hash[:uh_zbyva] = uh_zbyva if has? 'UhZbyva' hash[:uh_zbyva_attributes] = uh_zbyva_attributes if has? 'UhZbyva' hash[:uh_datum] = uh_datum if has? 'UhDatum' hash[:uh_datum_attributes] = uh_datum_attributes if has? 'UhDatum' hash[:uh_dokl] = uh_dokl if has? 'UhDokl' hash[:uh_dokl_attributes] = uh_dokl_attributes if has? 'UhDokl' hash[:pu_datum] = pu_datum if has? 'PUDatum' hash[:pu_datum_attributes] = pu_datum_attributes if has? 'PUDatum' hash[:pu_zbyva] = pu_zbyva if has? 'PUZbyva' hash[:pu_zbyva_attributes] = pu_zbyva_attributes if has? 'PUZbyva' hash[:valuty_k_uhr] = valuty_k_uhr if has? 'ValutyKUhr' hash[:valuty_k_uhr_attributes] = valuty_k_uhr_attributes if has? 'ValutyKUhr' hash[:dat_upom1] = dat_upom1 if has? 'DatUpom1' hash[:dat_upom1_attributes] = dat_upom1_attributes if has? 'DatUpom1' hash[:dat_upom2] = dat_upom2 if has? 'DatUpom2' hash[:dat_upom2_attributes] = dat_upom2_attributes if has? 'DatUpom2' hash[:dat_upom_l] = dat_upom_l if has? 'DatUpomL' hash[:dat_upom_l_attributes] = dat_upom_l_attributes if has? 'DatUpomL' hash[:typ_dokl] = typ_dokl if has? 'TypDokl' hash[:typ_dokl_attributes] = typ_dokl_attributes if has? 'TypDokl' hash[:zjedn_d] = zjedn_d if has? 'ZjednD' hash[:zjedn_d_attributes] = zjedn_d_attributes if has? 'ZjednD' hash[:vyst] = vyst if has? 'Vyst' hash[:vyst_attributes] = vyst_attributes if has? 'Vyst' hash[:seznam_rozuct_polozek] = seznam_rozuct_polozek.map(&:to_h) if has? 'SeznamRozuctPolozek' hash[:seznam_norm_polozek] = seznam_norm_polozek.map(&:to_h) if has? 'SeznamNormPolozek' hash[:moje_firma] = moje_firma.to_h if has? 'MojeFirma' hash[:vlajky] = vlajky.to_h if has? 'Vlajky' hash[:dokumenty] = dokumenty if has? 'Dokumenty' hash end |
#typ_dokl ⇒ Object
354 355 356 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 354 def typ_dokl at 'TypDokl' end |
#typ_dokl_attributes ⇒ Object
358 359 360 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 358 def typ_dokl_attributes attributes_at 'TypDokl' end |
#uc_pokl ⇒ Object
170 171 172 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 170 def uc_pokl at 'UcPokl' end |
#uc_pokl_attributes ⇒ Object
174 175 176 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 174 def uc_pokl_attributes attributes_at 'UcPokl' end |
#ucel_zd_pl ⇒ Object
226 227 228 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 226 def ucel_zd_pl at 'UcelZdPl' end |
#ucel_zd_pl_attributes ⇒ Object
230 231 232 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 230 def ucel_zd_pl_attributes attributes_at 'UcelZdPl' end |
#uh_datum ⇒ Object
290 291 292 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 290 def uh_datum at 'UhDatum' end |
#uh_datum_attributes ⇒ Object
294 295 296 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 294 def uh_datum_attributes attributes_at 'UhDatum' end |
#uh_dokl ⇒ Object
298 299 300 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 298 def uh_dokl at 'UhDokl' end |
#uh_dokl_attributes ⇒ Object
302 303 304 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 302 def uh_dokl_attributes attributes_at 'UhDokl' end |
#uh_zbyva ⇒ Object
282 283 284 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 282 def uh_zbyva at 'UhZbyva' end |
#uh_zbyva_attributes ⇒ Object
286 287 288 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 286 def uh_zbyva_attributes attributes_at 'UhZbyva' end |
#valuty ⇒ Object
278 279 280 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 278 def valuty submodel_at(Valuty2, 'Valuty') end |
#valuty_k_uhr ⇒ Object
322 323 324 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 322 def valuty_k_uhr at 'ValutyKUhr' end |
#valuty_k_uhr_attributes ⇒ Object
326 327 328 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 326 def valuty_k_uhr_attributes attributes_at 'ValutyKUhr' end |
#var_sym ⇒ Object
78 79 80 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 78 def var_sym at 'VarSym' end |
#var_sym_attributes ⇒ Object
82 83 84 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 82 def var_sym_attributes attributes_at 'VarSym' end |
#vlajky ⇒ Object
390 391 392 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 390 def vlajky submodel_at(Vlajky, 'Vlajky') end |
#vyst ⇒ Object
370 371 372 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 370 def vyst at 'Vyst' end |
#vyst_attributes ⇒ Object
374 375 376 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 374 def vyst_attributes attributes_at 'Vyst' end |
#z_sazba ⇒ Object
258 259 260 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 258 def z_sazba at 'ZSazba' end |
#z_sazba_attributes ⇒ Object
262 263 264 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 262 def z_sazba_attributes attributes_at 'ZSazba' end |
#zakazka ⇒ Object
202 203 204 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 202 def zakazka at 'Zakazka' end |
#zakazka_attributes ⇒ Object
206 207 208 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 206 def zakazka_attributes attributes_at 'Zakazka' end |
#zjedn_d ⇒ Object
362 363 364 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 362 def zjedn_d at 'ZjednD' end |
#zjedn_d_attributes ⇒ Object
366 367 368 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 366 def zjedn_d_attributes attributes_at 'ZjednD' end |
#zp_vyp_dph ⇒ Object
242 243 244 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 242 def zp_vyp_dph at 'ZpVypDPH' end |
#zp_vyp_dph_attributes ⇒ Object
246 247 248 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 246 def zp_vyp_dph_attributes attributes_at 'ZpVypDPH' end |
#zpusob_uctovani ⇒ Object
14 15 16 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 14 def zpusob_uctovani at 'ZpusobUctovani' end |
#zpusob_uctovani_attributes ⇒ Object
18 19 20 |
# File 'lib/money_s3/parsers/zavazek_type.rb', line 18 def zpusob_uctovani_attributes attributes_at 'ZpusobUctovani' end |