Class: LiterLlm::DeleteResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDeleteResponse

Returns a new instance of DeleteResponse.

Parameters:



312
# File 'sig/types.rbs', line 312

def initialize: (?id: String, ?object: String, ?deleted: bool) -> void

Instance Attribute Details

#deletedBoolean (readonly)

Returns the value of attribute deleted.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def deleted
  @deleted
end

#idString (readonly)

Returns the value of attribute id.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def id
  @id
end

#objectString (readonly)

Returns the value of attribute object.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def object
  @object
end