Sha256: c6e794f9ddce7c0578de77d07f163ff835d9616714e2bec6ba9bf17e1d679d88
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
module MoneyS3 module Parsers class Data6 include ParserCore::BaseParser def zauctovani_dph_de submodel_at(ZauctovaniDPHDetype, 'ZauctovaniDPH_DE') end def to_h hash = {} hash[:attributes] = attributes hash[:zauctovani_dph_de] = zauctovani_dph_de.to_h if has? 'ZauctovaniDPH_DE' hash end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
money_s3-1.0.0 | lib/money_s3/parsers/data6.rb |