Method: Cucloud.region
- Defined in:
- lib/cucloud.rb
.region ⇒ Object
Returns the current region the mdule is using @ return [string]
47 48 49 |
# File 'lib/cucloud.rb', line 47 def region @region || @region = DEFAULT_REGION end |
Returns the current region the mdule is using @ return [string]
47 48 49 |
# File 'lib/cucloud.rb', line 47 def region @region || @region = DEFAULT_REGION end |