class YubiOATH::Response

Public Instance Methods

success?() click to toggle source
# File lib/yubioath/response.rb, line 9
def success?
  status == [0x90, 0x00]
end