Class: PhobosDBCheckpoint::Ack

Inherits:
Struct
  • Object
show all
Defined in:
lib/phobos_db_checkpoint/event_actions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idObject

Returns the value of attribute entity_id

Returns:

  • (Object)

    the current value of entity_id



2
3
4
# File 'lib/phobos_db_checkpoint/event_actions.rb', line 2

def entity_id
  @entity_id
end

#event_timeObject

Returns the value of attribute event_time

Returns:

  • (Object)

    the current value of event_time



2
3
4
# File 'lib/phobos_db_checkpoint/event_actions.rb', line 2

def event_time
  @event_time
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



2
3
4
# File 'lib/phobos_db_checkpoint/event_actions.rb', line 2

def event_type
  @event_type
end

#event_versionObject

Returns the value of attribute event_version

Returns:

  • (Object)

    the current value of event_version



2
3
4
# File 'lib/phobos_db_checkpoint/event_actions.rb', line 2

def event_version
  @event_version
end