Module: HyperTrack
- Defined in:
- lib/hypertrack.rb,
lib/hypertrack/api_client.rb,
lib/hypertrack/resources/user.rb,
lib/hypertrack/shared_resource.rb,
lib/hypertrack/params_validator.rb,
lib/hypertrack/resources/action.rb,
lib/hypertrack/api_operations/user_api.rb,
lib/hypertrack/errors/hypertrack_errors.rb,
lib/hypertrack/api_operations/action_api.rb,
lib/hypertrack/api_operations/common/get.rb,
lib/hypertrack/api_operations/common/list.rb,
lib/hypertrack/api_operations/common/patch.rb,
lib/hypertrack/api_operations/common/create.rb,
lib/hypertrack/api_operations/common/nearby.rb,
lib/hypertrack/api_operations/common/update.rb,
lib/hypertrack/api_operations/common/retrieve.rb,
lib/hypertrack/api_operations/common/retrieve_by_unique_id.rb
Defined Under Namespace
Modules: ApiOperations, ParamsValidator Classes: AccessForbidden, Action, ApiClient, BadGateway, Error, FormatNotAcceptable, GatewayTimeout, InternalServerError, InvalidAPIKey, InvalidJSONResponse, InvalidParameters, MethodNotAllowed, NoFreeCreditsLeft, RateLimitExceeded, ResourceNotFound, ResourceRemovedFromServer, ServiceTemporarilyUnavailable, SharedResource, UnknownError, User
Class Attribute Summary collapse
- .api_version ⇒ Object
-
.secret_key ⇒ Object
Returns the value of attribute secret_key.
Class Attribute Details
.api_version ⇒ Object
38 39 40 |
# File 'lib/hypertrack.rb', line 38 def api_version @api_version || "v1" end |
.secret_key ⇒ Object
Returns the value of attribute secret_key.
35 36 37 |
# File 'lib/hypertrack.rb', line 35 def secret_key @secret_key end |