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