Sha256: 811796ac18a65ef0911e0fa59b3f9ef10f09f565776d41e0d9fcbb1b9460eef4

Contents?: true

Size: 251 Bytes

Versions: 42

Compression:

Stored size: 251 Bytes

Contents

module Services
  module Hubspot
    module Owners
      class GetAll
        def call
          default_api = ::Hubspot::Crm::Owners::DefaultApi.new
          default_api.get_page(auth_names: 'oauth2').results
        end
      end
    end
  end
end

Version data entries

42 entries across 21 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-9.0.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-8.0.1 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-8.0.1 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-8.0.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-8.0.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.3.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.3.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.2.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.2.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.1.1 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.1.1 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.1.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.1.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.0.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-7.0.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-6.0.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-6.0.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-5.0.0 sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
hubspot-api-client-5.0.0 sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb