NodeInfo
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(id : String, hostname : String, ram_mib : Int64 | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
hostname
Sourcehostname=(hostname : String)
Sourceid
Sourceid=(id : String)
Sourceram_mib
Sourceram_mib=(ram_mib : Int64 | Nil)
Source