Class: RubyLabs::SphereLab::MelonView

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodiesObject

Returns the value of attribute bodies

Returns:

  • (Object)

    the current value of bodies



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

def bodies
  @bodies
end

#groundObject

Returns the value of attribute ground

Returns:

  • (Object)

    the current value of ground



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

def ground
  @ground
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#scaleObject

Returns the value of attribute scale

Returns:

  • (Object)

    the current value of scale



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

def scale
  @scale
end

#startlocObject

Returns the value of attribute startloc

Returns:

  • (Object)

    the current value of startloc



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

def startloc
  @startloc
end