Class: KazooRubySdk::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_urlObject

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

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3

def password
  @password
end

#realmObject

Returns the value of attribute realm.



3
4
5
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3

def realm
  @realm
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/kazoo-ruby-sdk/configuration.rb', line 3

def username
  @username
end