Class: CFTools::DEAApps

Inherits:
CF::App::Base
  • Object
show all
Defined in:
lib/tools-cf-plugin/dea-apps.rb

Defined Under Namespace

Classes: AppsTable

Instance Method Summary collapse

Instance Method Details

#dea_appsObject



22
23
24
25
26
27
28
29
30
31
32
# File 'lib/tools-cf-plugin/dea-apps.rb', line 22

def dea_apps
  host = input[:host]
  port = input[:port]
  user = input[:user]
  pass = input[:password]

  render_apps(
    "nats://#{user}:#{pass}@#{host}:#{port}",
    :include_location => input[:location],
    :include_stats => input[:stats])
end

#preconditionObject



6
# File 'lib/tools-cf-plugin/dea-apps.rb', line 6

def precondition; end