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)


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

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

Instance Attribute Details

#deletedBoolean?

Returns the value of attribute deleted.

Returns:

  • (Boolean, nil)


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

def deleted
  @deleted
end

#idString?

Returns the value of attribute id.

Returns:

  • (String, nil)


559
560
561
# File 'sig/types.rbs', line 559

def id
  @id
end

#objectString?

Returns the value of attribute object.

Returns:

  • (String, nil)


560
561
562
# File 'sig/types.rbs', line 560

def object
  @object
end