class Fog::Compute::Ecloud::OperatingSystemFamily

Public Instance Methods

id() click to toggle source
# File lib/fog/ecloud/models/compute/operating_system_family.rb, line 15
def id
  href.scan(/\d+/)[0]
end
operating_systems() click to toggle source
# 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