Sha256: 3c03f312629dd1cce5c4e400818a18bc192b96367d11d2eb530079fa33d69c2f

Contents?: true

Size: 156 Bytes

Versions: 273

Compression:

Stored size: 156 Bytes

Contents

module Sample
  class Layer < Group
    attr_accessor :name

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

  end # Layer
end # Sample

Version data entries

273 entries across 273 versions & 4 rubygems

Version Path
oj-1.0.6 test/sample/layer.rb
oj-1.0.5 test/sample/layer.rb
oj-1.0.4 test/sample/layer.rb
oj-1.0.3 test/sample/layer.rb
ox-1.5.2 test/sample/layer.rb
oj-1.0.2 test/sample/layer.rb
oj-1.0.1 test/sample/layer.rb
oj-1.0.0 test/sample/layer.rb
ox-1.5.1 test/sample/layer.rb
oj-0.9.0 test/sample/layer.rb
ox-1.5.0 test/sample/layer.rb
oj-0.8.0 test/sample/layer.rb
oj-0.7.0 test/sample/layer.rb