Sha256: a43fd5f23aa7e1a42c7072ed002a173099dd639de96d19a47de2be0936dbbbab

Contents?: true

Size: 178 Bytes

Versions: 12

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

module CXML
  class SpecialHandlingAmount < DocumentNode
    accessible_nodes %i[
      money
      description
      distribution
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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