Class: HornOfPlenty::Adapters::Github::Queries::ListCards
- Inherits:
-
Queries::Fetch
- Object
- Queries::Fetch
- HornOfPlenty::Adapters::Github::Queries::ListCards
- Defined in:
- lib/horn_of_plenty/adapters/github/queries/list_cards.rb
Instance Attribute Summary
Attributes inherited from Queries::Fetch
Instance Method Summary collapse
Methods inherited from Queries::Fetch
Constructor Details
This class inherits a constructor from HornOfPlenty::Queries::Fetch
Instance Method Details
#translate(query) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/horn_of_plenty/adapters/github/queries/list_cards.rb', line 9 def translate(query) query.delete(:id) query.delete(:lane_id) query end |