Class: Dor::Services::Client::Events::Event
- Inherits:
-
Struct
- Object
- Struct
- Dor::Services::Client::Events::Event
- Defined in:
- lib/dor/services/client/events.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
8 9 10 |
# File 'lib/dor/services/client/events.rb', line 8 def data @data end |
#event_type ⇒ Object
Returns the value of attribute event_type
8 9 10 |
# File 'lib/dor/services/client/events.rb', line 8 def event_type @event_type end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
8 9 10 |
# File 'lib/dor/services/client/events.rb', line 8 def @timestamp end |