Class: Datadog::AppSec::Metrics::Collector::DownstreamResponseStore
- Inherits:
-
Struct
- Object
- Struct
- Datadog::AppSec::Metrics::Collector::DownstreamResponseStore
- Defined in:
- lib/datadog/appsec/metrics/collector.rb
Instance Attribute Summary collapse
-
#content_exceed_content_length ⇒ Object
Returns the value of attribute content_exceed_content_length.
-
#content_length_missing ⇒ Object
Returns the value of attribute content_length_missing.
-
#content_length_too_big ⇒ Object
Returns the value of attribute content_length_too_big.
-
#content_type_invalid ⇒ Object
Returns the value of attribute content_type_invalid.
Instance Attribute Details
#content_exceed_content_length ⇒ Object
Returns the value of attribute content_exceed_content_length
20 21 22 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 20 def content_exceed_content_length @content_exceed_content_length end |
#content_length_missing ⇒ Object
Returns the value of attribute content_length_missing
20 21 22 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 20 def content_length_missing @content_length_missing end |
#content_length_too_big ⇒ Object
Returns the value of attribute content_length_too_big
20 21 22 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 20 def content_length_too_big @content_length_too_big end |
#content_type_invalid ⇒ Object
Returns the value of attribute content_type_invalid
20 21 22 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 20 def content_type_invalid @content_type_invalid end |