Sha256: fa3e96d86d1a219783139622f60b3b66111f285eb2f931983f2e98a7fffc2c46

Contents?: true

Size: 355 Bytes

Versions: 12

Compression:

Stored size: 355 Bytes

Contents

require_relative '../../base_module_client'

module Hubspot
  module Discovery
    module Crm
      module Associations
        class Client
          include Hubspot::Discovery::BaseModuleClient

          def api_classes 
            %i[
              batch
              types
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hubspot-api-client-16.2.1 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.2.0 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.1.1 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.1.0 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.0.4 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.0.3 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.0.2 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.0.1 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-15.0.2 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-15.0.0 lib/hubspot/discovery/crm/associations/client.rb