struct SearchResultItem
- SearchResultItem
- Struct
- Value
- Object
Defined in:
search_engine.crConstructors
Instance Method Summary
- #clone
- #comment : String
- #copy_with(name _name = @name, comment _comment = @comment, file _file = @file, icon _icon = @icon, score _score = @score)
- #file : String
- #icon : String
- #name : String
- #score : Int32
Constructor Detail
def self.new(name : String, comment : String, file : String, icon : String, score : Int32)
#
Instance Method Detail
def copy_with(name _name = @name, comment _comment = @comment, file _file = @file, icon _icon = @icon, score _score = @score)
#