Method: Cucloud.region

Defined in:
lib/cucloud.rb

.regionObject

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