lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.58.3 vs lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.59.0

- old
+ new

@@ -16,11 +16,11 @@ super @version = 'v2' @forms = nil @services = nil @verification_attempts = nil - @verification_templates = nil + @templates = nil end ## # @param [form.FormTypes] form_type The Type of this Form. Currently only # `form-push` is supported. @@ -67,12 +67,12 @@ VerificationAttemptContext.new(self, sid) end end ## - # @return [Twilio::REST::Verify::V2::VerificationTemplateContext] - def verification_templates - @verification_templates ||= VerificationTemplateList.new self + # @return [Twilio::REST::Verify::V2::TemplateContext] + def templates + @templates ||= TemplateList.new self end ## # Provide a user friendly representation def to_s \ No newline at end of file