Class: RubyLabs::MARSLab::MARSView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::MARSLab::MARSView
- Defined in:
- lib/marslab.rb
Instance Attribute Summary collapse
-
#cells ⇒ Object
Returns the value of attribute cells.
-
#options ⇒ Object
Returns the value of attribute options.
-
#palettes ⇒ Object
Returns the value of attribute palettes.
Instance Attribute Details
#cells ⇒ Object
Returns the value of attribute cells
58 59 60 |
# File 'lib/marslab.rb', line 58 def cells @cells end |
#options ⇒ Object
Returns the value of attribute options
58 59 60 |
# File 'lib/marslab.rb', line 58 def @options end |
#palettes ⇒ Object
Returns the value of attribute palettes
58 59 60 |
# File 'lib/marslab.rb', line 58 def palettes @palettes end |