Module: Gaah
- Defined in:
- lib/gaah/base.rb,
lib/gaah/version.rb,
lib/gaah/api_model.rb,
lib/gaah/api_client.rb,
lib/gaah/exceptions.rb,
lib/gaah/calendar/api.rb,
lib/gaah/calendar/who.rb,
lib/gaah/resource/api.rb,
lib/gaah/calendar/when.rb,
lib/gaah/calendar/event.rb,
lib/gaah/provisioning/api.rb,
lib/gaah/calendar/calendar.rb,
lib/gaah/provisioning/user.rb,
lib/gaah/resource/resource.rb
Defined Under Namespace
Modules: Calendar, Provisioning, Resource Classes: ApiClient, ApiModel, ApiParsingException, HTTPBadRequest, HTTPForbidden, HTTPUnauthorized, UnknownHTTPException
Constant Summary collapse
- VERSION =
"0.3.5"
Class Attribute Summary collapse
-
.domain ⇒ Object
Returns the value of attribute domain.
Class Method Summary collapse
Class Attribute Details
.domain ⇒ Object
Returns the value of attribute domain.
19 20 21 |
# File 'lib/gaah/base.rb', line 19 def domain @domain end |
Class Method Details
.setup_oauth(key, secret) ⇒ Object
20 21 22 |
# File 'lib/gaah/base.rb', line 20 def setup_oauth(key, secret) ApiClient.setup_oauth(key, secret) end |