Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
Sonicri
master
NCurses
Sonicri
A
Albums
Audio
Categories
Category
Display
Progress
Downloader
Key
Keys
Music
Node
OpmlDataset
Page
Podcast
Radio
RSS
S
State
Terminal
Time
UI
User
UserAction
UserState
Generated using Crystal 1.16.3
2025-11-21 17:44:54 UTC
struct
Sonicri::
Key
Sonicri::Key
Struct
Value
Object
Defined in:
sonicri/keys.cr
Constructors
.new
(action : String, value : String =
"no value"
)
Instance Method Summary
#action
: String
#clone
#copy_with
(action _action = @action, value _value = @value)
#value
: String
Constructor Detail
def self.
new
(action : String, value : String =
"no value"
)
#
[
View source
]
Instance Method Detail
def
action
: String
#
def
clone
#
[
View source
]
def
copy_with
(action _action = @action, value _value = @value)
#
[
View source
]
def
value
: String
#