Class: Trello::Card
- Inherits:
-
Object
- Object
- Trello::Card
- Defined in:
- lib/reviewlette/trello_connection.rb,
lib/reviewlette.rb
Instance Method Summary collapse
Instance Method Details
#assignees ⇒ Object
9 10 11 12 |
# File 'lib/reviewlette/trello_connection.rb', line 9 def assignees @trello_connection = ::Reviewlette::TrelloConnection.new member_ids.map{|id| @trello_connection.find_member_by_id(id)} end |