Class: Capcoauth::Config

Inherits:
Object
  • Object
show all
Extended by:
Option
Defined in:
lib/capcoauth/config.rb

Defined Under Namespace

Modules: Option Classes: Builder

Instance Attribute Summary collapse

Method Summary

Methods included from Option

extended, option

Instance Attribute Details

#client_idObject (readonly)

Returns the value of attribute client_id.



17
18
19
# File 'lib/capcoauth/config.rb', line 17

def client_id
  @client_id
end

#client_secretObject (readonly)

Returns the value of attribute client_secret.



18
19
20
# File 'lib/capcoauth/config.rb', line 18

def client_secret
  @client_secret
end

#loggerObject (readonly)

Returns the value of attribute logger.



19
20
21
# File 'lib/capcoauth/config.rb', line 19

def logger
  @logger
end

#using_routesObject

Returns the value of attribute using_routes.



20
21
22
# File 'lib/capcoauth/config.rb', line 20

def using_routes
  @using_routes
end