Class: HornOfPlenty::Adapters::Github::Queries::ListLanes

Inherits:
Queries::Fetch
  • Object
show all
Defined in:
lib/horn_of_plenty/adapters/github/queries/list_lanes.rb

Instance Attribute Summary

Attributes inherited from Queries::Fetch

#query

Instance Method Summary collapse

Methods inherited from Queries::Fetch

#initialize, #to_h

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_lanes.rb', line 9

def translate(query)
  query.delete(:id)
  query.delete(:board_id)

  query
end