Class: LiterLlm::ModelObject
- Inherits:
-
Object
- Object
- LiterLlm::ModelObject
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#created ⇒ Integer?
Returns the value of attribute created.
-
#id ⇒ String?
Returns the value of attribute id.
-
#object ⇒ String?
Returns the value of attribute object.
-
#owned_by ⇒ String?
Returns the value of attribute owned_by.
Instance Method Summary collapse
-
#initialize ⇒ ModelObject
constructor
A new instance of ModelObject.
Constructor Details
#initialize ⇒ ModelObject
Returns a new instance of ModelObject.
522 |
# File 'sig/types.rbs', line 522
def initialize: (?id: String, ?object: String, ?created: Integer, ?owned_by: String) -> void
|
Instance Attribute Details
#created ⇒ Integer?
Returns the value of attribute created.
519 520 521 |
# File 'sig/types.rbs', line 519 def created @created end |
#id ⇒ String?
Returns the value of attribute id.
517 518 519 |
# File 'sig/types.rbs', line 517 def id @id end |
#object ⇒ String?
Returns the value of attribute object.
518 519 520 |
# File 'sig/types.rbs', line 518 def object @object end |
#owned_by ⇒ String?
Returns the value of attribute owned_by.
520 521 522 |
# File 'sig/types.rbs', line 520 def owned_by @owned_by end |