struct Reply::Search::SearchResult

Defined in:

search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : Int32, result : Array(String), x : Int32, y : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(index _index = @index, result _result = @result, x _x = @x, y _y = @y) #

[View source]
def index : Int32 #

def result : Array(String) #

def x : Int32 #

def y : Int32 #