Class: RubyLabs::RecursionLab::ArrayView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::RecursionLab::ArrayView
- Defined in:
- lib/recursionlab.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#group ⇒ Object
Returns the value of attribute group.
-
#groupstart ⇒ Object
Returns the value of attribute groupstart.
-
#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/recursionlab.rb', line 22 def array @array end |
#bar ⇒ Object
Returns the value of attribute bar
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def @bar end |
#group ⇒ Object
Returns the value of attribute group
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def group @group end |
#groupstart ⇒ Object
Returns the value of attribute groupstart
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def groupstart @groupstart end |
#history ⇒ Object
Returns the value of attribute history
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def history @history end |
#options ⇒ Object
Returns the value of attribute options
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def @options end |
#palette ⇒ Object
Returns the value of attribute palette
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def palette @palette end |
#rects ⇒ Object
Returns the value of attribute rects
22 23 24 |
# File 'lib/recursionlab.rb', line 22 def rects @rects end |