Sha256: d0b1da9fbbe728439a5e17ad72aa5dfd7763116e29817e3eaa81d065c20dd2c6

Contents?: true

Size: 255 Bytes

Versions: 12

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

module CXML
  class ConfirmationHeader < DocumentNode
    accessible_attributes %i[
      confirm_id
      operation
      type
      notice_date
      invoice_id
    ]
    accessible_nodes %i[
      contact
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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