Class: ActiveResource::HttpMock::Responder
- Inherits:
-
Object
- Object
- ActiveResource::HttpMock::Responder
- Defined in:
- activeresource/lib/active_resource/http_mock.rb
Overview
:nodoc:
Instance Method Summary (collapse)
-
- (Responder) initialize(responses)
constructor
A new instance of Responder.
Constructor Details
- (Responder) initialize(responses)
A new instance of Responder
53 54 55 |
# File 'activeresource/lib/active_resource/http_mock.rb', line 53 def initialize(responses) @responses = responses end |