Sha256: 95c461cb60b0c8f2854b5eb4a7900c1742f7e8528c38e676f3648cf4ec42ebcc

Contents?: true

Size: 145 Bytes

Versions: 12

Compression:

Stored size: 145 Bytes

Contents

# frozen_string_literal: true

module CXML
  class Total < DocumentNode
    accessible_nodes %i[
      money
      modifications
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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