Module: Heroku::API::Regions
- Included in:
- Heroku::API
- Defined in:
- lib/heroku/api/regions.rb
Instance Method Summary collapse
Instance Method Details
#regions ⇒ Object
7 8 9 10 |
# File 'lib/heroku/api/regions.rb', line 7 def regions Heroku::Properties.logger.info("[Regions] Fetching") Heroku::Conn::Get("/regions").last end |