Class: RubyLabs::IterationLab::ArrayView

Inherits:
Struct
  • Object
show all
Defined in:
lib/iterationlab.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/iterationlab.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/iterationlab.rb', line 22

def bar
  @bar
end

#historyObject

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



22
23
24
# File 'lib/iterationlab.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/iterationlab.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/iterationlab.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/iterationlab.rb', line 22

def rects
  @rects
end