Class: GSLng::Plotter::Plot

Inherits:
Struct
  • Object
show all
Defined in:
lib/gslng/plotter.rb

Overview

This class holds a “plot” command and the associated matrix

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



65
66
67
# File 'lib/gslng/plotter.rb', line 65

def command
  @command
end

#matrixObject

Returns the value of attribute matrix

Returns:

  • (Object)

    the current value of matrix



65
66
67
# File 'lib/gslng/plotter.rb', line 65

def matrix
  @matrix
end