Class: Contentful::Management::SpaceWebhookMethodsFactory

Inherits:
Object
  • Object
show all
Includes:
SpaceAssociationMethodsFactory
Defined in:
lib/contentful/management/space_webhook_methods_factory.rb

Instance Attribute Summary

Attributes included from SpaceAssociationMethodsFactory

#space

Instance Method Summary collapse

Methods included from SpaceAssociationMethodsFactory

#all, #associated_class, #find, #initialize

Instance Method Details

#create(attributes) ⇒ Object



9
10
11
# File 'lib/contentful/management/space_webhook_methods_factory.rb', line 9

def create(attributes)
  fail 'Not supported'
end

#newObject



13
14
15
# File 'lib/contentful/management/space_webhook_methods_factory.rb', line 13

def new
  fail 'Not supported'
end