Sha256: 875d7a0645372515b0c47c652ff932868cfccefb9d8aac39feec4b0bb31fafe0
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
module Troo module External class Board < Resource def persist Persistence::Board.with_collection(fetch) end private def all_boards Trello::Board.all end def by_board_id [Trello::Board.find(external_id)] end def by_list_id [] end def by_card_id [] end def by_member_id [] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.8 | lib/troo/external/board.rb |