JJFS::MountConfig
Inherits JSON::Serializable < Reference < Object
Constructors
new(id : String, repo : String, path : String, workspace : String, nfs_pid : Int64 | Nil = nil, nfs_port : Int32 | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
Sourceid=(id : String)
Sourcenfs_pid
Sourcenfs_pid=(nfs_pid : Int64 | Nil)
Sourcenfs_port
Sourcenfs_port=(nfs_port : Int32 | Nil)
Sourcepath
Sourcepath=(path : String)
Sourcerepo
Sourcerepo=(repo : String)
Sourceworkspace
Sourceworkspace=(workspace : String)
Source