Class: Retell::SDK::Unofficial::RetellLLMList

Inherits:
BaseList
  • Object
show all
Defined in:
lib/retell/sdk/unofficial/retell_llm_list.rb

Instance Attribute Summary

Attributes inherited from BaseList

#items

Instance Method Summary collapse

Methods inherited from BaseList

#[], #each, #empty?, #first, #last, #length, #to_a

Constructor Details

#initialize(raw_response) ⇒ RetellLLMList

Returns a new instance of RetellLLMList.



5
6
7
# File 'lib/retell/sdk/unofficial/retell_llm_list.rb', line 5

def initialize(raw_response)
  super(:llms, raw_response)
end