Class: Parametric::Field::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/parametric/field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eligible?Object

Returns the value of attribute eligible?

Returns:

  • (Object)

    the current value of eligible?



12
13
14
# File 'lib/parametric/field.rb', line 12

def eligible?
  @eligible?
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



12
13
14
# File 'lib/parametric/field.rb', line 12

def value
  @value
end