struct Docker::VolumeInspect

Included Modules

Defined in:

api_schema/volumes/volumes.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def createdAt : String #

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

[View source]
def driver : String #

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

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

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

[View source]
def mountpoint : String #

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

[View source]
def name : String #

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

[View source]
def scope : String #

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

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

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

[View source]