Class: Conjure::Service::ImageSet
- Inherits:
-
Object
- Object
- Conjure::Service::ImageSet
- Defined in:
- lib/conjure/service/docker_host.rb
Instance Method Summary collapse
- #create(options) ⇒ Object
-
#initialize(host) ⇒ ImageSet
constructor
A new instance of ImageSet.
Constructor Details
#initialize(host) ⇒ ImageSet
Returns a new instance of ImageSet.
72 73 74 |
# File 'lib/conjure/service/docker_host.rb', line 72 def initialize(host) @host = host end |
Instance Method Details
#create(options) ⇒ Object
76 77 78 |
# File 'lib/conjure/service/docker_host.rb', line 76 def create() Image.new @host, end |