# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 1202 def has_app?(app_uuid, app_name) MCollectiveApplicationContainerProxy.rpc_exec('openshift', @id) do |client| client.has_app(:uuid => app_uuid, :application => app_name) do |response| output = response[:body][:data][:output] return output == true end end end