class Deck::Container::Name
Public Instance Methods
build_command(deps)
click to toggle source
# File lib/deck/container/name.rb, line 15 def build_command(deps) # "#{deps[:repository].value}/#{value}" end
define(name)
click to toggle source
# File lib/deck/container/name.rb, line 7 def define(name) attributes[:name] = name end
export()
click to toggle source
# File lib/deck/container/name.rb, line 11 def export attributes[:name] end