Sha256: 56e98aad66973eb55666a2655bfc13fc5a6b6aedc54b07ccc264b618f8e03a87

Contents?: true

Size: 428 Bytes

Versions: 9

Compression:

Stored size: 428 Bytes

Contents

require_relative '../../base_module_client'

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hubspot-api-client-16.4.0 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.3.0 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.2.1 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.2.0 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.1.1 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.1.0 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.0.4 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.0.3 lib/hubspot/discovery/crm/companies/client.rb
hubspot-api-client-16.0.2 lib/hubspot/discovery/crm/companies/client.rb