lib/twilio-ruby/rest/supersim.rb in twilio-ruby-5.61.1 vs lib/twilio-ruby/rest/supersim.rb in twilio-ruby-5.61.2
- old
+ new
@@ -45,9 +45,18 @@
def fleets(sid=:unset)
self.v1.fleets(sid)
end
##
+ # @param [String] sid The unique string that we created to identify the IP Command
+ # resource.
+ # @return [Twilio::REST::Supersim::V1::IpCommandInstance] if sid was passed.
+ # @return [Twilio::REST::Supersim::V1::IpCommandList]
+ def ip_commands(sid=:unset)
+ self.v1.ip_commands(sid)
+ end
+
+ ##
# @param [String] sid The unique string that we created to identify the Network
# resource.
# @return [Twilio::REST::Supersim::V1::NetworkInstance] if sid was passed.
# @return [Twilio::REST::Supersim::V1::NetworkList]
def networks(sid=:unset)
\ No newline at end of file