Sha256: 7a558655128f0a5da29eaf526b9991e226a99fb92bf1a26d4a24683e467050b6
Contents?: true
Size: 678 Bytes
Versions: 15
Compression:
Stored size: 678 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
15 entries across 15 versions & 4 rubygems