class NemID::Errors::CAN006Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CANError::new
# File lib/nemid/errors/can.rb, line 64 def initialize @da = "Du kan højst have ##MAXACTIVENMAS## aktive nøgleapps ad gangen. " \ "Hvis du vil aktivere en ny nøgleapp, skal du først spærre en af dine " \ "nuværende på nemid.nu eller ved at kontakte NemID support eller din bank" @en = "The maximum number of active code apps you can have at any time " \ "is ##MAXACTIVENMAS##. If you wish to activate another code app, you must " \ "first block one of your current code apps at nemid.nu or by contacting NemID " \ "Support or your bank." super end