abstract class GX::Models::AbstractFilesystemConfig

Included Modules

Direct Known Subclasses

Defined in:

models/abstract_filesystem_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

abstract def _mount_action #

[View source]
abstract def _mount_wrapper(&) #

[View source]
abstract def _mounted_prefix #

[View source]
abstract def mount #

[View source]
def mount_point : String | Nil #

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

[View source]
abstract def mount_point? #

[View source]
abstract def mounted? #

[View source]
abstract def mounted_name #

[View source]
def name : String #

[View source]
def type : String #

[View source]
abstract def umount #

[View source]