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



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

def angle
  @angle
end

#directionObject

Returns the value of attribute direction



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

def direction
  @direction
end

#elementObject

Returns the value of attribute element



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

def element
  @element
end

#timeObject

Returns the value of attribute time



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

def time
  @time
end