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.
-
#ca_file ⇒ Object
Returns the value of attribute ca_file.
-
#ca_path ⇒ Object
Returns the value of attribute ca_path.
-
#client_cert ⇒ Object
Returns the value of attribute client_cert.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_key ⇒ Object
Returns the value of attribute client_key.
-
#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 |
#ca_file ⇒ Object
Returns the value of attribute ca_file.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def ca_file @ca_file end |
#ca_path ⇒ Object
Returns the value of attribute ca_path.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def ca_path @ca_path end |
#client_cert ⇒ Object
Returns the value of attribute client_cert.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def client_cert @client_cert 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 |
#client_key ⇒ Object
Returns the value of attribute client_key.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def client_key @client_key end |
#secret ⇒ Object
Returns the value of attribute secret.
3 4 5 |
# File 'lib/cassia/configuration.rb', line 3 def secret @secret end |