Class: RubyLabs::SphereLab::TurtleView

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

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



46
47
48
# File 'lib/spherelab.rb', line 46

def options
  @options
end

#turtleObject

Returns the value of attribute turtle

Returns:

  • (Object)

    the current value of turtle



46
47
48
# File 'lib/spherelab.rb', line 46

def turtle
  @turtle
end