Class: Hackle::Event::Track
- Inherits:
-
Hackle::Event
- Object
- Hackle::Event
- Hackle::Event::Track
- Defined in:
- lib/hackle/events/event.rb
Instance Attribute Summary collapse
-
#event_type ⇒ Object
readonly
Returns the value of attribute event_type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Attributes inherited from Hackle::Event
Instance Method Summary collapse
-
#initialize(user_id:, event_type:, value: nil) ⇒ Track
constructor
A new instance of Track.
Methods inherited from Hackle::Event
Constructor Details
Instance Attribute Details
#event_type ⇒ Object (readonly)
Returns the value of attribute event_type.
19 20 21 |
# File 'lib/hackle/events/event.rb', line 19 def event_type @event_type end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
19 20 21 |
# File 'lib/hackle/events/event.rb', line 19 def value @value end |