Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::PublicIp

Public Instance Methods

environment_id() click to toggle source
# File lib/fog/ecloud/models/compute/public_ip.rb, line 16
def environment_id
  other_links[:Link].detect { |l| l[:type] == "application/vnd.tmrk.cloud.environment" }[:href].scan(/\d+/)[0]
end
id() click to toggle source
# File lib/fog/ecloud/models/compute/public_ip.rb, line 20
def id
  href.scan(/\d+/)[0]
end
internet_services() click to toggle source
# File lib/fog/ecloud/models/compute/public_ip.rb, line 12
def internet_services
  @internet_services = Fog::Compute::Ecloud::InternetServices.new(:service => service, :href => href)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.