Sha256: f875ecf4b090637465790c1a1e2f5686f74e40976a44ca7ceeff5a05fdaa9a24

Contents?: true

Size: 420 Bytes

Versions: 4

Compression:

Stored size: 420 Bytes

Contents

require_relative '../../base_module_client'

module Hubspot
  module Discovery
    module Crm
      module Associations
        class Client
          include Hubspot::Discovery::BaseModuleClient
          def api_modules
            %i[v4].freeze
          end
          def api_classes 
            %i[
              batch
              types
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hubspot-api-client-17.0.0.pre.beta.2 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-17.0.0.pre.beta.1 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.4.0 lib/hubspot/discovery/crm/associations/client.rb
hubspot-api-client-16.3.0 lib/hubspot/discovery/crm/associations/client.rb