class HornOfPlenty::Adapters::Github::Queries::ListBoards

Public Instance Methods

translate(query) click to toggle source
# File lib/horn_of_plenty/adapters/github/queries/list_boards.rb, line 9
def translate(query)
  query.delete(:id)

  query
end