Class: KazooRubySdk::Configuration
- Inherits:
-
Object
- Object
- KazooRubySdk::Configuration
- Defined in:
- lib/kazoo-ruby-sdk/configuration.rb
Instance Attribute Summary collapse
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_url ⇒ Object
Returns the value of attribute api_url.
3 4 5 |
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3 def api_url @api_url end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
3 4 5 |
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3 def realm @realm end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3 def username @username end |