Method: Contentful::Management::Environment#tags

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

#tagsContentful::Management::EnvironmentTagMethodsFactory

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

Returns:

  • (Contentful::Management::EnvironmentTagMethodsFactory)

See Also:

  • README for details.


132
133
134
# File 'lib/contentful/management/environment.rb', line 132

def tags
  EnvironmentTagMethodsFactory.new(self)
end