class Contentful::Management::ClientSpacePeriodicUsageMethodsFactory
Wrapper for Space
Periodic Usages for usage from within Client
@private
Public Class Methods
new(client, organization_id)
click to toggle source
Calls superclass method
Contentful::Management::ClientAssociationMethodsFactory::new
# File lib/contentful/management/client_space_periodic_usage_methods_factory.rb, line 12 def initialize(client, organization_id) super(client) @organization_id = organization_id end
Public Instance Methods
all(params = {})
click to toggle source
# File lib/contentful/management/client_space_periodic_usage_methods_factory.rb, line 17 def all(params = {}) @resource_requester.all( { organization_id: @organization_id }, params ) end
create(*)
click to toggle source
# File lib/contentful/management/client_space_periodic_usage_methods_factory.rb, line 34 def create(*) fail 'Not supported' end
find(*)
click to toggle source
# File lib/contentful/management/client_space_periodic_usage_methods_factory.rb, line 30 def find(*) fail 'Not supported' end
new(*)
click to toggle source
# File lib/contentful/management/client_space_periodic_usage_methods_factory.rb, line 26 def new(*) fail 'Not supported' end