Class: ApiBase::Endpoint
- Inherits:
-
Object
- Object
- ApiBase::Endpoint
- Includes:
- ActiveSupport::Rescuable, Concerns::Filterer, Concerns::Traceable, Connection, Service
- Defined in:
- lib/api_base/endpoint.rb
Instance Method Summary collapse
Methods included from Connection
Methods included from Service
#sensitive_keys, #service_name, #success_status_codes
Instance Method Details
#identifier ⇒ Object
30 31 32 |
# File 'lib/api_base/endpoint.rb', line 30 def identifier "#{service_name}:#{connection_name}" end |