Class: Rack::OauthProxy::Client
- Inherits:
-
Object
- Object
- Rack::OauthProxy::Client
- Defined in:
- lib/rack/oauth_proxy/client.rb,
lib/rack/oauth_proxy/client/request.rb
Defined Under Namespace
Classes: NoUrlError, Request
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #fetch(env) ⇒ Object
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
9 10 11 |
# File 'lib/rack/oauth_proxy/client.rb', line 9 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
7 8 9 |
# File 'lib/rack/oauth_proxy/client.rb', line 7 def @options end |