Class: UffizziCore::Container

Inherits:
ApplicationRecord show all
Extended by:
Enumerize
Includes:
AASM, ContainerRepo, StateMachineConcern
Defined in:
app/models/uffizzi_core/container.rb

Instance Method Summary collapse

Instance Method Details

#image_nameObject



73
74
75
# File 'app/models/uffizzi_core/container.rb', line 73

def image_name
  "#{image}:#{tag}"
end