class TodoistQuerynaut::TodoistQuery::LiteralQuery
Public Instance Methods
run_query(todoist)
click to toggle source
# File lib/todoist_querynaut/todoist_query/node_extensions.rb, line 31 def run_query(todoist) todoist.search(value) end
value()
click to toggle source
# File lib/todoist_querynaut/todoist_query/node_extensions.rb, line 27 def value text_value end