Method: CloudmunchService.putCustomDataContext
- Defined in:
-
lib/cloudmunch_Ruby_sdk_v2/CloudmunchService.rb,
lib/cloudmunch_Ruby_sdk_v3/CloudmunchService.rb
198 199 200 201 202 203 204 205 206 |
# File 'lib/cloudmunch_Ruby_sdk_v2/CloudmunchService.rb', line 198 def self.putCustomDataContext(server, endpoint, param) result = self.http_post(server, endpoint, param) if result.code.to_s == "200" return true else return false end end |