Class: Physicist::Laboratory::ScientistUpdatedEvent

Inherits:
Metacosm::Event
  • Object
show all
Defined in:
lib/physicist/laboratory/events/scientist_updated_event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject

Returns the value of attribute position.



4
5
6
# File 'lib/physicist/laboratory/events/scientist_updated_event.rb', line 4

def position
  @position
end

#scientist_idObject

Returns the value of attribute scientist_id.



4
5
6
# File 'lib/physicist/laboratory/events/scientist_updated_event.rb', line 4

def scientist_id
  @scientist_id
end

#updated_atObject

Returns the value of attribute updated_at.



4
5
6
# File 'lib/physicist/laboratory/events/scientist_updated_event.rb', line 4

def updated_at
  @updated_at
end

#velocityObject

Returns the value of attribute velocity.



4
5
6
# File 'lib/physicist/laboratory/events/scientist_updated_event.rb', line 4

def velocity
  @velocity
end