class Fog::Compute::Ecloud::Rnat
Public Instance Methods
associations()
click to toggle source
# File lib/fog/compute/ecloud/models/rnat.rb, line 17 def associations @associations = Fog::Compute::Ecloud::Associations.new(:service => service, :href => href) end
id()
click to toggle source
# File lib/fog/compute/ecloud/models/rnat.rb, line 21 def id href.scan(/\d+/)[0] end
networks()
click to toggle source
# File lib/fog/compute/ecloud/models/rnat.rb, line 13 def networks @networks = Fog::Compute::Ecloud::Networks.new(:service => service, :href => href) end