Class: ChartMogul::Plan
- Inherits:
-
APIResource
- Object
- Object
- APIResource
- ChartMogul::Plan
- Includes:
- API::Actions::Create, API::Actions::Custom, API::Actions::Destroy, API::Actions::Retrieve, API::Actions::Update
- Defined in:
- lib/chartmogul/plan.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::Update
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 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
21 22 23 |
# File 'lib/chartmogul/plan.rb', line 21 def self.all( = {}) Plans.all() end |