Sha256: b6dd4aeaa42c669fb58403b22066731a39360d99978d190d564408a6ae04b194
Contents?: true
Size: 346 Bytes
Versions: 8
Compression:
Stored size: 346 Bytes
Contents
require 'money_s3/base_element' require 'money_s3/nep_platidlo_type' module MoneyS3 class NepPlatbaType include BaseElement def mnozstvi_mj at :MnozstviMJ end def castka at :Castka end def platidlo element_xml = at :Platidlo NepPlatidloType.new(element_xml) if element_xml end end end
Version data entries
8 entries across 8 versions & 1 rubygems