Class: Ossert::Reference::ClassA
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#pages, #project_names, #representative
Instance Method Summary collapse
-
#initialize ⇒ ClassA
constructor
A new instance of ClassA.
Methods inherited from Base
Constructor Details
#initialize ⇒ ClassA
Returns a new instance of ClassA.
58 59 60 |
# File 'lib/ossert/reference.rb', line 58 def initialize super(50, 1..10) end |