class NemID::Errors::CAN007Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CANError::new
# File lib/nemid/errors/can.rb, line 77 def initialize @da = "Du har afvist din anmodning om godkendelse i din nøgleapp. Hvis " \ "det var en fejl, kan du sende en ny anmodning, når du har afsluttet ved " \ "at klikke på \"Ok\"." @en = "You rejected your code app authentication request. If this was " \ "incorrect, you can submit a new request after clicking \"OK\" to finish." super end