Method: CF::App::PushInteractions#ask_bind_services

Defined in:
lib/cf/cli/app/push/interactions.rb

#ask_bind_servicesObject



55
56
57
58
59
# File 'lib/cf/cli/app/push/interactions.rb', line 55

def ask_bind_services
  return if all_instances.empty?

  ask "Bind other services to application?", :default => false
end