Sha256: 74525aa8609970959252ec2b58adfbd828cdbe10d596d30620f00abdae0ac53f

Contents?: true

Size: 170 Bytes

Versions: 7

Compression:

Stored size: 170 Bytes

Contents

module Services
  module Trello
    module Boards
      class GetAll
        def call
          ::Trello::Member.find('me').boards
        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/boards/get_all.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb