class Fog::Compute::StormOnDemand::Notification

Public Instance Methods

resolve() click to toggle source
# File lib/fog/compute/storm_on_demand/models/notification.rb, line 18
def resolve
  requires :identity
  service.resolve_notification(:id => identity).body
end