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) #

Instance Method Detail

def error : String? #

def error_detail : ErrorDetail? #

def id : String? #

def progress : String? #

def progress_detail : ProgressDetail? #

def status : String? #

def stream : String? #