Class: Retell::SDK::Unofficial::BaseCall
- Inherits:
-
Base
- Object
- Base
- Retell::SDK::Unofficial::BaseCall
show all
- Defined in:
- lib/retell/sdk/unofficial/base_call.rb
Instance Attribute Summary
Attributes inherited from Base
#changed_attributes, #client
Instance Method Summary
collapse
Methods inherited from Base
#[], #[]=, #each, each_attribute, #fetch, inherited, #initialize, #keys, #to_h, #values, writeable_attributes
Instance Method Details
#agent ⇒ Object
22
23
24
|
# File 'lib/retell/sdk/unofficial/base_call.rb', line 22
def agent
agent_id
end
|
#analysis ⇒ Object
34
35
36
|
# File 'lib/retell/sdk/unofficial/base_call.rb', line 34
def analysis
call_analysis
end
|
#id ⇒ Object
18
19
20
|
# File 'lib/retell/sdk/unofficial/base_call.rb', line 18
def id
call_id
end
|
#status ⇒ Object
26
27
28
|
# File 'lib/retell/sdk/unofficial/base_call.rb', line 26
def status
call_status
end
|
#type ⇒ Object
30
31
32
|
# File 'lib/retell/sdk/unofficial/base_call.rb', line 30
def type
call_type
end
|