Module: Websy
- Defined in:
- lib/websy.rb,
lib/websy/project.rb,
lib/websy/version.rb,
lib/websy/api_operation.rb,
lib/websy/http_decorator.rb,
lib/websy/errors/api_error.rb,
lib/websy/errors/service_error.rb,
lib/websy/errors/api_connection_error.rb,
lib/websy/errors/authentication_error.rb,
lib/websy/errors/invalid_request_error.rb
Defined Under Namespace
Classes: APIConnectionError, APIError, ApiOperation, AuthenticationError, HttpDecorator, InvalidRequestError, Project, ServiceError
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.api_base ⇒ Object
Returns the value of attribute api_base.
-
.token ⇒ Object
Returns the value of attribute token.
Class Method Summary collapse
Class Attribute Details
.api_base ⇒ Object
Returns the value of attribute api_base.
23 24 25 |
# File 'lib/websy.rb', line 23 def api_base @api_base end |
.token ⇒ Object
Returns the value of attribute token.
23 24 25 |
# File 'lib/websy.rb', line 23 def token @token end |
Class Method Details
.api_url(path = "") ⇒ Object
25 26 27 |
# File 'lib/websy.rb', line 25 def api_url(path = "") @api_base + path end |