struct SearchResultItem

Defined in:

search_engine.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, comment : String, file : String, icon : String, score : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def comment : String #

def copy_with(name _name = @name, comment _comment = @comment, file _file = @file, icon _icon = @icon, score _score = @score) #

[View source]
def file : String #

def icon : String #

def name : String #

def score : Int32 #