Method: AppAbstract#getCloudmunchService

Defined in:
lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb,
lib/cloudmunch_Ruby_sdk_v3/AppAbstract.rb,
lib/cloudmunch_Ruby_sdk_v2/PluginLoaderAbstract.rb,
lib/cloudmunch_Ruby_sdk_v3/PluginLoaderAbstract.rb,
lib/cloudmunch_Ruby_sdk_v2/PluginReporterAbstract.rb,
lib/cloudmunch_Ruby_sdk_v3/PluginReporterAbstract.rb

#getCloudmunchServiceObject

def getCloudmunchContext(context)

begin
    return @@config[context+"_context"]
rescue
    return false
end

end



72
73
74
75
# File 'lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb', line 72

def getCloudmunchService()
    @cloudmunchservice = self.extend(CloudmunchService)
    return @cloudmunchservice
end