lib/twilio-ruby/rest/insights.rb in twilio-ruby-5.29.0 vs lib/twilio-ruby/rest/insights.rb in twilio-ruby-5.29.1

- old
+ new

@@ -27,14 +27,14 @@ def v1 @v1 ||= V1.new self end ## - # @param [String] call_sid The call_sid - # @return [Twilio::REST::Insights::V1::CallSummaryInstance] if call_sid was passed. - # @return [Twilio::REST::Insights::V1::CallSummaryList] - def summary(call_sid=:unset) - self.v1.summary(call_sid) + # @param [String] sid The sid + # @return [Twilio::REST::Insights::V1::CallInstance] if sid was passed. + # @return [Twilio::REST::Insights::V1::CallList] + def calls(sid=:unset) + self.v1.calls(sid) end ## # Provide a user friendly representation def to_s \ No newline at end of file