Sha256: 466212f96307342e4c120ac52e57bdfcf725c31d282b26efdb473c2070bfb8b4
Contents?: true
Size: 585 Bytes
Versions: 7
Compression:
Stored size: 585 Bytes
Contents
module Fog module Compute class StormOnDemand class Notification < Fog::Model identity :id attribute :category attribute :description attribute :enddate attribute :last_alert attribute :modifieddate attribute :resolved attribute :severity attribute :startdate attribute :system attribute :system_identifier attribute :uniq_id def resolve requires :identity service.resolve_notification(:id => identity).body end end end end end
Version data entries
7 entries across 5 versions & 3 rubygems