Class: Contentful::Management::SpaceEntryMethodsFactory

Inherits:
Object
  • Object
show all
Includes:
SpaceAssociationMethodsFactory
Defined in:
lib/contentful/management/space_entry_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



8
9
10
# File 'lib/contentful/management/space_entry_methods_factory.rb', line 8

def create(_attributes)
  fail 'Not supported'
end

#newObject



12
13
14
# File 'lib/contentful/management/space_entry_methods_factory.rb', line 12

def new
  fail 'Not supported'
end