Class: Fog::Monitoring::StormOnDemand::MonitorService
- Inherits:
-
Fog::Model
- Object
- Fog::Model
- Fog::Monitoring::StormOnDemand::MonitorService
- Defined in:
- lib/fog/storm_on_demand/models/monitoring/monitor_service.rb
Instance Attribute Summary
Attributes inherited from Fog::Model
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ MonitorService
constructor
A new instance of MonitorService.
Methods inherited from Fog::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 = {}) ⇒ MonitorService
Returns a new instance of MonitorService.
14 15 16 |
# File 'lib/fog/storm_on_demand/models/monitoring/monitor_service.rb', line 14 def initialize(attributes={}) super end |