Class: OAuth2::ResponseArray
- Inherits:
-
Array
- Object
- Array
- OAuth2::ResponseArray
- Includes:
- ResponseObject
- Defined in:
- lib/oauth2/response_object.rb
Instance Method Summary collapse
-
#initialize(response, array) ⇒ ResponseArray
constructor
A new instance of ResponseArray.
Methods included from ResponseObject
from, #headers, included, #status
Constructor Details
#initialize(response, array) ⇒ ResponseArray
Returns a new instance of ResponseArray.
40 41 42 43 |
# File 'lib/oauth2/response_object.rb', line 40 def initialize(response, array) self.response = response super(array) end |