class Podman::Image
- Podman::Image
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
podman/image.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #containers : Int32
- #created_at : Time
- #id : String
- #name
- #names : Array(String)
- #to_s(io)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.