Method: Contentful::Management::Environment#tags
- Defined in:
- lib/contentful/management/environment.rb
#tags ⇒ Contentful::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.
132 133 134 |
# File 'lib/contentful/management/environment.rb', line 132 def EnvironmentTagMethodsFactory.new(self) end |