Class: Theoldreader::Base
- Inherits:
-
Object
- Object
- Theoldreader::Base
- Defined in:
- lib/theoldreader/base.rb
Class Method Summary collapse
Class Method Details
.auth_header ⇒ Object
22 23 24 |
# File 'lib/theoldreader/base.rb', line 22 def self.auth_header token.nil? ? {} : {'Authorization' => "GoogleLogin auth=#{token}"} end |