Class: Request::Choregraphy::EarCommandStruct
- Inherits:
-
Struct
- Object
- Struct
- Request::Choregraphy::EarCommandStruct
- Defined in:
- lib/violet/request.rb
Overview
Command Structs for ears
Instance Attribute Summary collapse
-
#angle ⇒ Object
Returns the value of attribute angle.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#element ⇒ Object
Returns the value of attribute element.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#angle ⇒ Object
Returns the value of attribute angle
468 469 470 |
# File 'lib/violet/request.rb', line 468 def angle @angle end |
#direction ⇒ Object
Returns the value of attribute direction
468 469 470 |
# File 'lib/violet/request.rb', line 468 def direction @direction end |
#element ⇒ Object
Returns the value of attribute element
468 469 470 |
# File 'lib/violet/request.rb', line 468 def element @element end |
#time ⇒ Object
Returns the value of attribute time
468 469 470 |
# File 'lib/violet/request.rb', line 468 def time @time end |