Method: Contentful::Management::Client#spaces

Defined in:
lib/contentful/management/client.rb

#spacesContentful::Management::ClientSpaceMethodsFactory

Allows manipulation of spaces in context of the current client Allows listing all spaces for client, creating new and finding one by ID.

Returns:

  • (Contentful::Management::ClientSpaceMethodsFactory)

See Also:

  • README for details.


105
106
107
# File 'lib/contentful/management/client.rb', line 105

def spaces
  ClientSpaceMethodsFactory.new(self)
end