Sha256: 96ec622de959bec1716bc0f405eaa6e7c87c726a02a52c1e7a7f449aefcdd539
Contents?: true
Size: 1.33 KB
Versions: 8
Compression:
Stored size: 1.33 KB
Contents
require 'money_s3/base_element' require 'money_s3/ucty_pohybu_type' require 'money_s3/ucty_pohybu_type' require 'money_s3/ucty_pohybu_type' module MoneyS3 class SkladType include BaseElement def nazev at :Nazev end def kod_skladu at :KodSkladu end def guid at :GUID end def cenik_sklad at :CenikSklad end def platno_od at :PlatnoOd end def platno_do at :PlatnoDo end def minus at :Minus end def neupoz at :Neupoz end def vyber_cen at :Vyber_cen end def vyber_dod at :Vyber_dod end def zpusob at :Zpusob end def prod_ceny_d at :ProdCenyD end def prepocet at :Prepocet end def ceny at :Ceny end def uc_vyrobk_vv at :UcVyrobkVV end def prodejk_vz at :ProdejkVz end def v_dod_lst_vz at :VDodLstVz end def p_dod_lst_vz at :PDodLstVz end def uc_pohyb_m element_xml = at :UcPohybM UctyPohybuType.new(element_xml) if element_xml end def uc_pohyb_z element_xml = at :UcPohybZ UctyPohybuType.new(element_xml) if element_xml end def uc_pohyb_v element_xml = at :UcPohybV UctyPohybuType.new(element_xml) if element_xml end end end
Version data entries
8 entries across 8 versions & 1 rubygems