Class: Arspy::Operators::AttributeTest::Base
- Inherits:
-
Object
- Object
- Arspy::Operators::AttributeTest::Base
- Defined in:
- lib/arspy/operators/attribute_test/base.rb
Direct Known Subclasses
FloatTest, IntegerTest, RangeTest, RegexpTest, StringTest, UnsupportedTest
Instance Method Summary collapse
-
#initialize(param) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(param) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/arspy/operators/attribute_test/base.rb', line 5 def initialize(param) @param = param end |