Sha256: bd10bfb0865b00013604216aad7acac8f149427b4093a91ce42a7aee57650658
Contents?: true
Size: 469 Bytes
Versions: 53
Compression:
Stored size: 469 Bytes
Contents
module Twilio module REST class Content < ContentBase ## # @param [String] sid The unique string that that we created to identify the # Content resource. # @return [Twilio::REST::Content::V1::ContentInstance] if sid was passed. # @return [Twilio::REST::Content::V1::ContentList] def contents(sid=:unset) warn "contents is deprecated. Use v1.contents instead." self.v1.contents(sid) end end end end
Version data entries
53 entries across 53 versions & 2 rubygems