Sha256: 6e024e8305181b117aa75c5a5caac51c444b5c8d8b5152449607902e4207c503

Contents?: true

Size: 288 Bytes

Versions: 7

Compression:

Stored size: 288 Bytes

Contents

module Services
  module Hubspot
    module Pipelines
      class GetById
        def initialize(id)
          @id = id
        end

        def call
          ::Hubspot::Crm::Pipelines::PipelinesApi.new.get_by_id(:deals, @id, auth_names: 'oauth2')
        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_by_id.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb