struct Docker::Api::Models::BuildInfo

Defined in:

docker/api/models/build_info.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Docker::Api::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def error : String | Nil #

[View source]
def error_detail : ErrorDetail | Nil #

[View source]
def id : String | Nil #

[View source]
def progress : String | Nil #

[View source]
def progress_detail : ProgressDetail | Nil #

[View source]
def status : String | Nil #

[View source]
def stream : String | Nil #

[View source]