Class: RubyLabs::RecursionLab::ArrayView

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

Instance Attribute Summary collapse

Instance Attribute Details

#arrayObject

Returns the value of attribute array

Returns:

  • (Object)

    the current value of array



22
23
24
# File 'lib/recursionlab.rb', line 22

def array
  @array
end

#barObject

Returns the value of attribute bar

Returns:

  • (Object)

    the current value of bar



22
23
24
# File 'lib/recursionlab.rb', line 22

def bar
  @bar
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



22
23
24
# File 'lib/recursionlab.rb', line 22

def group
  @group
end

#groupstartObject

Returns the value of attribute groupstart

Returns:

  • (Object)

    the current value of groupstart



22
23
24
# File 'lib/recursionlab.rb', line 22

def groupstart
  @groupstart
end

#historyObject

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



22
23
24
# File 'lib/recursionlab.rb', line 22

def history
  @history
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



22
23
24
# File 'lib/recursionlab.rb', line 22

def options
  @options
end

#paletteObject

Returns the value of attribute palette

Returns:

  • (Object)

    the current value of palette



22
23
24
# File 'lib/recursionlab.rb', line 22

def palette
  @palette
end

#rectsObject

Returns the value of attribute rects

Returns:

  • (Object)

    the current value of rects



22
23
24
# File 'lib/recursionlab.rb', line 22

def rects
  @rects
end