Class: Files::ApiClient::RequestLogContext
- Inherits:
-
Object
- Object
- Files::ApiClient::RequestLogContext
- Defined in:
- lib/files.com/api_client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#body ⇒ Object
Returns the value of attribute body.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#query_params ⇒ Object
Returns the value of attribute query_params.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
Instance Attribute Details
#api_key ⇒ Object
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 |
#body ⇒ Object
Returns the value of attribute body.
370 371 372 |
# File 'lib/files.com/api_client.rb', line 370 def body @body end |
#method ⇒ Object
Returns the value of attribute method.
370 371 372 |
# File 'lib/files.com/api_client.rb', line 370 def method @method end |
#path ⇒ Object
Returns the value of attribute path.
370 371 372 |
# File 'lib/files.com/api_client.rb', line 370 def path @path end |
#query_params ⇒ Object
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_id ⇒ Object
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 |