struct Companion::Docker::Client::CreateImageResponse

Included Modules

Defined in:

docker/client/client.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : String | Nil #

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

[View source]
def progress : String | Nil #

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

[View source]
def status : String | Nil #

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

[View source]