# File lib/fog/ecloud/models/compute/operating_system_family.rb, line 15 def id href.scan(/\d+/)[0] end
# File lib/fog/ecloud/models/compute/operating_system_family.rb, line 11 def operating_systems @operating_systems ||= Fog::Compute::Ecloud::OperatingSystems.new(:connection => connection, :data => operating_system_family[:OperatingSystem]) end