Class: Deck::Container::Name

Inherits:
Object
  • Object
show all
Includes:
Submodule
Defined in:
lib/deck/container/name.rb

Instance Method Summary collapse

Methods included from Submodule

#attributes, #get, included, #map, #set, #value

Instance Method Details

#build_command(deps) ⇒ Object



15
16
17
# File 'lib/deck/container/name.rb', line 15

def build_command(deps)
  # "#{deps[:repository].value}/#{value}"
end

#define(name) ⇒ Object



7
8
9
# File 'lib/deck/container/name.rb', line 7

def define(name)
  attributes[:name] = name
end

#exportObject



11
12
13
# File 'lib/deck/container/name.rb', line 11

def export
  attributes[:name]
end