Class: LiterLlm::DeleteResponse
- Inherits:
-
Object
- Object
- LiterLlm::DeleteResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#deleted ⇒ Boolean
readonly
Returns the value of attribute deleted.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#object ⇒ String
readonly
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.
312 |
# File 'sig/types.rbs', line 312
def initialize: (?id: String, ?object: String, ?deleted: bool) -> void
|
Instance Attribute Details
#deleted ⇒ Boolean (readonly)
Returns the value of attribute deleted.
310 311 312 |
# File 'sig/types.rbs', line 310 def deleted @deleted end |
#id ⇒ String (readonly)
Returns the value of attribute id.
308 309 310 |
# File 'sig/types.rbs', line 308 def id @id end |
#object ⇒ String (readonly)
Returns the value of attribute object.
309 310 311 |
# File 'sig/types.rbs', line 309 def object @object end |