Class: GData::Client::Apps
Overview
Client class to wrap working with the Apps Provisioning API.
Instance Attribute Summary
Attributes inherited from Base
#auth_handler, #authsub_scope, #clientlogin_service, #clientlogin_url, #headers, #http_service, #source, #version
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Apps
constructor
A new instance of Apps.
Methods inherited from Base
#authsub_private_key=, #authsub_token=, #authsub_url, #clientlogin, #delete, #get, #make_file_request, #make_request, #post, #post_file, #prepare_headers, #put, #put_file
Constructor Details
#initialize(options = {}) ⇒ Apps
Returns a new instance of Apps.
22 23 24 25 |
# File 'lib/gdata/client/apps.rb', line 22 def initialize( = {}) [:clientlogin_service] ||= 'apps' super() end |