Sha256: f67ebea62d3a833cb1b5d36ce53c50f0a1b229c138b6c95d287ae0d883689bba

Contents?: true

Size: 398 Bytes

Versions: 5

Compression:

Stored size: 398 Bytes

Contents

require_relative '../../base_module_client'

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

          def api_classes
            %i[
              associations
              basic
              batch
              search
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubspot-api-client-16.0.1 lib/hubspot/discovery/crm/products/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/products/client.rb
hubspot-api-client-15.0.2 lib/hubspot/discovery/crm/products/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/crm/products/client.rb
hubspot-api-client-15.0.0 lib/hubspot/discovery/crm/products/client.rb