Class: Optimizely::UserEvent
- Inherits:
-
Object
- Object
- Optimizely::UserEvent
- Defined in:
- lib/optimizely/event/entity/user_event.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#event_context ⇒ Object
readonly
Returns the value of attribute event_context.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Attribute Details
#event_context ⇒ Object (readonly)
Returns the value of attribute event_context.
20 21 22 |
# File 'lib/optimizely/event/entity/user_event.rb', line 20 def event_context @event_context end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
20 21 22 |
# File 'lib/optimizely/event/entity/user_event.rb', line 20 def @timestamp end |
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid.
20 21 22 |
# File 'lib/optimizely/event/entity/user_event.rb', line 20 def uuid @uuid end |