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:

  • id: (String)
  • object: (String)
  • deleted: (Boolean)


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:

  • (Boolean)


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

def deleted
  @deleted
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


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

def id
  @id
end

#objectString (readonly)

Returns the value of attribute object.

Returns:

  • (String)


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

def object
  @object
end