Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
peridot
0.1.1
Top Level Namespace
Config
Keybinding
Format
MpdClient
Peridot
Config
MPD
Library
Album
Artist
Song
Queue
TBorder
TContainer
TWindow
UI
AlbumWindow
ArtistWindow
PlaylistWindow
QueueWindow
SongWindow
StatusWindow
Window
Server
UIClient
Built with Crystal 1.9.2
2023-10-08 14:50:09 UTC
struct
Server
Server
Struct
Value
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#host
: String
#host=
(host : String)
#port
: Int32
#port=
(port : Int32)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
host
: String
#
[
View source
]
def
host=
(host : String)
#
[
View source
]
def
port
: Int32
#
[
View source
]
def
port=
(port : Int32)
#
[
View source
]