Class: RubyExpressOne::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-expressone/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



15
16
17
18
# File 'lib/ruby-expressone/configuration.rb', line 15

def initialize
  @token_endpoint = 'https://intime-ba.eu.auth0.com'
  @logger         =  RubyExpressOne::Logger
end

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



13
14
15
# File 'lib/ruby-expressone/configuration.rb', line 13

def logger
  @logger
end

#token_endpointObject

Returns the value of attribute token_endpoint.



13
14
15
# File 'lib/ruby-expressone/configuration.rb', line 13

def token_endpoint
  @token_endpoint
end