Method: AppAbstract#getInsightHelper

Defined in:
lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb

#getInsightHelperObject



77
78
79
80
# File 'lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb', line 77

def getInsightHelper()
    @insightHelper = self.extend(InsightHelper)
    return @insightHelper
end