Class: SMARTAppLaunch::SMARTTLSTest

Inherits:
TLSTestKit::TLSVersionTest
  • Object
show all
Defined in:
lib/smart_app_launch/smart_tls_test.rb

Instance Method Summary collapse

Instance Method Details

#urlObject



8
9
10
11
12
# File 'lib/smart_app_launch/smart_tls_test.rb', line 8

def url
  return super if config.options[:smart_endpoint_key].blank?

  smart_auth_info.send(config.options[:smart_endpoint_key])
end