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)


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

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

Instance Attribute Details

#deletedBoolean (readonly)

Returns the value of attribute deleted.

Returns:

  • (Boolean)


574
575
576
# File 'sig/types.rbs', line 574

def deleted
  @deleted
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


572
573
574
# File 'sig/types.rbs', line 572

def id
  @id
end

#objectString (readonly)

Returns the value of attribute object.

Returns:

  • (String)


573
574
575
# File 'sig/types.rbs', line 573

def object
  @object
end