Class: Fog::Compute::Ecloud::OperatingSystemFamily

Inherits:
Ecloud::Model
  • Object
show all
Defined in:
lib/fog/ecloud/models/compute/operating_system_family.rb

Instance Attribute Summary

Attributes inherited from Ecloud::Model

#loaded

Instance Method Summary collapse

Methods inherited from Ecloud::Model

#load_unless_loaded!, #reload

Instance Method Details

#idObject



15
16
17
# File 'lib/fog/ecloud/models/compute/operating_system_family.rb', line 15

def id
  href.scan(/\d+/)[0]
end

#operating_systemsObject



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