module Gamefic::Scriptable::Queries

def integer

Returns:
  • (Query::Integer) -
def integer
  Query::Integer.new name: 'integer'
end