Sha256: ebaaecb2a222bd0b52ba1523c4dd1475c24d3637e849d2d6bf49f66090577629
Contents?: true
Size: 689 Bytes
Versions: 51
Compression:
Stored size: 689 Bytes
Contents
require 'fog/core/model' 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 initialize(attributes={}) super end def resolve requires :identity service.resolve_notification(:id => identity).body end end end end end
Version data entries
51 entries across 51 versions & 3 rubygems