Method: FaaStRuby.workspace_host_for
- Defined in:
- lib/faastruby/base.rb
.workspace_host_for(workspace_name) ⇒ Object
31 32 33 |
# File 'lib/faastruby/base.rb', line 31 def self.workspace_host_for(workspace_name) "#{URL_PROTOCOL}://#{workspace_name}.#{region}.#{WORKSPACE_BASE_HOST}" end |