class Partition

Included Modules

Defined in:

models/partition.cr:1
models/partition.cr:3

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

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

Class Method Detail

def self.adapter : Granite::Adapter::Base #

Instance Method Detail

def device : String #

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

[View source]
def disks #

[View source]
def fs_type : String #

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

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def mountpoint : String #

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

[View source]