Class: Retell::SDK::Unofficial::BaseCall

Inherits:
Base
  • Object
show all
Defined in:
lib/retell/sdk/unofficial/base_call.rb

Direct Known Subclasses

PhoneCall, WebCall

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

Constructor Details

This class inherits a constructor from Retell::SDK::Unofficial::Base

Instance Method Details

#agentObject



22
23
24
# File 'lib/retell/sdk/unofficial/base_call.rb', line 22

def agent
  agent_id
end

#analysisObject



34
35
36
# File 'lib/retell/sdk/unofficial/base_call.rb', line 34

def analysis
  call_analysis
end

#idObject



18
19
20
# File 'lib/retell/sdk/unofficial/base_call.rb', line 18

def id
  call_id
end

#statusObject



26
27
28
# File 'lib/retell/sdk/unofficial/base_call.rb', line 26

def status
  call_status
end

#typeObject



30
31
32
# File 'lib/retell/sdk/unofficial/base_call.rb', line 30

def type
  call_type
end