Class: Dor::Services::Client::Events::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/dor/services/client/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



8
9
10
# File 'lib/dor/services/client/events.rb', line 8

def data
  @data
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



8
9
10
# File 'lib/dor/services/client/events.rb', line 8

def event_type
  @event_type
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



8
9
10
# File 'lib/dor/services/client/events.rb', line 8

def timestamp
  @timestamp
end