Module: VagrantPlugins::Uplift::AppInsights
Defined Under Namespace
Classes: AppInsightsHelper
Instance Method Summary collapse
Instance Method Details
#get_client(key) ⇒ Object
156 157 158 159 160 161 162 163 |
# File 'lib/vagrant-uplift/appinsights.rb', line 156 def get_client(key) client = AppInsightsHelper.new(key) _configure_client(client) return client end |