Sha256: 5860f8ea1bc9e9e26688e6d6364c7cc0437283516079c8a8f20c67831176eff2
Contents?: true
Size: 456 Bytes
Versions: 47
Compression:
Stored size: 456 Bytes
Contents
module Twilio module REST class Proxy < ProxyBase ## # @param [String] sid The unique string that we created to identify the Service # resource. # @return [Twilio::REST::Proxy::V1::ServiceInstance] if sid was passed. # @return [Twilio::REST::Proxy::V1::ServiceList] def services(sid=:unset) warn "services is deprecated. Use v1.services instead." self.v1.services(sid) end end end end
Version data entries
47 entries across 47 versions & 2 rubygems