Class: ChartMogul::Plan

Inherits:
APIResource show all
Includes:
API::Actions::Create, API::Actions::Custom, API::Actions::Destroy, API::Actions::Retrieve, API::Actions::Update
Defined in:
lib/chartmogul/plan.rb

Class Method Summary collapse

Methods included from API::Actions::Update

#update!

Methods included from API::Actions::Retrieve

included

Methods included from API::Actions::Destroy

#destroy!, included

Methods included from API::Actions::Custom

#custom!, #custom_without_assign!, included

Methods included from API::Actions::Create

#create!, included

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(options = {})
  Plans.all(options)
end