class Deck::Container::Repository
Public Instance Methods
define(name)
click to toggle source
# File lib/deck/container/repository.rb, line 6 def define(name) attributes[:repository] = name end
export()
click to toggle source
# File lib/deck/container/repository.rb, line 10 def export attributes[:repository] end