Method: PlatformAPI::Client#region
- Defined in:
- lib/platform-api/client.rb
#region ⇒ Region
A region represents a geographic location in which your application may run.
566 567 568 |
# File 'lib/platform-api/client.rb', line 566 def region @region_resource ||= Region.new(@client) end |