lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.38.0 vs lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.39.0

- old
+ new

@@ -18,11 +18,11 @@ @forms = nil @services = nil end ## - # @param [form.FormTypes] form_type The Type of this Form. One of `form-app-push`, - # `form-sms` or `form-totp`. + # @param [form.FormTypes] form_type The Type of this Form. Currently only + # `form-push` is supported. # @return [Twilio::REST::Verify::V2::FormContext] if form_type was passed. # @return [Twilio::REST::Verify::V2::FormList] def forms(form_type=:unset) if form_type.nil? raise ArgumentError, 'form_type cannot be nil' \ No newline at end of file