Sha256: ad4dc6fa65dabe20a22ab296e9f0dca40e7e8c39688745e29ec5ab3208c53ce5

Contents?: true

Size: 189 Bytes

Versions: 12

Compression:

Stored size: 189 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

12 entries across 12 versions & 1 rubygems

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