Class: LiterLlm::DeleteResponse
- Inherits:
-
Object
- Object
- LiterLlm::DeleteResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#deleted ⇒ Boolean?
Returns the value of attribute deleted.
-
#id ⇒ String?
Returns the value of attribute id.
-
#object ⇒ String?
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize ⇒ DeleteResponse
constructor
A new instance of DeleteResponse.
Constructor Details
#initialize ⇒ DeleteResponse
Returns a new instance of DeleteResponse.
566 |
# File 'sig/types.rbs', line 566
def initialize: (?id: String, ?object: String, ?deleted: bool) -> void
|
Instance Attribute Details
#deleted ⇒ Boolean?
Returns the value of attribute deleted.
564 565 566 |
# File 'sig/types.rbs', line 564 def deleted @deleted end |
#id ⇒ String?
Returns the value of attribute id.
562 563 564 |
# File 'sig/types.rbs', line 562 def id @id end |
#object ⇒ String?
Returns the value of attribute object.
563 564 565 |
# File 'sig/types.rbs', line 563 def object @object end |