class Fog::Compute::StormOnDemand::Notification

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method
# File lib/fog/storm_on_demand/models/compute/notification.rb, line 20
def initialize(attributes={})
  super
end

Public Instance Methods

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