Method: ESP.site

Defined in:
lib/esp.rb

.siteString

The site the SDK will hit.

Returns:

  • (String)


61
62
63
# File 'lib/esp.rb', line 61

def self.site
  "#{(@host || HOST[ESP.env.to_sym] || ENV['ESP_HOST'])}#{PATH}"
end