module Subordinate::Authentication

Public Instance Methods

authenticated?() click to toggle source
# File lib/subordinate/authentication.rb, line 4
def authenticated?
  !!(username && api_token)
end