Class: LiterLlm::ModelObject
- Inherits:
-
Object
- Object
- LiterLlm::ModelObject
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#created ⇒ Integer
readonly
Returns the value of attribute created.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#object ⇒ String
readonly
Returns the value of attribute object.
-
#owned_by ⇒ String
readonly
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.
546 |
# File 'sig/types.rbs', line 546
def initialize: (?id: String, ?object: String, ?created: Integer, ?owned_by: String) -> void
|
Instance Attribute Details
#created ⇒ Integer (readonly)
Returns the value of attribute created.
543 544 545 |
# File 'sig/types.rbs', line 543 def created @created end |
#id ⇒ String (readonly)
Returns the value of attribute id.
541 542 543 |
# File 'sig/types.rbs', line 541 def id @id end |
#object ⇒ String (readonly)
Returns the value of attribute object.
542 543 544 |
# File 'sig/types.rbs', line 542 def object @object end |
#owned_by ⇒ String (readonly)
Returns the value of attribute owned_by.
544 545 546 |
# File 'sig/types.rbs', line 544 def owned_by @owned_by end |