Sha256: 8bfc43b521fea0e46a7f53a97c5d7591ccddddae92f499a50576d5740da95243

Contents?: true

Size: 185 Bytes

Versions: 12

Compression:

Stored size: 185 Bytes

Contents

# frozen_string_literal: true

module CXML
  class InvoiceDetailOrderInfo < DocumentNode
    accessible_nodes %i[
      order_reference
      master_agreement_reference
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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