Class: Fluent::Plugin::PrometheusInput::AsyncWrapper::Response
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::PrometheusInput::AsyncWrapper::Response
- Defined in:
- lib/fluent/plugin/in_prometheus/async_wrapper.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
21 22 23 |
# File 'lib/fluent/plugin/in_prometheus/async_wrapper.rb', line 21 def body @body end |
#code ⇒ Object
Returns the value of attribute code
21 22 23 |
# File 'lib/fluent/plugin/in_prometheus/async_wrapper.rb', line 21 def code @code end |
#headers ⇒ Object
Returns the value of attribute headers
21 22 23 |
# File 'lib/fluent/plugin/in_prometheus/async_wrapper.rb', line 21 def headers @headers end |