Class: OpenAI::Engine
- Inherits:
-
Struct
- Object
- Struct
- OpenAI::Engine
- Defined in:
- lib/openai/engine.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#ready ⇒ Object
Returns the value of attribute ready.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/openai/engine.rb', line 2 def id @id end |
#object ⇒ Object
Returns the value of attribute object
2 3 4 |
# File 'lib/openai/engine.rb', line 2 def object @object end |
#owner ⇒ Object
Returns the value of attribute owner
2 3 4 |
# File 'lib/openai/engine.rb', line 2 def owner @owner end |
#ready ⇒ Object
Returns the value of attribute ready
2 3 4 |
# File 'lib/openai/engine.rb', line 2 def ready @ready end |