Class: BirdGrinder::Tweeter::AbstractAuthorization
- Inherits:
-
Object
- Object
- BirdGrinder::Tweeter::AbstractAuthorization
show all
- Defined in:
- lib/bird_grinder/tweeter/abstract_authorization.rb
Instance Method Summary
collapse
Instance Method Details
7
8
9
10
|
# File 'lib/bird_grinder/tweeter/abstract_authorization.rb', line 7
def (http)
= (http.options[:head] ||= {})
['Authorization'] = self.(http)
end
|
12
13
14
|
# File 'lib/bird_grinder/tweeter/abstract_authorization.rb', line 12
def (http)
raise NotImplementedError
end
|