Exception: Round::Client::OTPAuthFailureError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/round/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ OTPAuthFailureError

Returns a new instance of OTPAuthFailureError.



123
124
125
126
# File 'lib/round/client.rb', line 123

def initialize(key)
  super
  @key = key
end

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key.



121
122
123
# File 'lib/round/client.rb', line 121

def key
  @key
end