Class: RubyLabs::IterationLab::ArrayView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::IterationLab::ArrayView
- Defined in:
- lib/iterationlab.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#history ⇒ Object
Returns the value of attribute history.
-
#options ⇒ Object
Returns the value of attribute options.
-
#palette ⇒ Object
Returns the value of attribute palette.
-
#rects ⇒ Object
Returns the value of attribute rects.
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array
22 23 24 |
# File 'lib/iterationlab.rb', line 22 def array @array end |
#bar ⇒ Object
Returns the value of attribute bar
22 23 24 |
# File 'lib/iterationlab.rb', line 22 def @bar end |
#history ⇒ Object
Returns the value of attribute history
22 23 24 |
# File 'lib/iterationlab.rb', line 22 def history @history end |
#options ⇒ Object
Returns the value of attribute options
22 23 24 |
# File 'lib/iterationlab.rb', line 22 def @options end |
#palette ⇒ Object
Returns the value of attribute palette
22 23 24 |
# File 'lib/iterationlab.rb', line 22 def palette @palette end |
#rects ⇒ Object
Returns the value of attribute rects
22 23 24 |
# File 'lib/iterationlab.rb', line 22 def rects @rects end |