Class: Cas::Client::Configuration
- Inherits:
-
Object
- Object
- Cas::Client::Configuration
- Defined in:
- lib/cas/client/configuration.rb
Instance Attribute Summary collapse
-
#cas_namespace ⇒ Object
Returns the value of attribute cas_namespace.
-
#extra_attributes ⇒ Object
Returns the value of attribute extra_attributes.
-
#server_url ⇒ Object
Returns the value of attribute server_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 |
# File 'lib/cas/client/configuration.rb', line 6 def initialize @extra_attributes = [] @cas_namespace = 'cas' end |
Instance Attribute Details
#cas_namespace ⇒ Object
Returns the value of attribute cas_namespace.
4 5 6 |
# File 'lib/cas/client/configuration.rb', line 4 def cas_namespace @cas_namespace end |
#extra_attributes ⇒ Object
Returns the value of attribute extra_attributes.
4 5 6 |
# File 'lib/cas/client/configuration.rb', line 4 def extra_attributes @extra_attributes end |
#server_url ⇒ Object
Returns the value of attribute server_url.
4 5 6 |
# File 'lib/cas/client/configuration.rb', line 4 def server_url @server_url end |