Method: AppAbstract#getIntegrationDetails
- Defined in:
- lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb
#getIntegrationDetails(param = nil) ⇒ Object
77 78 79 80 81 82 |
# File 'lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb', line 77 def getIntegrationDetails(param = nil) #@json_input = @json_input ? @json_input : getJSONArgs() serviceProvider = ServiceProvider.new(@json_input["providername"]) serviceProvider.load_data(@integration_input) return serviceProvider end |