Class: DeepTest::Option
- Inherits:
-
Struct
- Object
- Struct
- DeepTest::Option
- Defined in:
- lib/deep_test/options.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
2 3 4 |
# File 'lib/deep_test/options.rb', line 2 def default @default end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/deep_test/options.rb', line 2 def name @name end |