Class: Theoldreader::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/theoldreader/base.rb

Class Method Summary collapse

Class Method Details

.auth_headerObject



22
23
24
# File 'lib/theoldreader/base.rb', line 22

def self.auth_header
  token.nil? ? {} : {'Authorization' => "GoogleLogin auth=#{token}"}
end