Sha256: 2881493b3d5ef21304c0baef6ab9c18024f13c2e012be6094f056fb5a9b06eee

Contents?: true

Size: 320 Bytes

Versions: 286

Compression:

Stored size: 320 Bytes

Contents

module Sample

  class Line
    include HasProps

    attr_accessor :x, :y, :dx, :dy
    attr_accessor :color
    attr_accessor :thick
    
    def initialize(x, y, dx, dy, thick, color)
      @x = x
      @y = y
      @dx = dx
      @dy = dy
      @thick = thick
      @color = color
    end

  end # Line
end # Sample

Version data entries

286 entries across 286 versions & 4 rubygems

Version Path
oj-3.10.12 test/sample/line.rb
oj-3.10.11 test/sample/line.rb
oj-3.10.10 test/sample/line.rb
oj-3.10.9 test/sample/line.rb
oj-3.10.8 test/sample/line.rb
oj-3.10.7 test/sample/line.rb
oj-3.10.6 test/sample/line.rb
oj-3.10.5 test/sample/line.rb
oj-3.10.3 test/sample/line.rb
oj-3.10.2 test/sample/line.rb
oj-3.10.1 test/sample/line.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/line.rb
oj-3.10.0 test/sample/line.rb
oj-3.9.2 test/sample/line.rb
oj-3.9.1 test/sample/line.rb
oj-3.9.0 test/sample/line.rb
oj-3.8.1 test/sample/line.rb
oj-3.8.0 test/sample/line.rb
oj-3.7.12 test/sample/line.rb
oj-3.7.11 test/sample/line.rb