class Podman::Image

Included Modules

Defined in:

podman/image.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def containers : Int32 #

[View source]
def created_at : Time #

[View source]
def id : String #

[View source]
def name #

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

[View source]
def to_s(io) #

[View source]