Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hosts
v0.2.0
Hosts
Host
Built with Crystal 1.9.2
2023-10-08 13:44:20 UTC
struct
Hosts::Host
Hosts::Host
Struct
Value
Object
Defined in:
hosts.cr
Constructors
.new
(addr : String, names : Set(String))
Instance Method Summary
#addr
: String
#clone
#copy_with
(addr _addr = @addr, names _names = @names)
#names
: Set(String)
Constructor Detail
def self.
new
(addr : String, names : Set(String))
#
[
View source
]
Instance Method Detail
def
addr
: String
#
def
clone
#
[
View source
]
def
copy_with
(addr _addr = @addr, names _names = @names)
#
[
View source
]
def
names
: Set(String)
#