class Fog::Compute::StormOnDemand::Notification
Public Class Methods
new(attributes={})
click to toggle source
Calls superclass method
Fog::Model::new
# File lib/fog/storm_on_demand/models/compute/notification.rb, line 21 def initialize(attributes={}) super end
Public Instance Methods
resolve()
click to toggle source
# File lib/fog/storm_on_demand/models/compute/notification.rb, line 25 def resolve requires :identity service.resolve_notification(:id => identity).body end