Class: KazooRubySdk::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/kazoo-ruby-sdk/base.rb

Direct Known Subclasses

CDRs, Callflows, Devices, PhoneNumbers, Users

Class Attribute Summary collapse

Class Attribute Details

.account_id=(value) ⇒ Object

Sets the attribute account_id

Parameters:

  • value

    the value to set the attribute account_id to.



4
5
6
# File 'lib/kazoo-ruby-sdk/base.rb', line 4

def (value)
  @account_id = value
end

.api_url=(value) ⇒ Object

Sets the attribute api_url

Parameters:

  • value

    the value to set the attribute api_url to.



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

Parameters:

  • value

    the value to set the attribute auth_token to.



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

Parameters:

  • value

    the value to set the attribute owner_id to.



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

Parameters:

  • value

    the value to set the attribute pipe to.



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

Parameters:

  • value

    the value to set the attribute realm to.



4
5
6
# File 'lib/kazoo-ruby-sdk/base.rb', line 4

def realm=(value)
  @realm = value
end