Method: PlatformAPI::Client#ssl_endpoint
- Defined in:
- lib/platform-api/client.rb
#ssl_endpoint ⇒ SSLEndpoint
SSL Endpoint is a public address serving custom SSL cert for HTTPS traffic to a Heroku app. Note that an app must have the ssl:endpoint add-on installed before it can provision an SSL Endpoint using these APIs.
650 651 652 |
# File 'lib/platform-api/client.rb', line 650 def ssl_endpoint @ssl_endpoint_resource ||= SSLEndpoint.new(@client) end |