Sha256: 9e987a89d8c7fda8b598c0b42324de427514e01526dc3a48117b0474a6e940b4

Contents?: true

Size: 329 Bytes

Versions: 24

Compression:

Stored size: 329 Bytes

Contents

require_relative '../../base_module_client'

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

          def api_classes
            %i[
              owners
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

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