class

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id=(id : String)
Source
nfs_pid
Source
nfs_pid=(nfs_pid : Int64 | Nil)
Source
nfs_port
Source
nfs_port=(nfs_port : Int32 | Nil)
Source
path
Source
path=(path : String)
Source
repo
Source
repo=(repo : String)
Source
workspace
Source
workspace=(workspace : String)
Source