Class: Iriq::Event::PositionSeen

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

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



19
20
21
# File 'lib/iriq/event.rb', line 19

def position
  @position
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



19
20
21
# File 'lib/iriq/event.rb', line 19

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



19
20
21
# File 'lib/iriq/event.rb', line 19

def value
  @value
end