Class: Rox::Core::RequestData

Inherits:
Struct
  • Object
show all
Defined in:
lib/rox/core/network/request_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#query_paramsObject

Returns the value of attribute query_params

Returns:

  • (Object)

    the current value of query_params



3
4
5
# File 'lib/rox/core/network/request_data.rb', line 3

def query_params
  @query_params
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/rox/core/network/request_data.rb', line 3

def url
  @url
end