class Fog::Compute::Ecloud::OperatingSystemFamily

Public Instance Methods

id() click to toggle source
# File lib/fog/compute/ecloud/models/operating_system_family.rb, line 15
def id
  href.scan(/\d+/)[0]
end
operating_systems() click to toggle source
# 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
reload() click to toggle source
Calls superclass method Fog::Ecloud::Model#reload
# File lib/fog/compute/ecloud/models/operating_system_family.rb, line 19
def reload
  @operating_systems = nil
  super
end