Module: V2Intuity
- Defined in:
- lib/v2_intuity.rb,
lib/v2_intuity/request.rb,
lib/v2_intuity/version.rb,
lib/v2_intuity/response.rb,
lib/v2_intuity/users/user.rb,
lib/v2_intuity/request_error.rb,
lib/v2_intuity/clients/client.rb,
lib/v2_intuity/endpoints/user.rb,
lib/v2_intuity/headers/accept.rb,
lib/v2_intuity/headers/header.rb,
lib/v2_intuity/streams/stream.rb,
lib/v2_intuity/endpoints/sleep.rb,
lib/v2_intuity/clients/rest_api.rb,
lib/v2_intuity/endpoints/stream.rb,
lib/v2_intuity/endpoints/summary.rb,
lib/v2_intuity/endpoints/workout.rb,
lib/v2_intuity/clients/stream_api.rb,
lib/v2_intuity/endpoints/endpoint.rb,
lib/v2_intuity/query_filters/date.rb,
lib/v2_intuity/query_filters/sort.rb,
lib/v2_intuity/endpoints/nutrition.rb,
lib/v2_intuity/headers/content_type.rb,
lib/v2_intuity/query_filters/filter.rb,
lib/v2_intuity/query_filters/source.rb,
lib/v2_intuity/endpoints/marketplace.rb,
lib/v2_intuity/endpoints/measurement.rb,
lib/v2_intuity/query_filters/end_date.rb,
lib/v2_intuity/resource_filters/sleep.rb,
lib/v2_intuity/query_filters/start_date.rb,
lib/v2_intuity/resource_filters/summary.rb,
lib/v2_intuity/resource_filters/workout.rb,
lib/v2_intuity/query_filters/access_token.rb,
lib/v2_intuity/resource_filters/nutrition.rb,
lib/v2_intuity/query_filters/asc_created_at.rb,
lib/v2_intuity/query_filters/asc_updated_at.rb,
lib/v2_intuity/query_filters/dec_created_at.rb,
lib/v2_intuity/query_filters/dec_updated_at.rb,
lib/v2_intuity/resource_filters/measurement.rb,
lib/v2_intuity/query_filters/format_redirect.rb,
lib/v2_intuity/resource_filters/resource_filter.rb
Defined Under Namespace
Modules: Clients, Endpoints, Headers, QueryFilters, ResourceFilters, Streams, Users Classes: Request, RequestError, Response
Constant Summary collapse
- VERSION =
'1.0.11'.freeze
Class Attribute Summary collapse
-
.org_id ⇒ Object
Returns the value of attribute org_id.
-
.rest_uri ⇒ Object
Returns the value of attribute rest_uri.
-
.stream_uri ⇒ Object
Returns the value of attribute stream_uri.
-
.token ⇒ Object
Returns the value of attribute token.
Class Method Summary collapse
Class Attribute Details
.org_id ⇒ Object
Returns the value of attribute org_id.
9 10 11 |
# File 'lib/v2_intuity.rb', line 9 def org_id @org_id end |
.rest_uri ⇒ Object
Returns the value of attribute rest_uri.
9 10 11 |
# File 'lib/v2_intuity.rb', line 9 def rest_uri @rest_uri end |
.stream_uri ⇒ Object
Returns the value of attribute stream_uri.
9 10 11 |
# File 'lib/v2_intuity.rb', line 9 def stream_uri @stream_uri end |
.token ⇒ Object
Returns the value of attribute token.
9 10 11 |
# File 'lib/v2_intuity.rb', line 9 def token @token end |
Class Method Details
.configure {|_self| ... } ⇒ Object
12 13 14 15 |
# File 'lib/v2_intuity.rb', line 12 def configure yield self true end |