Sha256: 582fe3dc0d9e5344d1232eef90ac18a5deb885f44992b0cfd287b5feb84bc596

Contents?: true

Size: 250 Bytes

Versions: 12

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module CXML
  class ModificationDetail < DocumentNode
    accessible_attributes %i[
      name
      start_date
      end_date
      code
    ]
    accessible_nodes %i[
      description
      extrinsic
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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