Class: Iriq::Event::PositionSeen
- Inherits:
-
Struct
- Object
- Struct
- Iriq::Event::PositionSeen
- Defined in:
- lib/iriq/event.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
Returns the value of attribute position.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#position ⇒ Object
Returns the value of attribute position
19 20 21 |
# File 'lib/iriq/event.rb', line 19 def position @position end |
#type ⇒ Object
Returns the value of attribute type
19 20 21 |
# File 'lib/iriq/event.rb', line 19 def type @type end |
#value ⇒ Object
Returns the value of attribute value
19 20 21 |
# File 'lib/iriq/event.rb', line 19 def value @value end |