lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.44.0 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.45.0

- old
+ new

@@ -179,16 +179,10 @@ def sims(sid=:unset) self.wireless.sims(sid) end ## - # @return [Twilio::REST::Preview::TrustedComms::BrandedCallInstance] - def branded_calls - self.trusted_comms.branded_calls() - end - - ## # @param [String] sid The unique SID identifier of the Branded Channel. # @return [Twilio::REST::Preview::TrustedComms::BrandedChannelInstance] if sid was passed. # @return [Twilio::REST::Preview::TrustedComms::BrandedChannelList] def branded_channels(sid=:unset) self.trusted_comms.branded_channels(sid) @@ -199,33 +193,18 @@ def brands_information self.trusted_comms.brands_information() end ## - # @param [String] sid A 34 character string that uniquely identifies this - # Business. - # @return [Twilio::REST::Preview::TrustedComms::BusinessInstance] if sid was passed. - # @return [Twilio::REST::Preview::TrustedComms::BusinessList] - def businesses(sid=:unset) - self.trusted_comms.businesses(sid) - end - - ## # @return [Twilio::REST::Preview::TrustedComms::CpsInstance] def cps self.trusted_comms.cps() end ## # @return [Twilio::REST::Preview::TrustedComms::CurrentCallInstance] def current_calls self.trusted_comms.current_calls() - end - - ## - # @return [Twilio::REST::Preview::TrustedComms::PhoneCallInstance] - def phone_calls - self.trusted_comms.phone_calls() end ## # Provide a user friendly representation def to_s \ No newline at end of file