Class: Parametric::Field::Result
- Inherits:
-
Struct
- Object
- Struct
- Parametric::Field::Result
- Defined in:
- lib/parametric/field.rb
Instance Attribute Summary collapse
-
#eligible? ⇒ Object
Returns the value of attribute eligible?.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#eligible? ⇒ Object
Returns the value of attribute eligible?
17 18 19 |
# File 'lib/parametric/field.rb', line 17 def eligible? @eligible? end |
#value ⇒ Object
Returns the value of attribute value
17 18 19 |
# File 'lib/parametric/field.rb', line 17 def value @value end |