Class: BrightData::LiveTrace::Request Private
- Inherits:
-
Data
- Object
- Data
- BrightData::LiveTrace::Request
- Defined in:
- lib/brightdata/live_trace.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
The request being traced. Groups the five related values BrightData::LiveTrace needs so they travel as one concept rather than a long parameter list.
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
19 20 21 |
# File 'lib/brightdata/live_trace.rb', line 19 def body @body end |
#method ⇒ Object (readonly)
Returns the value of attribute method
19 20 21 |
# File 'lib/brightdata/live_trace.rb', line 19 def method @method end |
#path ⇒ Object (readonly)
Returns the value of attribute path
19 20 21 |
# File 'lib/brightdata/live_trace.rb', line 19 def path @path end |
#query ⇒ Object (readonly)
Returns the value of attribute query
19 20 21 |
# File 'lib/brightdata/live_trace.rb', line 19 def query @query end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri
19 20 21 |
# File 'lib/brightdata/live_trace.rb', line 19 def uri @uri end |