Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
spotlight
master
Spotlight
Base
Bing
DuckDuckGo
Google
Result
Built with Crystal 1.9.2
2023-10-07 21:39:06 UTC
class
Spotlight::Result
Spotlight::Result
Reference
Object
Defined in:
spotlight/result.cr
Constructors
.new
(title : String, link : String, desc : String)
Instance Method Summary
#desc
: String
#link
: String
#title
: String
Constructor Detail
def self.
new
(title : String, link : String, desc : String)
#
[
View source
]
Instance Method Detail
def
desc
: String
#
[
View source
]
def
link
: String
#
[
View source
]
def
title
: String
#
[
View source
]