# File lib/rhc/rest/application.rb, line 164 def environment_variables debug "Getting all environment variables for application #{name}" if supports? "LIST_ENVIRONMENT_VARIABLES" rest_method "LIST_ENVIRONMENT_VARIABLES" else raise RHC::EnvironmentVariablesNotSupportedException.new end end