Class: ChartMogul::DataSource
- Inherits:
-
APIResource
- Object
- Object
- APIResource
- ChartMogul::DataSource
- Includes:
- API::Actions::All, API::Actions::Create, API::Actions::Custom, API::Actions::Destroy, API::Actions::Retrieve
- Defined in:
- lib/chartmogul/data_source.rb
Constant Summary
Constants inherited from APIResource
APIResource::BACKOFF_FACTOR, APIResource::INTERVAL, APIResource::INTERVAL_RANDOMNESS, APIResource::MAX_INTERVAL, APIResource::RETRY_EXCEPTIONS, APIResource::RETRY_STATUSES
Class Method Summary collapse
Methods included from API::Actions::Retrieve
Methods included from API::Actions::Destroy
Methods included from API::Actions::Custom
#custom!, #custom_without_assign!, included
Methods included from API::Actions::Create
Methods included from API::Actions::All
Methods inherited from APIResource
connection, handle_other_error, handle_request_error, handling_errors, set_resource_name, set_resource_path, set_resource_root_key
Class Method Details
.all(options = {}) ⇒ Object
19 20 21 |
# File 'lib/chartmogul/data_source.rb', line 19 def self.all( = {}) DataSources.all() end |