Class: Mixpanel::Engine::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#middlewareObject

Returns the value of attribute middleware

Returns:

  • (Object)

    the current value of middleware



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

def middleware
  @middleware
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



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

def token
  @token
end