lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.66.0 vs lib/twilio-ruby/rest/verify/v2.rb in twilio-ruby-5.66.1

- old
+ new

@@ -16,10 +16,11 @@ super @version = 'v2' @forms = nil @services = nil @verification_attempts = nil + @verification_attempts_summary = nil @templates = nil end ## # @param [form.FormTypes] form_type The Type of this Form. Currently only @@ -64,9 +65,15 @@ if sid == :unset @verification_attempts ||= VerificationAttemptList.new self else VerificationAttemptContext.new(self, sid) end + end + + ## + # @return [Twilio::REST::Verify::V2::VerificationAttemptsSummaryContext] + def verification_attempts_summary + @verification_attempts_summary ||= VerificationAttemptsSummaryContext.new self end ## # @return [Twilio::REST::Verify::V2::TemplateContext] def templates \ No newline at end of file