module Goraku::Authentication

Public Instance Methods

basic_authenticated?() click to toggle source
# File lib/goraku/authentication.rb, line 4
def basic_authenticated?
  !!(@login && @password)
end