Sha256: 94d111c317343fae9c94a6d6cc8767733e994b0e5c828e659613a235a0865fe7

Contents?: true

Size: 129 Bytes

Versions: 12

Compression:

Stored size: 129 Bytes

Contents

# frozen_string_literal: true

module CXML
  class NetAmount < DocumentNode
    accessible_nodes %i[
      money
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cxml-ruby-0.8.2 lib/cxml/net_amount.rb
cxml-ruby-0.8.1 lib/cxml/net_amount.rb
cxml-ruby-0.8.0 lib/cxml/net_amount.rb
cxml-ruby-0.7.0 lib/cxml/net_amount.rb
cxml-ruby-0.6.1 lib/cxml/net_amount.rb
cxml-ruby-0.6.0 lib/cxml/net_amount.rb
cxml-ruby-0.5.0 lib/cxml/net_amount.rb
cxml-ruby-0.4.1 lib/cxml/net_amount.rb
cxml-ruby-0.4.0 lib/cxml/net_amount.rb
cxml-ruby-0.3.0 lib/cxml/net_amount.rb
cxml-ruby-0.2.1 lib/cxml/net_amount.rb
cxml-ruby-0.2.0 lib/cxml/net_amount.rb