Method: AppAbstract#getCloudmunchService
- Defined in:
-
lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb,
lib/cloudmunch_Ruby_sdk_v2/PluginLoaderAbstract.rb,
lib/cloudmunch_Ruby_sdk_v2/PluginReporterAbstract.rb
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 |