We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7e539 commit 6af5fb2Copy full SHA for 6af5fb2
gems/smithy-client/lib/smithy-client/plugins/stub_responses.rb
@@ -12,8 +12,7 @@ class StubResponses < Plugin
12
docstring: <<~DOCS)
13
When `true`, the client will return stubbed responses instead of networking requests.
14
By default fake responses are generated and returned. You can specify the response data
15
- to return or errors to raise by calling {Stubs#stub_responses}.
16
- @see Stubs
+ to return or errors to raise by calling {Smithy::Client::Stubs#stub_responses}.
17
DOCS
18
19
option(:stubs) { {} }
0 commit comments