class Fog::Support::StormOnDemand::Alerts
Public Instance Methods
get_active()
click to toggle source
# File lib/fog/storm_on_demand/models/support/alerts.rb, line 11 def get_active alert = service.get_active_alert.body['active_alert'] new(alert) end