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