Class: Files::ApiClient::RequestLogContext

Inherits:
Object
  • Object
show all
Defined in:
lib/files.com/api_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



370
371
372
# File 'lib/files.com/api_client.rb', line 370

def api_key
  @api_key
end

#bodyObject

Returns the value of attribute body.



370
371
372
# File 'lib/files.com/api_client.rb', line 370

def body
  @body
end

#methodObject

Returns the value of attribute method.



370
371
372
# File 'lib/files.com/api_client.rb', line 370

def method
  @method
end

#pathObject

Returns the value of attribute path.



370
371
372
# File 'lib/files.com/api_client.rb', line 370

def path
  @path
end

#query_paramsObject

Returns the value of attribute query_params.



370
371
372
# File 'lib/files.com/api_client.rb', line 370

def query_params
  @query_params
end

#session_idObject

Returns the value of attribute session_id.



370
371
372
# File 'lib/files.com/api_client.rb', line 370

def session_id
  @session_id
end