Class: Capcoauth::Config
- Inherits:
-
Object
- Object
- Capcoauth::Config
- Extended by:
- Option
- Defined in:
- lib/capcoauth/config.rb
Defined Under Namespace
Modules: Option Classes: Builder
Instance Attribute Summary collapse
-
#client_id ⇒ Object
readonly
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
readonly
Returns the value of attribute client_secret.
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#using_routes ⇒ Object
Returns the value of attribute using_routes.
Method Summary
Methods included from Option
Instance Attribute Details
#client_id ⇒ Object (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_secret ⇒ Object (readonly)
Returns the value of attribute client_secret.
18 19 20 |
# File 'lib/capcoauth/config.rb', line 18 def client_secret @client_secret end |
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
19 20 21 |
# File 'lib/capcoauth/config.rb', line 19 def logger @logger end |
#using_routes ⇒ Object
Returns the value of attribute using_routes.
20 21 22 |
# File 'lib/capcoauth/config.rb', line 20 def using_routes @using_routes end |