workos 2.9.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +11 -0
- data/Gemfile.lock +32 -3
- data/bin/tapioca +29 -0
- data/lib/workos/portal.rb +1 -1
- data/lib/workos/types/intent_enum.rb +3 -2
- data/lib/workos/version.rb +1 -1
- data/sorbet/rbi/gems/addressable@2.8.0.rbi +290 -0
- data/sorbet/rbi/gems/{ast.rbi → ast@2.4.2.rbi} +27 -22
- data/sorbet/rbi/gems/codecov@0.2.12.rbi +55 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +8 -0
- data/sorbet/rbi/gems/crack@0.4.5.rbi +57 -0
- data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +185 -0
- data/sorbet/rbi/gems/docile@1.3.5.rbi +54 -0
- data/sorbet/rbi/gems/hashdiff@1.0.1.rbi +82 -0
- data/sorbet/rbi/gems/json@2.5.1.rbi +109 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +8 -0
- data/sorbet/rbi/gems/parallel@1.20.1.rbi +113 -0
- data/sorbet/rbi/gems/parser@3.0.1.0.rbi +1187 -0
- data/sorbet/rbi/gems/pry@0.14.2.rbi +8 -0
- data/sorbet/rbi/gems/public_suffix@4.0.6.rbi +146 -0
- data/sorbet/rbi/gems/{rainbow.rbi → rainbow@3.0.0.rbi} +90 -55
- data/sorbet/rbi/gems/{rake.rbi → rake@13.0.3.rbi} +587 -424
- data/sorbet/rbi/gems/rbi@0.0.16.rbi +2118 -0
- data/sorbet/rbi/gems/regexp_parser@2.1.1.rbi +1117 -0
- data/sorbet/rbi/gems/{rexml.rbi → rexml@3.2.5.rbi} +587 -506
- data/sorbet/rbi/gems/{rspec-core.rbi → rspec-core@3.9.3.rbi} +2321 -1752
- data/sorbet/rbi/gems/{rspec-expectations.rbi → rspec-expectations@3.9.4.rbi} +1119 -677
- data/sorbet/rbi/gems/{rspec-mocks.rbi → rspec-mocks@3.9.1.rbi} +1327 -933
- data/sorbet/rbi/gems/rspec-support@3.9.4.rbi +511 -0
- data/sorbet/rbi/gems/rspec@3.9.0.rbi +38 -0
- data/sorbet/rbi/gems/rubocop-ast@1.4.1.rbi +1881 -0
- data/sorbet/rbi/gems/rubocop@0.93.1.rbi +11497 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +405 -0
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +89 -0
- data/sorbet/rbi/gems/simplecov@0.21.2.rbi +577 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi +8 -0
- data/sorbet/rbi/gems/spoom@1.1.15.rbi +1549 -0
- data/sorbet/rbi/gems/tapioca@0.7.3.rbi +1718 -0
- data/sorbet/rbi/gems/thor@1.2.1.rbi +844 -0
- data/sorbet/rbi/gems/unicode-display_width@1.7.0.rbi +22 -0
- data/sorbet/rbi/gems/unparser@0.6.2.rbi +8 -0
- data/sorbet/rbi/gems/{vcr.rbi → vcr@5.0.0.rbi} +528 -401
- data/sorbet/rbi/gems/webmock@3.12.2.rbi +662 -0
- data/sorbet/rbi/gems/yard-sorbet@0.8.0.rbi +268 -0
- data/sorbet/rbi/gems/yard@0.9.26.rbi +4048 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +4 -0
- data/workos.gemspec +1 -1
- metadata +61 -50
- data/sorbet/rbi/gems/addressable.rbi +0 -199
- data/sorbet/rbi/gems/codecov.rbi +0 -37
- data/sorbet/rbi/gems/crack.rbi +0 -62
- data/sorbet/rbi/gems/docile.rbi +0 -36
- data/sorbet/rbi/gems/hashdiff.rbi +0 -66
- data/sorbet/rbi/gems/parallel.rbi +0 -83
- data/sorbet/rbi/gems/parser.rbi +0 -1429
- data/sorbet/rbi/gems/public_suffix.rbi +0 -104
- data/sorbet/rbi/gems/regexp_parser.rbi +0 -926
- data/sorbet/rbi/gems/rspec-support.rbi +0 -280
- data/sorbet/rbi/gems/rspec.rbi +0 -15
- data/sorbet/rbi/gems/rubocop-ast.rbi +0 -1355
- data/sorbet/rbi/gems/rubocop.rbi +0 -7253
- data/sorbet/rbi/gems/ruby-progressbar.rbi +0 -304
- data/sorbet/rbi/gems/simplecov-html.rbi +0 -35
- data/sorbet/rbi/gems/simplecov.rbi +0 -406
- data/sorbet/rbi/gems/unicode-display_width.rbi +0 -17
- data/sorbet/rbi/gems/webmock.rbi +0 -556
- data/sorbet/rbi/gems/yard.rbi +0 -1165
- data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +0 -276
- data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +0 -645
- data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +0 -1891
- data/sorbet/rbi/sorbet-typed/lib/rubocop/~>0.85/rubocop.rbi +0 -2072
- data/sorbet/rbi/sorbet-typed/lib/yard/all/yard.rbi +0 -1214
- data/sorbet/rbi/todo.rbi +0 -5
data/sorbet/rbi/gems/webmock.rbi
DELETED
@@ -1,556 +0,0 @@
|
|
1
|
-
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
-
# srb rbi gems
|
3
|
-
|
4
|
-
# typed: true
|
5
|
-
#
|
6
|
-
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
-
#
|
8
|
-
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/webmock/all/webmock.rbi
|
9
|
-
#
|
10
|
-
# webmock-3.12.2
|
11
|
-
|
12
|
-
module WebMock
|
13
|
-
def after_request(*args, &block); end
|
14
|
-
def allow_net_connect!(*args, &block); end
|
15
|
-
def disable_net_connect!(*args, &block); end
|
16
|
-
def net_connect_allowed?(*args, &block); end
|
17
|
-
def registered_request?(*args, &block); end
|
18
|
-
def reset_callbacks(*args, &block); end
|
19
|
-
def reset_webmock(*args, &block); end
|
20
|
-
def self.after_request(options = nil, &block); end
|
21
|
-
def self.allow_net_connect!(options = nil); end
|
22
|
-
def self.disable!(options = nil); end
|
23
|
-
def self.disable_net_connect!(options = nil); end
|
24
|
-
def self.disallow_net_connect!(options = nil); end
|
25
|
-
def self.enable!; end
|
26
|
-
def self.enable_net_connect!(options = nil); end
|
27
|
-
def self.globally_stub_request(order = nil, &block); end
|
28
|
-
def self.hide_body_diff!; end
|
29
|
-
def self.hide_stubbing_instructions!; end
|
30
|
-
def self.included(clazz); end
|
31
|
-
def self.net_connect_allowed?(*args); end
|
32
|
-
def self.net_connect_explicit_allowed?(allowed, uri = nil); end
|
33
|
-
def self.print_executed_requests; end
|
34
|
-
def self.registered_request?(request_signature); end
|
35
|
-
def self.request(method, uri); end
|
36
|
-
def self.reset!; end
|
37
|
-
def self.reset_callbacks; end
|
38
|
-
def self.reset_webmock; end
|
39
|
-
def self.show_body_diff!; end
|
40
|
-
def self.show_body_diff?; end
|
41
|
-
def self.show_stubbing_instructions!; end
|
42
|
-
def self.show_stubbing_instructions?; end
|
43
|
-
def self.version; end
|
44
|
-
extend WebMock::API
|
45
|
-
include WebMock::API
|
46
|
-
end
|
47
|
-
class WebMock::Deprecation
|
48
|
-
def self.warning(message); end
|
49
|
-
end
|
50
|
-
class WebMock::NetConnectNotAllowedError < Exception
|
51
|
-
def initialize(request_signature); end
|
52
|
-
end
|
53
|
-
module WebMock::Util
|
54
|
-
end
|
55
|
-
class WebMock::Util::QueryMapper
|
56
|
-
def self.collect_query_hash(query_array, empty_accumulator, options); end
|
57
|
-
def self.collect_query_parts(query); end
|
58
|
-
def self.dehash(hash); end
|
59
|
-
def self.fill_accumulator_for_dot(accumulator, key, value); end
|
60
|
-
def self.fill_accumulator_for_flat(accumulator, key, value); end
|
61
|
-
def self.fill_accumulator_for_flat_array(accumulator, key, value); end
|
62
|
-
def self.fill_accumulator_for_subscript(accumulator, key, value); end
|
63
|
-
def self.normalize_query_hash(query_hash, empty_accumulator, options); end
|
64
|
-
def self.query_to_values(query, options = nil); end
|
65
|
-
def self.to_query(parent, value, options = nil); end
|
66
|
-
def self.values_to_query(new_query_values, options = nil); end
|
67
|
-
end
|
68
|
-
class WebMock::Util::URI
|
69
|
-
def self.encode_unsafe_chars_in_userinfo(userinfo); end
|
70
|
-
def self.heuristic_parse(uri); end
|
71
|
-
def self.is_uri_localhost?(uri); end
|
72
|
-
def self.normalize_uri(uri); end
|
73
|
-
def self.sort_query_values(query_values); end
|
74
|
-
def self.strip_default_port_from_uri_string(uri_string); end
|
75
|
-
def self.uris_encoded_and_unencoded(uris); end
|
76
|
-
def self.uris_with_inferred_port_and_without(uris); end
|
77
|
-
def self.uris_with_scheme_and_without(uris); end
|
78
|
-
def self.uris_with_trailing_slash_and_without(uris); end
|
79
|
-
def self.variations_of_uri_as_strings(uri_object, only_with_scheme: nil); end
|
80
|
-
end
|
81
|
-
module WebMock::Util::URI::CharacterClasses
|
82
|
-
end
|
83
|
-
class WebMock::Util::Headers
|
84
|
-
def self.basic_auth_header(*credentials); end
|
85
|
-
def self.decode_userinfo_from_header(header); end
|
86
|
-
def self.normalize_headers(headers); end
|
87
|
-
def self.pp_headers_string(headers); end
|
88
|
-
def self.sorted_headers_string(headers); end
|
89
|
-
end
|
90
|
-
class WebMock::Util::HashCounter
|
91
|
-
def each(&block); end
|
92
|
-
def get(key); end
|
93
|
-
def hash; end
|
94
|
-
def hash=(arg0); end
|
95
|
-
def initialize; end
|
96
|
-
def put(key, num = nil); end
|
97
|
-
def select(&block); end
|
98
|
-
end
|
99
|
-
class WebMock::Util::HashKeysStringifier
|
100
|
-
def self.stringify_keys!(arg, options = nil); end
|
101
|
-
end
|
102
|
-
class WebMock::Util::ValuesStringifier
|
103
|
-
def self.stringify_values(value); end
|
104
|
-
end
|
105
|
-
class WebMock::Util::JSON
|
106
|
-
def self.convert_json_to_yaml(json); end
|
107
|
-
def self.parse(json); end
|
108
|
-
def self.unescape(str); end
|
109
|
-
end
|
110
|
-
class WebMock::Util::JSON::ParseError < StandardError
|
111
|
-
end
|
112
|
-
class WebMock::VersionChecker
|
113
|
-
def check_version!; end
|
114
|
-
def colorize(text, color_code); end
|
115
|
-
def compare_version; end
|
116
|
-
def initialize(library_name, library_version, min_patch_level, max_minor_version = nil, unsupported_versions = nil); end
|
117
|
-
def parse_version(version); end
|
118
|
-
def too_high?; end
|
119
|
-
def too_low?; end
|
120
|
-
def unsupported_version?; end
|
121
|
-
def version_requirement; end
|
122
|
-
def warn_about_too_high; end
|
123
|
-
def warn_about_too_low; end
|
124
|
-
def warn_about_unsupported_version; end
|
125
|
-
def warn_in_red(text); end
|
126
|
-
end
|
127
|
-
class WebMock::HashValidator
|
128
|
-
def initialize(hash); end
|
129
|
-
def validate_keys(*valid_keys); end
|
130
|
-
end
|
131
|
-
module WebMock::Matchers
|
132
|
-
def have_been_made; end
|
133
|
-
def have_been_requested; end
|
134
|
-
def have_not_been_made; end
|
135
|
-
def have_not_requested(method, uri); end
|
136
|
-
def have_requested(method, uri); end
|
137
|
-
end
|
138
|
-
class WebMock::Matchers::HashArgumentMatcher
|
139
|
-
def ==(_actual, &block); end
|
140
|
-
def initialize(expected); end
|
141
|
-
def self.from_rspec_matcher(matcher); end
|
142
|
-
end
|
143
|
-
class WebMock::Matchers::HashExcludingMatcher < WebMock::Matchers::HashArgumentMatcher
|
144
|
-
def ==(actual); end
|
145
|
-
def inspect; end
|
146
|
-
end
|
147
|
-
class WebMock::Matchers::HashIncludingMatcher < WebMock::Matchers::HashArgumentMatcher
|
148
|
-
def ==(actual); end
|
149
|
-
def inspect; end
|
150
|
-
end
|
151
|
-
class WebMock::Matchers::AnyArgMatcher
|
152
|
-
def ==(other); end
|
153
|
-
def initialize(ignore); end
|
154
|
-
end
|
155
|
-
module WebMock::RSpecMatcherDetector
|
156
|
-
def rSpecHashExcludingMatcher?(matcher); end
|
157
|
-
def rSpecHashIncludingMatcher?(matcher); end
|
158
|
-
end
|
159
|
-
class WebMock::RequestPattern
|
160
|
-
def assign_options(options); end
|
161
|
-
def body_pattern; end
|
162
|
-
def create_uri_pattern(uri); end
|
163
|
-
def headers_pattern; end
|
164
|
-
def initialize(method, uri, options = nil); end
|
165
|
-
def matches?(request_signature); end
|
166
|
-
def method_pattern; end
|
167
|
-
def set_basic_auth_as_headers!(options); end
|
168
|
-
def to_s; end
|
169
|
-
def uri_pattern; end
|
170
|
-
def validate_basic_auth!(basic_auth); end
|
171
|
-
def with(options = nil, &block); end
|
172
|
-
end
|
173
|
-
class WebMock::MethodPattern
|
174
|
-
def initialize(pattern); end
|
175
|
-
def matches?(method); end
|
176
|
-
def to_s; end
|
177
|
-
end
|
178
|
-
class WebMock::URIPattern
|
179
|
-
def add_query_params(query_params); end
|
180
|
-
def initialize(pattern); end
|
181
|
-
def matches?(uri); end
|
182
|
-
def pattern_inspect; end
|
183
|
-
def query_params_matches?(uri); end
|
184
|
-
def to_s; end
|
185
|
-
include WebMock::RSpecMatcherDetector
|
186
|
-
end
|
187
|
-
class WebMock::URICallablePattern < WebMock::URIPattern
|
188
|
-
def pattern_matches?(uri); end
|
189
|
-
end
|
190
|
-
class WebMock::URIRegexpPattern < WebMock::URIPattern
|
191
|
-
def pattern_matches?(uri); end
|
192
|
-
end
|
193
|
-
class WebMock::URIAddressablePattern < WebMock::URIPattern
|
194
|
-
def add_query_params(query_params); end
|
195
|
-
def matches_with_variations?(uri); end
|
196
|
-
def pattern_inspect; end
|
197
|
-
def pattern_matches?(uri); end
|
198
|
-
def template_matches_uri?(template, uri); end
|
199
|
-
end
|
200
|
-
class WebMock::URIStringPattern < WebMock::URIPattern
|
201
|
-
def add_query_params(query_params); end
|
202
|
-
def pattern_inspect; end
|
203
|
-
def pattern_matches?(uri); end
|
204
|
-
end
|
205
|
-
class WebMock::BodyPattern
|
206
|
-
def assert_non_multipart_body(content_type); end
|
207
|
-
def body_as_hash(body, content_type); end
|
208
|
-
def body_format(content_type); end
|
209
|
-
def empty_string?(string); end
|
210
|
-
def initialize(pattern); end
|
211
|
-
def matches?(body, content_type = nil); end
|
212
|
-
def matching_body_hashes?(query_parameters, pattern, content_type); end
|
213
|
-
def normalize_hash(hash); end
|
214
|
-
def pattern; end
|
215
|
-
def to_s; end
|
216
|
-
def url_encoded_body?(content_type); end
|
217
|
-
include WebMock::RSpecMatcherDetector
|
218
|
-
end
|
219
|
-
class WebMock::HeadersPattern
|
220
|
-
def empty_headers?(headers); end
|
221
|
-
def initialize(pattern); end
|
222
|
-
def matches?(headers); end
|
223
|
-
def pp_to_s; end
|
224
|
-
def to_s; end
|
225
|
-
end
|
226
|
-
class WebMock::RequestSignature
|
227
|
-
def ==(other); end
|
228
|
-
def assign_options(options); end
|
229
|
-
def body; end
|
230
|
-
def body=(arg0); end
|
231
|
-
def eql?(other); end
|
232
|
-
def hash; end
|
233
|
-
def headers; end
|
234
|
-
def headers=(headers); end
|
235
|
-
def initialize(method, uri, options = nil); end
|
236
|
-
def json_headers?; end
|
237
|
-
def method; end
|
238
|
-
def method=(arg0); end
|
239
|
-
def to_s; end
|
240
|
-
def uri; end
|
241
|
-
def uri=(arg0); end
|
242
|
-
def url_encoded?; end
|
243
|
-
end
|
244
|
-
class WebMock::ResponsesSequence
|
245
|
-
def end?; end
|
246
|
-
def increase_position; end
|
247
|
-
def initialize(responses); end
|
248
|
-
def next_response; end
|
249
|
-
def times_to_repeat; end
|
250
|
-
def times_to_repeat=(arg0); end
|
251
|
-
end
|
252
|
-
class WebMock::RequestStub
|
253
|
-
def and_raise(*exceptions); end
|
254
|
-
def and_return(*response_hashes, &block); end
|
255
|
-
def and_timeout; end
|
256
|
-
def has_responses?; end
|
257
|
-
def initialize(method, uri); end
|
258
|
-
def matches?(request_signature); end
|
259
|
-
def request_pattern; end
|
260
|
-
def request_pattern=(arg0); end
|
261
|
-
def response; end
|
262
|
-
def self.from_request_signature(signature); end
|
263
|
-
def then; end
|
264
|
-
def times(number); end
|
265
|
-
def to_rack(app, options = nil); end
|
266
|
-
def to_raise(*exceptions); end
|
267
|
-
def to_return(*response_hashes, &block); end
|
268
|
-
def to_s; end
|
269
|
-
def to_timeout; end
|
270
|
-
def with(params = nil, &block); end
|
271
|
-
end
|
272
|
-
class WebMock::ResponseFactory
|
273
|
-
def self.response_for(options); end
|
274
|
-
end
|
275
|
-
class WebMock::Response
|
276
|
-
def ==(other); end
|
277
|
-
def assert_valid_body!; end
|
278
|
-
def body; end
|
279
|
-
def body=(body); end
|
280
|
-
def evaluate(request_signature); end
|
281
|
-
def exception; end
|
282
|
-
def exception=(exception); end
|
283
|
-
def headers; end
|
284
|
-
def headers=(headers); end
|
285
|
-
def initialize(options = nil); end
|
286
|
-
def options=(options); end
|
287
|
-
def raise_error_if_any; end
|
288
|
-
def read_raw_response(raw_response); end
|
289
|
-
def should_timeout; end
|
290
|
-
def status; end
|
291
|
-
def status=(status); end
|
292
|
-
def stringify_body!; end
|
293
|
-
end
|
294
|
-
class WebMock::Response::InvalidBody < StandardError
|
295
|
-
end
|
296
|
-
class WebMock::DynamicResponse < WebMock::Response
|
297
|
-
def evaluate(request_signature); end
|
298
|
-
def initialize(responder); end
|
299
|
-
def responder; end
|
300
|
-
def responder=(arg0); end
|
301
|
-
end
|
302
|
-
class WebMock::RackResponse < WebMock::Response
|
303
|
-
def body_from_rack_response(response); end
|
304
|
-
def build_rack_env(request); end
|
305
|
-
def evaluate(request); end
|
306
|
-
def initialize(app); end
|
307
|
-
def session; end
|
308
|
-
def session_options; end
|
309
|
-
end
|
310
|
-
class WebMock::StubRequestSnippet
|
311
|
-
def body_pattern; end
|
312
|
-
def initialize(request_stub); end
|
313
|
-
def to_s(with_response = nil); end
|
314
|
-
end
|
315
|
-
class WebMock::RequestSignatureSnippet
|
316
|
-
def add_body_diff(stub, text); end
|
317
|
-
def initialize(request_signature); end
|
318
|
-
def pretty_print_to_string(string_to_print); end
|
319
|
-
def request_params; end
|
320
|
-
def request_signature; end
|
321
|
-
def request_stub; end
|
322
|
-
def request_stubs; end
|
323
|
-
def signature_stub_body_diff(stub); end
|
324
|
-
def stubbing_instructions; end
|
325
|
-
end
|
326
|
-
class WebMock::RequestBodyDiff
|
327
|
-
def body_diff; end
|
328
|
-
def initialize(request_signature, request_stub); end
|
329
|
-
def parseable_json?(body_pattern); end
|
330
|
-
def request_signature; end
|
331
|
-
def request_signature_body_hash; end
|
332
|
-
def request_signature_diffable?; end
|
333
|
-
def request_signature_parseable_json?; end
|
334
|
-
def request_stub; end
|
335
|
-
def request_stub_body; end
|
336
|
-
def request_stub_body_hash; end
|
337
|
-
def request_stub_diffable?; end
|
338
|
-
def request_stub_parseable_json?; end
|
339
|
-
end
|
340
|
-
class WebMock::AssertionFailure
|
341
|
-
def self.error_class; end
|
342
|
-
def self.error_class=(arg0); end
|
343
|
-
def self.failure(message); end
|
344
|
-
end
|
345
|
-
class WebMock::RequestExecutionVerifier
|
346
|
-
def at_least_times_executed; end
|
347
|
-
def at_least_times_executed=(arg0); end
|
348
|
-
def at_most_times_executed; end
|
349
|
-
def at_most_times_executed=(arg0); end
|
350
|
-
def description; end
|
351
|
-
def does_not_match?; end
|
352
|
-
def expected_times_executed; end
|
353
|
-
def expected_times_executed=(arg0); end
|
354
|
-
def failure_message; end
|
355
|
-
def failure_message_phrase(is_negated = nil); end
|
356
|
-
def failure_message_when_negated; end
|
357
|
-
def initialize(request_pattern = nil, expected_times_executed = nil, at_least_times_executed = nil, at_most_times_executed = nil); end
|
358
|
-
def matches?; end
|
359
|
-
def quantity_phrase(is_negated = nil); end
|
360
|
-
def request_pattern; end
|
361
|
-
def request_pattern=(arg0); end
|
362
|
-
def self.executed_requests_message; end
|
363
|
-
def times(times); end
|
364
|
-
def times_executed; end
|
365
|
-
def times_executed=(arg0); end
|
366
|
-
end
|
367
|
-
class WebMock::Config
|
368
|
-
def allow; end
|
369
|
-
def allow=(arg0); end
|
370
|
-
def allow_localhost; end
|
371
|
-
def allow_localhost=(arg0); end
|
372
|
-
def allow_net_connect; end
|
373
|
-
def allow_net_connect=(arg0); end
|
374
|
-
def initialize; end
|
375
|
-
def net_http_connect_on_start; end
|
376
|
-
def net_http_connect_on_start=(arg0); end
|
377
|
-
def query_values_notation; end
|
378
|
-
def query_values_notation=(arg0); end
|
379
|
-
def self.allocate; end
|
380
|
-
def self.new(*arg0); end
|
381
|
-
def show_body_diff; end
|
382
|
-
def show_body_diff=(arg0); end
|
383
|
-
def show_stubbing_instructions; end
|
384
|
-
def show_stubbing_instructions=(arg0); end
|
385
|
-
extend Singleton::SingletonClassMethods
|
386
|
-
include Singleton
|
387
|
-
end
|
388
|
-
class WebMock::CallbackRegistry
|
389
|
-
def self.add_callback(options, block); end
|
390
|
-
def self.any_callbacks?; end
|
391
|
-
def self.callbacks; end
|
392
|
-
def self.invoke_callbacks(options, request_signature, response); end
|
393
|
-
def self.reset; end
|
394
|
-
end
|
395
|
-
class WebMock::RequestRegistry
|
396
|
-
def initialize; end
|
397
|
-
def requested_signatures; end
|
398
|
-
def requested_signatures=(arg0); end
|
399
|
-
def reset!; end
|
400
|
-
def self.allocate; end
|
401
|
-
def self.new(*arg0); end
|
402
|
-
def times_executed(request_pattern); end
|
403
|
-
def to_s; end
|
404
|
-
extend Singleton::SingletonClassMethods
|
405
|
-
include Singleton
|
406
|
-
end
|
407
|
-
class WebMock::StubRegistry
|
408
|
-
def evaluate_response_for_request(response, request_signature); end
|
409
|
-
def global_stubs; end
|
410
|
-
def initialize; end
|
411
|
-
def register_global_stub(order = nil, &block); end
|
412
|
-
def register_request_stub(stub); end
|
413
|
-
def registered_request?(request_signature); end
|
414
|
-
def remove_request_stub(stub); end
|
415
|
-
def request_stub_for(request_signature); end
|
416
|
-
def request_stubs; end
|
417
|
-
def request_stubs=(arg0); end
|
418
|
-
def reset!; end
|
419
|
-
def response_for_request(request_signature); end
|
420
|
-
def self.allocate; end
|
421
|
-
def self.new(*arg0); end
|
422
|
-
extend Singleton::SingletonClassMethods
|
423
|
-
include Singleton
|
424
|
-
end
|
425
|
-
module WebMock::API
|
426
|
-
def a_request(method, uri); end
|
427
|
-
def anythingize_lonely_keys(*args); end
|
428
|
-
def assert_not_requested(*args, &block); end
|
429
|
-
def assert_request_not_requested(request, options = nil); end
|
430
|
-
def assert_request_requested(request, options = nil); end
|
431
|
-
def assert_requested(*args, &block); end
|
432
|
-
def convert_uri_method_and_options_to_request_and_options(method, uri, options, &block); end
|
433
|
-
def hash_excluding(*args); end
|
434
|
-
def hash_including(*args); end
|
435
|
-
def refute_requested(*args, &block); end
|
436
|
-
def remove_request_stub(stub); end
|
437
|
-
def reset_executed_requests!; end
|
438
|
-
def self.request(method, uri); end
|
439
|
-
def stub_http_request(method, uri); end
|
440
|
-
def stub_request(*args); end
|
441
|
-
extend WebMock::API
|
442
|
-
end
|
443
|
-
class WebMock::HttpLibAdapterRegistry
|
444
|
-
def each_adapter(&block); end
|
445
|
-
def http_lib_adapters; end
|
446
|
-
def http_lib_adapters=(arg0); end
|
447
|
-
def initialize; end
|
448
|
-
def register(lib, adapter); end
|
449
|
-
def self.allocate; end
|
450
|
-
def self.new(*arg0); end
|
451
|
-
extend Singleton::SingletonClassMethods
|
452
|
-
include Singleton
|
453
|
-
end
|
454
|
-
class WebMock::HttpLibAdapter
|
455
|
-
def self.adapter_for(lib); end
|
456
|
-
end
|
457
|
-
module Net
|
458
|
-
end
|
459
|
-
module Net::WebMockHTTPResponse
|
460
|
-
def read_body(dest = nil, &block); end
|
461
|
-
end
|
462
|
-
module WebMock::HttpLibAdapters
|
463
|
-
end
|
464
|
-
class WebMock::HttpLibAdapters::NetHttpAdapter < WebMock::HttpLibAdapter
|
465
|
-
def self.disable!; end
|
466
|
-
def self.enable!; end
|
467
|
-
end
|
468
|
-
class PatchedStringIO < StringIO
|
469
|
-
def orig_read_nonblock(*arg0); end
|
470
|
-
def read_nonblock(size, *args, **kwargs); end
|
471
|
-
end
|
472
|
-
class StubSocket
|
473
|
-
def close; end
|
474
|
-
def closed?; end
|
475
|
-
def continue_timeout; end
|
476
|
-
def continue_timeout=(arg0); end
|
477
|
-
def initialize(*args); end
|
478
|
-
def io; end
|
479
|
-
def read_timeout; end
|
480
|
-
def read_timeout=(arg0); end
|
481
|
-
def readuntil(*args); end
|
482
|
-
def write_timeout; end
|
483
|
-
def write_timeout=(arg0); end
|
484
|
-
end
|
485
|
-
class StubSocket::StubIO
|
486
|
-
def setsockopt(*args); end
|
487
|
-
end
|
488
|
-
class Net::WebMockNetBufferedIO < Net::BufferedIO
|
489
|
-
def initialize(io, *args, **kwargs); end
|
490
|
-
def rbuf_fill; end
|
491
|
-
end
|
492
|
-
module WebMock::NetHTTPUtility
|
493
|
-
def self.check_right_http_connection; end
|
494
|
-
def self.get_uri(net_http, path); end
|
495
|
-
def self.puts_warning_for_right_http_if_needed; end
|
496
|
-
def self.request_signature_from_request(net_http, request, body = nil); end
|
497
|
-
def self.validate_headers(headers); end
|
498
|
-
end
|
499
|
-
class WebMock::RequestPatternMatcher
|
500
|
-
def at_least_once; end
|
501
|
-
def at_least_times(times); end
|
502
|
-
def at_least_twice; end
|
503
|
-
def at_most_once; end
|
504
|
-
def at_most_times(times); end
|
505
|
-
def at_most_twice; end
|
506
|
-
def description; end
|
507
|
-
def does_not_match?(request_pattern); end
|
508
|
-
def failure_message; end
|
509
|
-
def failure_message_when_negated; end
|
510
|
-
def initialize; end
|
511
|
-
def matches?(request_pattern); end
|
512
|
-
def negative_failure_message; end
|
513
|
-
def once; end
|
514
|
-
def times(times); end
|
515
|
-
def twice; end
|
516
|
-
end
|
517
|
-
class WebMock::WebMockMatcher
|
518
|
-
def at_least_once; end
|
519
|
-
def at_least_times(times); end
|
520
|
-
def at_least_twice; end
|
521
|
-
def description; end
|
522
|
-
def does_not_match?(webmock); end
|
523
|
-
def failure_message; end
|
524
|
-
def failure_message_when_negated; end
|
525
|
-
def initialize(method, uri); end
|
526
|
-
def matches?(webmock); end
|
527
|
-
def negative_failure_message; end
|
528
|
-
def once; end
|
529
|
-
def times(times); end
|
530
|
-
def twice; end
|
531
|
-
def with(options = nil, &block); end
|
532
|
-
end
|
533
|
-
class RSpec::ExampleGroups::WorkOSAuditTrail < RSpec::Core::ExampleGroup
|
534
|
-
include WebMock::API
|
535
|
-
include WebMock::Matchers
|
536
|
-
end
|
537
|
-
class RSpec::ExampleGroups::WorkOSBase < RSpec::Core::ExampleGroup
|
538
|
-
include WebMock::API
|
539
|
-
include WebMock::Matchers
|
540
|
-
end
|
541
|
-
class RSpec::ExampleGroups::WorkOSDirectorySync < RSpec::Core::ExampleGroup
|
542
|
-
include WebMock::API
|
543
|
-
include WebMock::Matchers
|
544
|
-
end
|
545
|
-
class RSpec::ExampleGroups::WorkOSPasswordless < RSpec::Core::ExampleGroup
|
546
|
-
include WebMock::API
|
547
|
-
include WebMock::Matchers
|
548
|
-
end
|
549
|
-
class RSpec::ExampleGroups::WorkOSPortal < RSpec::Core::ExampleGroup
|
550
|
-
include WebMock::API
|
551
|
-
include WebMock::Matchers
|
552
|
-
end
|
553
|
-
class RSpec::ExampleGroups::WorkOSSSO < RSpec::Core::ExampleGroup
|
554
|
-
include WebMock::API
|
555
|
-
include WebMock::Matchers
|
556
|
-
end
|