Class: Fog::Compute::StormOnDemand::Notification

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/compute/storm_on_demand/models/notification.rb

Instance Method Summary collapse

Instance Method Details

#resolveObject



18
19
20
21
# File 'lib/fog/compute/storm_on_demand/models/notification.rb', line 18

def resolve
  requires :identity
  service.resolve_notification(:id => identity).body
end