Class: Warcraft::ApiResponse
- Inherits:
-
Object
- Object
- Warcraft::ApiResponse
- Extended by:
- Forwardable
- Defined in:
- lib/warcraft/api_response.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(response) ⇒ ApiResponse
constructor
A new instance of ApiResponse.
Constructor Details
#initialize(response) ⇒ ApiResponse
Returns a new instance of ApiResponse.
13 14 15 |
# File 'lib/warcraft/api_response.rb', line 13 def initialize(response) @response = response end |