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)


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

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

Instance Attribute Details

#deletedBoolean?

Returns the value of attribute deleted.

Returns:

  • (Boolean, nil)


564
565
566
# File 'sig/types.rbs', line 564

def deleted
  @deleted
end

#idString?

Returns the value of attribute id.

Returns:

  • (String, nil)


562
563
564
# File 'sig/types.rbs', line 562

def id
  @id
end

#objectString?

Returns the value of attribute object.

Returns:

  • (String, nil)


563
564
565
# File 'sig/types.rbs', line 563

def object
  @object
end