Sha256: 32c0fde8b9fc5b5194954ae6ba9375092ee42b3370e1e822d179ebc8c6fd375a

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

module Services
  module Hubspot
    module Pipelines
      class GetAll
        def call
          ::Hubspot::Crm::Pipelines::PipelinesApi.new.get_all(:deals, auth_names: 'oauth2').results
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb