Class: Transip::VpsClient

Inherits:
Client
  • Object
show all
Defined in:
lib/transip/client.rb

Overview

We name it VpsClient instead of VpsService since the latter is already in use by the TransipStruct.

Constant Summary collapse

API_SERVICE =
'VpsService'

Constants inherited from Client

Client::API_VERSION

Instance Attribute Summary

Attributes inherited from Client

#debug, #hash, #ip, #mode, #password, #response, #username

Method Summary

Methods inherited from Client

#actions, #api_service, #api_version, #client, #client!, #convert_array_to_hash, #cookies, #fix_array_definitions, #initialize, #process_response, #request, #serialize_parameters, #signature, #to_cookies, #turn_off_debugging!, #urlencode, #use_with_rails!, #wsdl

Constructor Details

This class inherits a constructor from Transip::Client