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
Built with Crystal 1.9.2
2023-10-08 08:48:07 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
#