Method: Contentful::Management::Client#spaces
- Defined in:
- lib/contentful/management/client.rb
#spaces ⇒ Contentful::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.
105 106 107 |
# File 'lib/contentful/management/client.rb', line 105 def spaces ClientSpaceMethodsFactory.new(self) end |