Class: Fog::Support::StormOnDemand::Alert
- Defined in:
- lib/fog/storm_on_demand/models/support/alert.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Alert
constructor
A new instance of Alert.
Methods inherited from Model
#inspect, #reload, #symbolize_keys, #to_json, #wait_for
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Core::DeprecatedConnectionAccessors
#connection, #connection=, #prepare_service_value
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #persisted?, #requires, #requires_one
Constructor Details
#initialize(attributes = {}) ⇒ Alert
Returns a new instance of Alert.
11 12 13 |
# File 'lib/fog/storm_on_demand/models/support/alert.rb', line 11 def initialize(attributes={}) super end |