| HEADERS | = | { 'Accept' => 'application/json', 'Accept-Encoding' => 'gzip', #'Accept-Language' => 'en-US, en;q=0.8', 'User-Agent' => "heroku-rb/#{Heroku::API::VERSION}", 'X-Ruby-Version' => RUBY_VERSION, 'X-Ruby-Platform' => RUBY_PLATFORM |
| OPTIONS | = | { :headers => {}, :host => 'api.heroku.com', :nonblock => false, :scheme => 'https' |
| VERSION | = | "0.4.3" |
| second_factor | [RW] |