Class: NaiveCalculator::Plot
- Inherits:
-
Struct
- Object
- Struct
- NaiveCalculator::Plot
- Defined in:
- lib/naive_calculator/plot.rb
Instance Attribute Summary collapse
-
#function ⇒ Object
Returns the value of attribute function.
-
#max_x ⇒ Object
Returns the value of attribute max_x.
-
#min_x ⇒ Object
Returns the value of attribute min_x.
Instance Attribute Details
#function ⇒ Object
Returns the value of attribute function
2 3 4 |
# File 'lib/naive_calculator/plot.rb', line 2 def function @function end |
#max_x ⇒ Object
Returns the value of attribute max_x
2 3 4 |
# File 'lib/naive_calculator/plot.rb', line 2 def max_x @max_x end |
#min_x ⇒ Object
Returns the value of attribute min_x
2 3 4 |
# File 'lib/naive_calculator/plot.rb', line 2 def min_x @min_x end |