Class: OpenAI::Engine

Inherits:
Struct
  • Object
show all
Defined in:
lib/openai/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/openai/engine.rb', line 2

def id
  @id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



2
3
4
# File 'lib/openai/engine.rb', line 2

def object
  @object
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



2
3
4
# File 'lib/openai/engine.rb', line 2

def owner
  @owner
end

#readyObject

Returns the value of attribute ready

Returns:

  • (Object)

    the current value of ready



2
3
4
# File 'lib/openai/engine.rb', line 2

def ready
  @ready
end