Class: Deck::Container::Name
- Inherits:
-
Object
- Object
- Deck::Container::Name
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)
end
|
#define(name) ⇒ Object
7
8
9
|
# File 'lib/deck/container/name.rb', line 7
def define(name)
attributes[:name] = name
end
|
#export ⇒ Object
11
12
13
|
# File 'lib/deck/container/name.rb', line 11
def export
attributes[:name]
end
|