class AlertSpec

API 1.0

Public Instance Methods

attach(params) click to toggle source
# File lib/rest_connection/rightscale/alert_spec.rb, line 31
def attach(params)
  AlertSpecSubject.create(params)
end