Sha256: 532989d56ecb2aa28c97bfaaaa121987470a29125afbb16ac2638a57072f4408

Contents?: true

Size: 364 Bytes

Versions: 23

Compression:

Stored size: 364 Bytes

Contents

require_relative '../../base_module_client'

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

          def api_classes
            %i[
              core
              public_object_schemas
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
hubspot-api-client-18.0.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.2.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.1.1 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.1.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.0.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.0.0.pre.beta.4 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.0.0.pre.beta.3 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.0.0.pre.beta.2 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-17.0.0.pre.beta.1 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.4.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.3.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.2.1 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.2.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.1.1 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.1.0 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.0.4 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.0.3 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.0.2 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.0.1 lib/hubspot/discovery/crm/schemas/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/schemas/client.rb