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?



10
11
12
# File 'lib/parametric/field.rb', line 10

def eligible?
  @eligible?
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/parametric/field.rb', line 10

def value
  @value
end