Method: Ufo::Docker::State#initialize

Defined in:
lib/ufo/docker/state.rb

#initialize(docker_image, options = {}) ⇒ State

Returns a new instance of State.



6
7
8
# File 'lib/ufo/docker/state.rb', line 6

def initialize(docker_image, options={})
  @docker_image, @options = docker_image, options
end