class SoftLayer::NetworkMonitorResponseType

This struct represents a network monitor response type used for configuring network monitor responses when created.

Public Class Methods

new(response_type_data) click to toggle source
# File lib/softlayer/NetworkMonitor.rb, line 57
def initialize(response_type_data)
  self.action_description = response_type_data['actionDescription']
  self.id                 = response_type_data['id']
  self.level              = response_type_data['level']
end