Sha256: 884fe2ceb81584a4b727288b021be57853f35ba1aaaf7c4140e2584e0212a82e

Contents?: true

Size: 687 Bytes

Versions: 8

Compression:

Stored size: 687 Bytes

Contents

require_relative '../../base_module_client'

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

          def api_modules
            %i[
              calls
              emails
              feedback_submissions
              meetings
              notes
              postal_mail
              tasks
            ].freeze
          end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hubspot-api-client-17.0.0.pre.beta.2 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-17.0.0.pre.beta.1 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-16.4.0 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-16.3.0 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-16.2.1 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-16.2.0 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-16.1.1 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-16.1.0 lib/hubspot/discovery/crm/objects/client.rb