class Docr::Types::MountPoint

Included Modules

Defined in:

docr/types/mount_point.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def destination : String #

[View source]
def destination=(destination : String) #

[View source]
def driver : String | Nil #

[View source]
def driver=(driver : String | Nil) #

[View source]
def mode : String #

[View source]
def mode=(mode : String) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def propagation : String #

[View source]
def propagation=(propagation : String) #

[View source]
def rw : Bool #

[View source]
def rw=(rw : Bool) #

[View source]
def source : String #

[View source]
def source=(source : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]