class NemID::Errors::AUTH008Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 76 def initialize @da = "Dit NemID er ikke aktivt og du skal bestille en ny midlertidig " \ "adgangskode til aktivering hos support. Ring til NemID support " \ "#{DA_SUPPORT_URL}." @en = "Your NemID is not active and you need support to issue a new " \ "activation password to activate. Please call NemID support. " \ "#{EN_SUPPORT_URL}" super end