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

Inherits:
Ecloud::Model
  • Object
show all
Defined in:
lib/fog/compute/ecloud/models/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!

Instance Method Details

#idObject



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

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

#operating_systemsObject



11
12
13
# File 'lib/fog/compute/ecloud/models/operating_system_family.rb', line 11

def operating_systems
  @operating_systems ||= self.service.operating_systems(:data => operating_system_family[:OperatingSystem])
end

#reloadObject



19
20
21
22
# File 'lib/fog/compute/ecloud/models/operating_system_family.rb', line 19

def reload
  @operating_systems = nil
  super
end