Class: OpenAI::Client::LastResponse
- Inherits:
-
Struct
- Object
- Struct
- OpenAI::Client::LastResponse
- Defined in:
- lib/openai/client.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#processing_ms ⇒ Object
Returns the value of attribute processing_ms.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
-
#status_message ⇒ Object
Returns the value of attribute status_message.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
11 12 13 |
# File 'lib/openai/client.rb', line 11 def date @date end |
#organization ⇒ Object
Returns the value of attribute organization
11 12 13 |
# File 'lib/openai/client.rb', line 11 def organization @organization end |
#processing_ms ⇒ Object
Returns the value of attribute processing_ms
11 12 13 |
# File 'lib/openai/client.rb', line 11 def processing_ms @processing_ms end |
#request_id ⇒ Object
Returns the value of attribute request_id
11 12 13 |
# File 'lib/openai/client.rb', line 11 def request_id @request_id end |
#status_code ⇒ Object
Returns the value of attribute status_code
11 12 13 |
# File 'lib/openai/client.rb', line 11 def status_code @status_code end |
#status_message ⇒ Object
Returns the value of attribute status_message
11 12 13 |
# File 'lib/openai/client.rb', line 11 def @status_message end |