# File lib/heroku/api/domains.rb, line 23 def get_domains(app) request( :expects => 200, :method => :get, :path => "/apps/#{app}/domains" ) end