class Round::Client::OTPAuthFailureError

Attributes

key[R]

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/round/client.rb, line 123
def initialize(key)
  super
  @key = key
end