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.
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 |