Sha256: 28c41dc54da248e15d6497625ec74fa5826826eeaa1830615f3895fcb7b1e0c3

Contents?: true

Size: 155 Bytes

Versions: 13

Compression:

Stored size: 155 Bytes

Contents

module Sample
  class Layer < Group
    attr_accessor :name

    def initialize(name)
      super()
      @name = name
    end

  end # Layer
end # Sample

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
oj-3.16.9 test/sample/layer.rb
oj-3.16.8 test/sample/layer.rb
oj-3.16.7 test/sample/layer.rb
oj-3.16.6 test/sample/layer.rb
oj-3.16.5 test/sample/layer.rb
oj-3.16.4 test/sample/layer.rb
oj-3.16.3 test/sample/layer.rb
oj-3.16.2 test/sample/layer.rb
oj-3.16.1 test/sample/layer.rb
oj-3.16.0 test/sample/layer.rb
oj-3.15.1 test/sample/layer.rb
oj-3.15.0 test/sample/layer.rb
oj-3.14.3 test/sample/layer.rb