Class: BrightData::LiveTrace::Request Private

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



19
20
21
# File 'lib/brightdata/live_trace.rb', line 19

def body
  @body
end

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



19
20
21
# File 'lib/brightdata/live_trace.rb', line 19

def method
  @method
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



19
20
21
# File 'lib/brightdata/live_trace.rb', line 19

def path
  @path
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



19
20
21
# File 'lib/brightdata/live_trace.rb', line 19

def query
  @query
end

#uriObject (readonly)

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



19
20
21
# File 'lib/brightdata/live_trace.rb', line 19

def uri
  @uri
end