Class: Mixpanel::Engine::MiddlewareConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/mixpanel/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



7
8
9
# File 'lib/mixpanel/engine.rb', line 7

def config
  @config
end

#insert_js_lastObject

Returns the value of attribute insert_js_last

Returns:

  • (Object)

    the current value of insert_js_last



7
8
9
# File 'lib/mixpanel/engine.rb', line 7

def insert_js_last
  @insert_js_last
end

#persistObject

Returns the value of attribute persist

Returns:

  • (Object)

    the current value of persist



7
8
9
# File 'lib/mixpanel/engine.rb', line 7

def persist
  @persist
end

#useObject

Returns the value of attribute use

Returns:

  • (Object)

    the current value of use



7
8
9
# File 'lib/mixpanel/engine.rb', line 7

def use
  @use
end