struct Interro::QueryValue

Defined in:

query_value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, index : Int32) #

[View source]

Instance Method Detail

def !=(other : Nil) #

[View source]
def !=(other : Value) #

[View source]
def &(other : Value) #

Bitwise operator


[View source]
def <(other : Value) #

[View source]
def <=(other : Value) #

[View source]
def ==(other : Nil) #

[View source]
def ==(other : Value) #

[View source]
def >(other : Value) #

[View source]
def >=(other : Value) #

[View source]
def ^(other : Value) #

Bitwise operator


[View source]
def |(other : Value) #

Bitwise operator


[View source]
def in?(array : Enumerable(Value)) #

[View source]
def in?(array : Enumerable(Any)) #

[View source]
def index : Int32 #

[View source]
def not_in?(array : Enumerable(Value)) #

[View source]
def not_in?(array : Enumerable(Any)) #

[View source]
def value : String #

[View source]