Class: Fog::Compute::Ecloud::OperatingSystemFamily
- Inherits:
-
Ecloud::Model
- Object
- Model
- Ecloud::Model
- Fog::Compute::Ecloud::OperatingSystemFamily
- Defined in:
- lib/fog/compute/ecloud/models/operating_system_family.rb
Instance Attribute Summary
Attributes inherited from Ecloud::Model
Instance Method Summary collapse
Methods inherited from Ecloud::Model
Instance Method Details
#id ⇒ Object
15 16 17 |
# File 'lib/fog/compute/ecloud/models/operating_system_family.rb', line 15 def id href.scan(/\d+/)[0] end |
#operating_systems ⇒ Object
11 12 13 |
# File 'lib/fog/compute/ecloud/models/operating_system_family.rb', line 11 def @operating_systems ||= self.service.(:data => [:OperatingSystem]) end |
#reload ⇒ Object
19 20 21 22 |
# File 'lib/fog/compute/ecloud/models/operating_system_family.rb', line 19 def reload @operating_systems = nil super end |