Class: Contentful::Management::OrganizationPeriodicUsage
- Inherits:
-
Object
- Object
- Contentful::Management::OrganizationPeriodicUsage
- Includes:
- Resource, Resource::Refresher, Resource::SystemProperties
- Defined in:
- lib/contentful/management/organization_periodic_usage.rb
Overview
Resource class for OrganizationPeriodicUsage.
Instance Attribute Summary
Attributes included from Resource::SystemProperties
Attributes included from Resource
#client, #properties, #raw_object, #request
Class Method Summary collapse
-
.all(client, organization_id, params = {}) ⇒ Contentful::Management::Array<Contentful::Management::OrganizationPeriodicUsage>
Gets all organization periodic usages for a given organization.
-
.create ⇒ Object
Not supported.
-
.find ⇒ Object
Not supported.
Instance Method Summary collapse
-
#destroy ⇒ Object
Not supported.
-
#update ⇒ Object
Not supported.
Methods included from Resource::Refresher
Methods included from Resource
#array?, #default_locale, #environment_id, #fields, #nested_locale_fields?, #resource?, #save, #sys
Class Method Details
.all(client, organization_id, params = {}) ⇒ Contentful::Management::Array<Contentful::Management::OrganizationPeriodicUsage>
Gets all organization periodic usages for a given organization.
34 35 36 |
# File 'lib/contentful/management/organization_periodic_usage.rb', line 34 def self.all(client, organization_id, params = {}) ClientOrganizationPeriodicUsageMethodsFactory.new(client, organization_id).all(params) end |
.create ⇒ Object
Not supported
49 50 51 |
# File 'lib/contentful/management/organization_periodic_usage.rb', line 49 def self.create(*) fail 'Not supported' end |
.find ⇒ Object
Not supported
39 40 41 |
# File 'lib/contentful/management/organization_periodic_usage.rb', line 39 def self.find(*) fail 'Not supported' end |
Instance Method Details
#destroy ⇒ Object
Not supported
54 55 56 |
# File 'lib/contentful/management/organization_periodic_usage.rb', line 54 def destroy fail 'Not supported' end |
#update ⇒ Object
Not supported
59 60 61 |
# File 'lib/contentful/management/organization_periodic_usage.rb', line 59 def update(*) fail 'Not supported' end |