class TestObject

Attributes

p1[R]
p2[R]
p3[R]

Public Class Methods

new(p1,p2,p3) click to toggle source
# File lib/test.rb, line 7
def initialize(p1,p2,p3)
  @p1 = p1
  @p2 = p2
  @p3 = p3
end