Sha256: 086f2446c654e00b85c353d596e4efded8e50e10ee78354dc74c01f136f868bf

Contents?: true

Size: 268 Bytes

Versions: 7

Compression:

Stored size: 268 Bytes

Contents

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

        def call
          ::Hubspot::Crm::Deals::BasicApi.new.get_by_id(@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/deals/get_by_id.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb