class ROTP::OTP::URI

def initialize(otp, account_name: nil, counter: nil)

def initialize(otp, account_name: nil, counter: nil)
  @otp = otp
  @account_name = account_name || ''
  @counter = counter
end