struct Docker::ImageHistory

Included Modules

Defined in:

api_schema/images/images.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def comment : String #

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

[View source]
def created : Int64 #

[View source]
def created=(created : Int64) #

[View source]
def createdBy : String #

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

[View source]
def id : String #

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

[View source]
def size : Int64 #

[View source]
def size=(size : Int64) #

[View source]
def user : Array(String) #

[View source]
def user=(user : Array(String)) #

[View source]