Class: KazooRubySdk::Base
- Inherits:
-
Object
- Object
- KazooRubySdk::Base
- Defined in:
- lib/kazoo-ruby-sdk/base.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.account_id ⇒ Object
writeonly
Sets the attribute account_id.
-
.api_url ⇒ Object
writeonly
Sets the attribute api_url.
-
.auth_token ⇒ Object
writeonly
Sets the attribute auth_token.
-
.owner_id ⇒ Object
writeonly
Sets the attribute owner_id.
-
.pipe ⇒ Object
writeonly
Sets the attribute pipe.
-
.realm ⇒ Object
writeonly
Sets the attribute realm.
Class Attribute Details
.account_id=(value) ⇒ Object
Sets the attribute account_id
4 5 6 |
# File 'lib/kazoo-ruby-sdk/base.rb', line 4 def account_id=(value) @account_id = value end |
.api_url=(value) ⇒ Object
Sets the attribute api_url
4 5 6 |
# File 'lib/kazoo-ruby-sdk/base.rb', line 4 def api_url=(value) @api_url = value end |
.auth_token=(value) ⇒ Object
Sets the attribute auth_token
4 5 6 |
# File 'lib/kazoo-ruby-sdk/base.rb', line 4 def auth_token=(value) @auth_token = value end |
.owner_id=(value) ⇒ Object
Sets the attribute owner_id
4 5 6 |
# File 'lib/kazoo-ruby-sdk/base.rb', line 4 def owner_id=(value) @owner_id = value end |
.pipe=(value) ⇒ Object
Sets the attribute pipe
4 5 6 |
# File 'lib/kazoo-ruby-sdk/base.rb', line 4 def pipe=(value) @pipe = value end |
.realm=(value) ⇒ Object
Sets the attribute realm
4 5 6 |
# File 'lib/kazoo-ruby-sdk/base.rb', line 4 def realm=(value) @realm = value end |