Class: AlacrityRails::Transaction::ConnectionTest

Inherits:
Base
  • Object
show all
Defined in:
lib/alacrity-rails/transaction/connection_test.rb

Class Method Summary collapse

Methods inherited from Base

authorization_header_value, #authorization_header_value, #endpoint, net_http_start_arguments, #net_http_start_arguments, #post_request, #to_json

Class Method Details

.endpointObject



3
4
5
# File 'lib/alacrity-rails/transaction/connection_test.rb', line 3

def self.endpoint
  @endpoint ||= URI("#{AlacrityRails::Config.collector_host}/v1/connection-test")
end