Class: ApiBase::Endpoint

Inherits:
Object
  • Object
show all
Includes:
ActiveSupport::Rescuable, Concerns::Filterer, Concerns::Traceable, Connection, Service
Defined in:
lib/api_base/endpoint.rb

Instance Method Summary collapse

Methods included from Connection

#connection, #connection_name

Methods included from Service

#sensitive_keys, #service_name, #success_status_codes

Instance Method Details

#identifierObject



30
31
32
# File 'lib/api_base/endpoint.rb', line 30

def identifier
  "#{service_name}:#{connection_name}"
end