Class: Request::Choregraphy::EarCommandStruct

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

Overview

Command Structs for ears

Instance Attribute Summary collapse

Instance Attribute Details

#angleObject

Returns the value of attribute angle

Returns:

  • (Object)

    the current value of angle



468
469
470
# File 'lib/violet/request.rb', line 468

def angle
  @angle
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



468
469
470
# File 'lib/violet/request.rb', line 468

def direction
  @direction
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



468
469
470
# File 'lib/violet/request.rb', line 468

def element
  @element
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



468
469
470
# File 'lib/violet/request.rb', line 468

def time
  @time
end