class Docr::Types::DriverConfig

Included Modules

Defined in:

docr/types/mount.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, options : Hash(String, String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def options : Hash(String, String) #

[View source]
def options=(options : Hash(String, String)) #

[View source]