lib/twilio-ruby/rest/ip_messaging/v1/service.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/ip_messaging/v1/service.rb in twilio-ruby-5.0.0.rc5
- old
+ new
@@ -129,21 +129,9 @@
)
return ServicePage.new(@version, response, @solution)
end
##
- # Constructs a ServiceContext
- # @param [String] sid The sid
-
- # @return [ServiceContext] ServiceContext
- def get(sid)
- ServiceContext.new(
- @version,
- sid: sid,
- )
- end
-
- ##
# Provide a user friendly representation
def to_s
'#<Twilio.IpMessaging.V1.ServiceList>'
end
end
\ No newline at end of file