class Deck::Container::Tag

Public Class Methods

new() click to toggle source
# File lib/deck/container/tag.rb, line 7
def initialize
  @tag = 'latest'
end

Public Instance Methods

define(value) click to toggle source
# File lib/deck/container/tag.rb, line 11
def define(value)
  @tag = value
end
prepare() click to toggle source
# File lib/deck/container/tag.rb, line 15
def prepare
  @tag
end