Sha256: 0932f574b536f2b6766e57ac72891d9088a5bb26f6216a7200707ca4bb8e65a6

Contents?: true

Size: 198 Bytes

Versions: 12

Compression:

Stored size: 198 Bytes

Contents

# frozen_string_literal: true

module CXML
  class OrderReference < DocumentNode
    accessible_attributes %i[
      order_id
    ]
    accessible_nodes %i[
      document_reference
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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