Method: CFoundry::V2::App::Instance#console
- Defined in:
- lib/cfoundry/v2/app.rb
#console ⇒ Object
360 361 362 363 364 365 366 |
# File 'lib/cfoundry/v2/app.rb', line 360 def console return unless @manifest[:console_ip] and @manifest[:console_port] { :ip => @manifest[:console_ip], :port => @manifest[:console_port] } end |