Class: NewRelic::Agent::Instrumentation::AwsSdkLambda::WRAPPED_RESPONSE
- Inherits:
-
Struct
- Object
- Struct
- NewRelic::Agent::Instrumentation::AwsSdkLambda::WRAPPED_RESPONSE
- Defined in:
- lib/new_relic/agent/instrumentation/aws_sdk_lambda/instrumentation.rb
Instance Attribute Summary collapse
-
#has_status_code? ⇒ Object
Returns the value of attribute has_status_code?.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#has_status_code? ⇒ Object
Returns the value of attribute has_status_code?
12 13 14 |
# File 'lib/new_relic/agent/instrumentation/aws_sdk_lambda/instrumentation.rb', line 12
def has_status_code?
@has_status_code?
end
|
#status_code ⇒ Object
Returns the value of attribute status_code
12 13 14 |
# File 'lib/new_relic/agent/instrumentation/aws_sdk_lambda/instrumentation.rb', line 12 def status_code @status_code end |