Class: GSLng::Plotter::Plot
- Inherits:
-
Struct
- Object
- Struct
- GSLng::Plotter::Plot
- Defined in:
- lib/gslng/plotter.rb
Overview
This class holds a “plot” command and the associated matrix
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#matrix ⇒ Object
Returns the value of attribute matrix.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
65 66 67 |
# File 'lib/gslng/plotter.rb', line 65 def command @command end |
#matrix ⇒ Object
Returns the value of attribute matrix
65 66 67 |
# File 'lib/gslng/plotter.rb', line 65 def matrix @matrix end |