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.



362
363
364
# File 'lib/files.com/api_client.rb', line 362

def api_key
  @api_key
end

#bodyObject

Returns the value of attribute body.



362
363
364
# File 'lib/files.com/api_client.rb', line 362

def body
  @body
end

#methodObject

Returns the value of attribute method.



362
363
364
# File 'lib/files.com/api_client.rb', line 362

def method
  @method
end

#pathObject

Returns the value of attribute path.



362
363
364
# File 'lib/files.com/api_client.rb', line 362

def path
  @path
end

#query_paramsObject

Returns the value of attribute query_params.



362
363
364
# File 'lib/files.com/api_client.rb', line 362

def query_params
  @query_params
end

#session_idObject

Returns the value of attribute session_id.



362
363
364
# File 'lib/files.com/api_client.rb', line 362

def session_id
  @session_id
end