Sha256: 005c28040a9535979c1e69372cb99b2acef638d50896b709b6aac95b09947b34

Contents?: true

Size: 633 Bytes

Versions: 5

Compression:

Stored size: 633 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
              tasks
            ].freeze
          end

          def api_classes
            %i[
              associations
              basic
              batch
              gdpr
              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/objects/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-15.0.2 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/crm/objects/client.rb
hubspot-api-client-15.0.0 lib/hubspot/discovery/crm/objects/client.rb