Sha256: 7be49745cb5b103a6b95fcdb3ea4d9fc74879eb81033040044379628331bebbd

Contents?: true

Size: 424 Bytes

Versions: 17

Compression:

Stored size: 424 Bytes

Contents

require_relative '../../base_module_client'

module Hubspot
  module Discovery
    module Crm
      module Quotes
        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

17 entries across 17 versions & 1 rubygems

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