Method: CFoundry::V1::App::Instance#inspect

Defined in:
lib/cfoundry/v1/app.rb

#inspectObject

Show string representing the application instance.



306
307
308
# File 'lib/cfoundry/v1/app.rb', line 306

def inspect
  "#<App::Instance '#{@app.name}' \##@id>"
end