Sha256: 1859717254e0e8f1afd0f91e10a18e94e03ffb6ecc5722a94073409cbbe7a030

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

require_relative '../../base_module_client'

module Hubspot
  module Discovery
    module Crm
      module Deals
        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/deals/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/deals/client.rb
hubspot-api-client-15.0.2 lib/hubspot/discovery/crm/deals/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/crm/deals/client.rb
hubspot-api-client-15.0.0 lib/hubspot/discovery/crm/deals/client.rb