Sha256: 9dd597dd1c20d7e0ee9369d445407a4954177d899df97e5d0c3030327361c74c

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

require_relative 'environment_association_methods_factory'

module Contentful
  module Management
    # Wrapper for Tag API for usage from within Environment
    # @private
    class EnvironmentTagMethodsFactory
      include Contentful::Management::EnvironmentAssociationMethodsFactory
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contentful-management-3.10.0 lib/contentful/management/environment_tag_methods_factory.rb
contentful-management-3.9.0 lib/contentful/management/environment_tag_methods_factory.rb