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.
563 |
# File 'sig/types.rbs', line 563
def initialize: (?id: String, ?object: String, ?deleted: bool) -> void
|
Instance Attribute Details
#deleted ⇒ Boolean?
Returns the value of attribute deleted.
561 562 563 |
# File 'sig/types.rbs', line 561 def deleted @deleted end |
#id ⇒ String?
Returns the value of attribute id.
559 560 561 |
# File 'sig/types.rbs', line 559 def id @id end |
#object ⇒ String?
Returns the value of attribute object.
560 561 562 |
# File 'sig/types.rbs', line 560 def object @object end |