Class: Sniffer::DataItem
- Inherits:
-
Object
- Object
- Sniffer::DataItem
- Defined in:
- lib/sniffer/data_item.rb
Overview
Sniffer data item stores a request info
Instance Attribute Summary collapse
-
#request_headers ⇒ Object
Returns the value of attribute request_headers.
-
#requst_body ⇒ Object
Returns the value of attribute requst_body.
-
#response_body ⇒ Object
Returns the value of attribute response_body.
-
#response_headers ⇒ Object
Returns the value of attribute response_headers.
-
#response_status ⇒ Object
Returns the value of attribute response_status.
Instance Attribute Details
#request_headers ⇒ Object
Returns the value of attribute request_headers.
6 7 8 |
# File 'lib/sniffer/data_item.rb', line 6 def request_headers @request_headers end |
#requst_body ⇒ Object
Returns the value of attribute requst_body.
6 7 8 |
# File 'lib/sniffer/data_item.rb', line 6 def requst_body @requst_body end |
#response_body ⇒ Object
Returns the value of attribute response_body.
6 7 8 |
# File 'lib/sniffer/data_item.rb', line 6 def response_body @response_body end |
#response_headers ⇒ Object
Returns the value of attribute response_headers.
6 7 8 |
# File 'lib/sniffer/data_item.rb', line 6 def response_headers @response_headers end |
#response_status ⇒ Object
Returns the value of attribute response_status.
6 7 8 |
# File 'lib/sniffer/data_item.rb', line 6 def response_status @response_status end |