Class: Mixpanel::Engine::MiddlewareConfig
- Inherits:
-
Struct
- Object
- Struct
- Mixpanel::Engine::MiddlewareConfig
- Defined in:
- lib/mixpanel/engine.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#insert_js_last ⇒ Object
Returns the value of attribute insert_js_last.
-
#persist ⇒ Object
Returns the value of attribute persist.
-
#use ⇒ Object
Returns the value of attribute use.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
7 8 9 |
# File 'lib/mixpanel/engine.rb', line 7 def config @config end |
#insert_js_last ⇒ Object
Returns the value of attribute insert_js_last
7 8 9 |
# File 'lib/mixpanel/engine.rb', line 7 def insert_js_last @insert_js_last end |
#persist ⇒ Object
Returns the value of attribute persist
7 8 9 |
# File 'lib/mixpanel/engine.rb', line 7 def persist @persist end |
#use ⇒ Object
Returns the value of attribute use
7 8 9 |
# File 'lib/mixpanel/engine.rb', line 7 def use @use end |