class Twilio::REST::Preview::TrustedComms::CurrentCallList
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
Public Class Methods
new(version)
click to toggle source
Initialize the CurrentCallList
@param [Version] version Version
that contains the resource @return [CurrentCallList] CurrentCallList
Calls superclass method
Twilio::REST::ListResource::new
# File lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb 20 def initialize(version) 21 super(version) 22 23 # Path Solution 24 @solution = {} 25 end
Public Instance Methods
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb 29 def to_s 30 '#<Twilio.Preview.TrustedComms.CurrentCallList>' 31 end