Class: Deck::Container::Repository
- Inherits:
-
Object
- Object
- Deck::Container::Repository
show all
- Includes:
- Submodule
- Defined in:
- lib/deck/container/repository.rb
Instance Method Summary
collapse
Methods included from Submodule
#attributes, #build_command, #get, included, #map, #set, #value
Instance Method Details
#define(name) ⇒ Object
6
7
8
|
# File 'lib/deck/container/repository.rb', line 6
def define(name)
attributes[:repository] = name
end
|
#export ⇒ Object
10
11
12
|
# File 'lib/deck/container/repository.rb', line 10
def export
attributes[:repository]
end
|