Class: ResultsServer

Inherits:
Object
  • Object
show all
Defined in:
lib/norad_cli/templates/spec/spec_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container.



63
64
65
# File 'lib/norad_cli/templates/spec/spec_helper.rb', line 63

def container
  @container
end

Instance Method Details

#host_portObject



65
66
67
# File 'lib/norad_cli/templates/spec/spec_helper.rb', line 65

def host_port
  container.info["NetworkSettings"]["Ports"]["3000/tcp"].first["HostPort"]
end