Sha256: c415dd4168957c0b9f93c9544cd42af6a4bf41c9c0f24d4cdf4899c6c09d4ce9

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

module Services
  module Trello
    module Cards
      class GetAll
        def initialize(card_id:)
          @card_id = card_id
        end

        def call
          ::Trello::Card.find(@card_id)
        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/trello/cards/get_by_id.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb