Class: Cardigan::Command::UnfilterCards
- Defined in:
- lib/cardigan/command/unfilter_cards.rb
Instance Method Summary collapse
Methods inherited from ListCards
Constructor Details
This class inherits a constructor from Cardigan::Command::ListCards
Instance Method Details
#execute(filter) ⇒ Object
4 5 6 7 |
# File 'lib/cardigan/command/unfilter_cards.rb', line 4 def execute filter @repository.filter = nil super end |