Class: Keisanjaku::Plan
- Inherits:
-
Struct
- Object
- Struct
- Keisanjaku::Plan
- Defined in:
- lib/keisanjaku/planner.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#place_explanation ⇒ Object
Returns the value of attribute place_explanation.
-
#read_scale ⇒ Object
Returns the value of attribute read_scale.
-
#read_value ⇒ Object
Returns the value of attribute read_value.
-
#steps ⇒ Object
Returns the value of attribute steps.
-
#true_value ⇒ Object
Returns the value of attribute true_value.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
15 16 17 |
# File 'lib/keisanjaku/planner.rb', line 15 def expression @expression end |
#place_explanation ⇒ Object
Returns the value of attribute place_explanation
15 16 17 |
# File 'lib/keisanjaku/planner.rb', line 15 def place_explanation @place_explanation end |
#read_scale ⇒ Object
Returns the value of attribute read_scale
15 16 17 |
# File 'lib/keisanjaku/planner.rb', line 15 def read_scale @read_scale end |
#read_value ⇒ Object
Returns the value of attribute read_value
15 16 17 |
# File 'lib/keisanjaku/planner.rb', line 15 def read_value @read_value end |
#steps ⇒ Object
Returns the value of attribute steps
15 16 17 |
# File 'lib/keisanjaku/planner.rb', line 15 def steps @steps end |
#true_value ⇒ Object
Returns the value of attribute true_value
15 16 17 |
# File 'lib/keisanjaku/planner.rb', line 15 def true_value @true_value end |