Method: XRay::LambdaContext#current_entity
- Defined in:
- lib/aws-xray-sdk/lambda/lambda_context.rb
#current_entity ⇒ Object
32 33 34 35 |
# File 'lib/aws-xray-sdk/lambda/lambda_context.rb', line 32 def current_entity check_context #ensure the FacadeSegment is current whenever the current_entity is retrieved super end |