Sha256: f95c609cab66e3378d71bc4a0a0bd19c2e963e1758c62c01bf2b917894ea3dba
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
module Securetrading class Amount < BaseModel def value attributes_hash['__content__'] end def ox_xml el = XmlDoc.new_element(xml_tag_name) el['currencycode'] = currencycode el << value.to_s end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
securetrading-0.3.0 | lib/securetrading/amount.rb |