lib/twilio-ruby/rest/insights.rb in twilio-ruby-5.61.2 vs lib/twilio-ruby/rest/insights.rb in twilio-ruby-5.62.0
- old
+ new
@@ -27,9 +27,15 @@
def v1
@v1 ||= V1.new self
end
##
+ # @return [Twilio::REST::Insights::V1::SettingInstance]
+ def settings
+ self.v1.settings()
+ end
+
+ ##
# @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)
\ No newline at end of file