class TodoistQuerynaut::TodoistQuery::PriorityQuery

Public Instance Methods

run_query(todoist) click to toggle source
# File lib/todoist_querynaut/todoist_query/node_extensions.rb, line 44
def run_query(todoist)
  todoist.search "p#{value}"
end
value() click to toggle source
# File lib/todoist_querynaut/todoist_query/node_extensions.rb, line 40
def value
  text_value[-1].to_i
end