Class: LiterLlm::ModelObject

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeModelObject

Returns a new instance of ModelObject.

Parameters:

  • id: (String)
  • object: (String)
  • created: (Integer)
  • owned_by: (String)


546
# File 'sig/types.rbs', line 546

def initialize: (?id: String, ?object: String, ?created: Integer, ?owned_by: String) -> void

Instance Attribute Details

#createdInteger (readonly)

Returns the value of attribute created.

Returns:

  • (Integer)


543
544
545
# File 'sig/types.rbs', line 543

def created
  @created
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


541
542
543
# File 'sig/types.rbs', line 541

def id
  @id
end

#objectString (readonly)

Returns the value of attribute object.

Returns:

  • (String)


542
543
544
# File 'sig/types.rbs', line 542

def object
  @object
end

#owned_byString (readonly)

Returns the value of attribute owned_by.

Returns:

  • (String)


544
545
546
# File 'sig/types.rbs', line 544

def owned_by
  @owned_by
end