Module: Contentful::Management::Resource::EnvironmentAware

Included in:
Asset, ContentType, EditorInterface, Entry, Locale, Snapshot, UIExtension
Defined in:
lib/contentful/management/resource/environment_aware.rb

Overview

Mixin for environment aware resources

Instance Method Summary collapse

Instance Method Details

#environment_idObject

Gets the environment ID for the resource.



7
8
9
# File 'lib/contentful/management/resource/environment_aware.rb', line 7

def environment_id
  sys.fetch(:environment, {}).fetch(:id, 'master')
end