Class: Tagger::Event
- Inherits:
-
Object
- Object
- Tagger::Event
- Includes:
- ActiveModel::Model
- Defined in:
- lib/tagger/event.rb
Instance Attribute Summary collapse
-
#appsflyer ⇒ Object
Returns the value of attribute appsflyer.
-
#firebase ⇒ Object
Returns the value of attribute firebase.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#appsflyer ⇒ Object
Returns the value of attribute appsflyer.
6 7 8 |
# File 'lib/tagger/event.rb', line 6 def appsflyer @appsflyer end |
#firebase ⇒ Object
Returns the value of attribute firebase.
5 6 7 |
# File 'lib/tagger/event.rb', line 5 def firebase @firebase end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/tagger/event.rb', line 4 def name @name end |