Sha256: 0f3556529d532ee6320d159dd78fe5af42013a176f2fe00b58ea296a2e41b0bb
Contents?: true
Size: 488 Bytes
Versions: 104
Compression:
Stored size: 488 Bytes
Contents
# frozen_string_literal: true module Decidim module Verifications module IdDocuments # # Decorator for id document authorizations # class AuthorizationPresenter < SimpleDelegator # # Whether the verification has been rejected or not and thus, whether # the user should be prompted again to reupload documents # def rejected? verification_metadata["rejected"] == true end end end end end
Version data entries
104 entries across 104 versions & 1 rubygems