Class: Mitake::Response
Overview
The API response
Instance Method Summary collapse
-
#initialize(_response) ⇒ Response
constructor
private
A new instance of Response.
Methods included from API
Constructor Details
#initialize(_response) ⇒ Response
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Response.
17 18 19 |
# File 'lib/mitake/response.rb', line 17 def initialize(_response) # TODO: Process API response end |