# File lib/fog/compute/requests/new_servers/list_plans.rb, line 18 def list_plans request( :expects => 200, :method => 'GET', :parser => Fog::ToHashDocument.new, :path => 'api/listPlans' ) end