Sha256: 3af35091a2e656f1efa2112829799ce0c3f33a026439988690db4dbe2d7c9d70
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
module MoneyS3 module Builders class MsgPredkontaceType < MessageType include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) if data.key? :attributes data[:attributes].each { |k, v| root[k] = v } end super.nodes.each do |n| root << n end if data.key? :data root << PredkontaceType.new('Data', data[:data]).builder end root end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
money_s3-1.0.0 | lib/money_s3/builders/msg_predkontace_type.rb |