Module: YunTongXun

Defined in:
lib/yuntongxun.rb,
lib/yuntongxun/utils.rb,
lib/yuntongxun/service.rb,
lib/yuntongxun/version.rb,
lib/yuntongxun/service/calls.rb

Defined Under Namespace

Modules: Utils Classes: Calls, Service

Constant Summary collapse

VERSION =
"0.0.0"

Class Attribute Summary collapse

Class Attribute Details

.account_sidObject

Returns the value of attribute account_sid.



14
15
16
# File 'lib/yuntongxun.rb', line 14

def 
  @account_sid
end

.auth_tokenObject

Returns the value of attribute auth_token.



14
15
16
# File 'lib/yuntongxun.rb', line 14

def auth_token
  @auth_token
end

.base_urlObject

Returns the value of attribute base_url.



14
15
16
# File 'lib/yuntongxun.rb', line 14

def base_url
  @base_url
end