Method: Contentful::Management::ApiKey#environments
- Defined in:
- lib/contentful/management/api_key.rb
#environments ⇒ Object
Returns the environment links associated to this Api Key
52 53 54 |
# File 'lib/contentful/management/api_key.rb', line 52 def environments properties[:environments].map { |environment| Link.new(environment, nil, client) } end |