lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.22.0 vs lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.22.1

- old
+ new

@@ -17,10 +17,11 @@ @version = 'v2' @services = nil end ## - # @param [String] sid The unique SID identifier of Verification Service Instance. + # @param [String] sid The Twilio-provided string that uniquely identifies the + # Verification Service resource to fetch. # @return [Twilio::REST::Verify::V2::ServiceContext] if sid was passed. # @return [Twilio::REST::Verify::V2::ServiceList] def services(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil' \ No newline at end of file