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