Returns:
14 15 16
# File 'lib/rtx/api/client.rb', line 14 def authenticated? !token.nil? && !expires.nil? && !account_id.nil? end