# File lib/fog/virtual_box/models/compute/nat_redirects.rb, line 14 def all requires :machine, :nat_engine data = nat_engine.instance_variable_get(:@raw).redirects.map do |nat_redirect| { :machine => machine, :raw => nat_redirect } end load(data) end
Generated with the Darkfish Rdoc Generator 2.