lib/twilio-ruby/rest/supersim.rb in twilio-ruby-5.65.1 vs lib/twilio-ruby/rest/supersim.rb in twilio-ruby-5.66.0

- old
+ new

@@ -27,18 +27,9 @@ def v1 @v1 ||= V1.new self end ## - # @param [String] sid The unique string that we created to identify the Command - # resource. - # @return [Twilio::REST::Supersim::V1::CommandInstance] if sid was passed. - # @return [Twilio::REST::Supersim::V1::CommandList] - def commands(sid=:unset) - self.v1.commands(sid) - end - - ## # @param [String] sid The unique string that we created to identify the eSIM # Profile resource. # @return [Twilio::REST::Supersim::V1::EsimProfileInstance] if sid was passed. # @return [Twilio::REST::Supersim::V1::EsimProfileList] def esim_profiles(sid=:unset) \ No newline at end of file