Method: OTP::HOTP#initialize
- Defined in:
- lib/otp/hotp.rb
#initialize(*args) ⇒ HOTP
Returns a new instance of HOTP.
7 8 9 10 |
# File 'lib/otp/hotp.rb', line 7 def initialize(*args) super self.count = 0 end |
Returns a new instance of HOTP.
7 8 9 10 |
# File 'lib/otp/hotp.rb', line 7 def initialize(*args) super self.count = 0 end |