Class: Trello::Member
- Inherits:
-
Object
- Object
- Trello::Member
- Defined in:
- lib/patches/trello/member.rb
Instance Method Summary collapse
-
#notifications_from(starting_date) ⇒ Object
Reopening the Trello::Member class to add a notifications helper method.
Instance Method Details
#notifications_from(starting_date) ⇒ Object
Reopening the Trello::Member class to add a notifications helper method
4 5 6 |
# File 'lib/patches/trello/member.rb', line 4 def notifications_from(starting_date) notifications(limit:1000).select(&greater_than_or_equal_to(starting_date)).select(&tracking_notification?) end |