Fog::Collection
# 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