Class: Cassia::Configuration
- Inherits:
-
Object
- Object
- Cassia::Configuration
- Defined in:
- lib/cassia/configuration.rb
Instance Attribute Summary collapse
-
#ac_url ⇒ Object
Returns the value of attribute ac_url.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#ac_url ⇒ Object
Returns the value of attribute ac_url.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def ac_url @ac_url end |
#client_id ⇒ Object
Returns the value of attribute client_id.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def client_id @client_id end |
#secret ⇒ Object
Returns the value of attribute secret.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def secret @secret end |