Sha256: 89a2dbba5d41fa259f020d299ed2123396a0daf92f8f86a4f064eb0f580be7ea

Contents?: true

Size: 456 Bytes

Versions: 8

Compression:

Stored size: 456 Bytes

Contents

require_relative '../../../base_module_client'

module Hubspot
  module Discovery
    module Crm
      module Objects
        module Tasks
          class Client
            include Hubspot::Discovery::BaseModuleClient

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hubspot-api-client-17.2.0 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.1.1 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.1.0 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.0.0 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.0.0.pre.beta.4 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.0.0.pre.beta.3 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.0.0.pre.beta.2 lib/hubspot/discovery/crm/objects/tasks/client.rb
hubspot-api-client-17.0.0.pre.beta.1 lib/hubspot/discovery/crm/objects/tasks/client.rb