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?
15 16 17 |
# File 'lib/parametric/field.rb', line 15
def eligible?
@eligible?
end
|
#value ⇒ Object
Returns the value of attribute value
15 16 17 |
# File 'lib/parametric/field.rb', line 15 def value @value end |