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