Method: Contentful::Management::Environment.create

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

.create(client, space_id, attributes = {}) ⇒ Contentful::Management::Environment

Creates an environment.

Parameters:

Returns:

See Also:

  • README for full attribute list for each resource.


40
41
42
# File 'lib/contentful/management/environment.rb', line 40

def self.create(client, space_id, attributes = {})
  super(client, space_id, nil, attributes)
end