Module: Sipgate

Extended by:
Sipgate
Included in:
Sipgate
Defined in:
lib/rsipgate.rb,
lib/rsipgate/fax.rb,
lib/rsipgate/base.rb,
lib/rsipgate/response.rb,
lib/rsipgate/exception.rb

Defined Under Namespace

Classes: Base, Exception, Fax, Response

Instance Attribute Summary collapse

Instance Attribute Details

#api_hostObject

Returns the value of attribute api_host.



10
11
12
# File 'lib/rsipgate.rb', line 10

def api_host
  @api_host
end

#passwordObject

Returns the value of attribute password.



10
11
12
# File 'lib/rsipgate.rb', line 10

def password
  @password
end

#userObject

Returns the value of attribute user.



10
11
12
# File 'lib/rsipgate.rb', line 10

def user
  @user
end