Class: Mixpanel::Engine::Config
- Inherits:
-
Struct
- Object
- Struct
- Mixpanel::Engine::Config
- Defined in:
- lib/mixpanel/engine.rb
Instance Attribute Summary collapse
-
#middleware ⇒ Object
Returns the value of attribute middleware.
-
#options ⇒ Object
Returns the value of attribute options.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#middleware ⇒ Object
Returns the value of attribute middleware
6 7 8 |
# File 'lib/mixpanel/engine.rb', line 6 def middleware @middleware end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/mixpanel/engine.rb', line 6 def @options end |
#token ⇒ Object
Returns the value of attribute token
6 7 8 |
# File 'lib/mixpanel/engine.rb', line 6 def token @token end |