Class: Keisanjaku::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/keisanjaku/planner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



15
16
17
# File 'lib/keisanjaku/planner.rb', line 15

def expression
  @expression
end

#place_explanationObject

Returns the value of attribute place_explanation

Returns:

  • (Object)

    the current value of place_explanation



15
16
17
# File 'lib/keisanjaku/planner.rb', line 15

def place_explanation
  @place_explanation
end

#read_scaleObject

Returns the value of attribute read_scale

Returns:

  • (Object)

    the current value of read_scale



15
16
17
# File 'lib/keisanjaku/planner.rb', line 15

def read_scale
  @read_scale
end

#read_valueObject

Returns the value of attribute read_value

Returns:

  • (Object)

    the current value of read_value



15
16
17
# File 'lib/keisanjaku/planner.rb', line 15

def read_value
  @read_value
end

#stepsObject

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



15
16
17
# File 'lib/keisanjaku/planner.rb', line 15

def steps
  @steps
end

#true_valueObject

Returns the value of attribute true_value

Returns:

  • (Object)

    the current value of true_value



15
16
17
# File 'lib/keisanjaku/planner.rb', line 15

def true_value
  @true_value
end