privat_bank_business_api 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/.devcontainer/Dockerfile +17 -0
  3. data/.devcontainer/devcontainer.json +33 -0
  4. data/.devcontainer/post-create.sh +8 -0
  5. data/.rspec +3 -0
  6. data/.rubocop.yml +9 -0
  7. data/.vscode/settings.json +6 -0
  8. data/CHANGELOG.md +12 -0
  9. data/CODE_OF_CONDUCT.md +132 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.md +123 -0
  12. data/Rakefile +12 -0
  13. data/lib/pb_api/base_transformer.rb +19 -0
  14. data/lib/pb_api/client.rb +41 -0
  15. data/lib/pb_api/models/balance.rb +79 -0
  16. data/lib/pb_api/models/base_struct.rb +30 -0
  17. data/lib/pb_api/models/transaction.rb +114 -0
  18. data/lib/pb_api/pagination_helper.rb +73 -0
  19. data/lib/pb_api/resource.rb +97 -0
  20. data/lib/pb_api/resources/balance_resource.rb +40 -0
  21. data/lib/pb_api/resources/transaction_resource.rb +105 -0
  22. data/lib/pb_api/transformers/balance_transformer.rb +35 -0
  23. data/lib/pb_api/transformers/transaction_transformer.rb +46 -0
  24. data/lib/pb_api/types.rb +8 -0
  25. data/lib/pb_api/version.rb +5 -0
  26. data/lib/pb_api.rb +34 -0
  27. data/sig/privat_bank_buisness_api.rbs +4 -0
  28. data/sorbet/config +4 -0
  29. data/sorbet/rbi/annotations/.gitattributes +1 -0
  30. data/sorbet/rbi/annotations/faraday.rbi +17 -0
  31. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  32. data/sorbet/rbi/gems/.gitattributes +1 -0
  33. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  34. data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
  35. data/sorbet/rbi/gems/bigdecimal@3.1.9.rbi +9 -0
  36. data/sorbet/rbi/gems/concurrent-ruby@1.3.5.rbi +9 -0
  37. data/sorbet/rbi/gems/date@3.4.1.rbi +75 -0
  38. data/sorbet/rbi/gems/diff-lcs@1.6.0.rbi +1134 -0
  39. data/sorbet/rbi/gems/dry-core@1.1.0.rbi +9 -0
  40. data/sorbet/rbi/gems/dry-inflector@1.2.0.rbi +9 -0
  41. data/sorbet/rbi/gems/dry-logic@1.6.0.rbi +9 -0
  42. data/sorbet/rbi/gems/dry-struct@1.7.1.rbi +925 -0
  43. data/sorbet/rbi/gems/dry-transformer@1.0.1.rbi +1512 -0
  44. data/sorbet/rbi/gems/dry-types@1.8.2.rbi +9 -0
  45. data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
  46. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +9 -0
  47. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +9 -0
  48. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +9 -0
  49. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +9 -0
  50. data/sorbet/rbi/gems/faraday-multipart@1.1.0.rbi +9 -0
  51. data/sorbet/rbi/gems/faraday-net_http@1.0.2.rbi +9 -0
  52. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +9 -0
  53. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +9 -0
  54. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +9 -0
  55. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +9 -0
  56. data/sorbet/rbi/gems/faraday@1.10.4.rbi +9 -0
  57. data/sorbet/rbi/gems/faraday_middleware@1.2.1.rbi +9 -0
  58. data/sorbet/rbi/gems/i18n@1.14.7.rbi +2208 -0
  59. data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +9 -0
  60. data/sorbet/rbi/gems/io-console@0.8.0.rbi +9 -0
  61. data/sorbet/rbi/gems/json@2.10.1.rbi +2120 -0
  62. data/sorbet/rbi/gems/language_server-protocol@3.17.0.4.rbi +9 -0
  63. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +86 -0
  64. data/sorbet/rbi/gems/logger@1.6.6.rbi +940 -0
  65. data/sorbet/rbi/gems/money@6.19.0.rbi +2260 -0
  66. data/sorbet/rbi/gems/multipart-post@2.4.1.rbi +9 -0
  67. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  68. data/sorbet/rbi/gems/parallel@1.26.3.rbi +291 -0
  69. data/sorbet/rbi/gems/parser@3.3.7.1.rbi +5525 -0
  70. data/sorbet/rbi/gems/pp@0.6.2.rbi +368 -0
  71. data/sorbet/rbi/gems/prettyprint@0.2.0.rbi +477 -0
  72. data/sorbet/rbi/gems/prism@1.3.0.rbi +41403 -0
  73. data/sorbet/rbi/gems/psych@5.2.3.rbi +2435 -0
  74. data/sorbet/rbi/gems/racc@1.8.1.rbi +164 -0
  75. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  76. data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
  77. data/sorbet/rbi/gems/rbi@0.2.4.rbi +4542 -0
  78. data/sorbet/rbi/gems/rdoc@6.12.0.rbi +12758 -0
  79. data/sorbet/rbi/gems/regexp_parser@2.10.0.rbi +3795 -0
  80. data/sorbet/rbi/gems/reline@0.6.0.rbi +2451 -0
  81. data/sorbet/rbi/gems/rspec-core@3.13.3.rbi +10986 -0
  82. data/sorbet/rbi/gems/rspec-expectations@3.13.3.rbi +8183 -0
  83. data/sorbet/rbi/gems/rspec-mocks@3.13.2.rbi +5341 -0
  84. data/sorbet/rbi/gems/rspec-support@3.13.2.rbi +1630 -0
  85. data/sorbet/rbi/gems/rspec@3.13.0.rbi +83 -0
  86. data/sorbet/rbi/gems/rubocop-ast@1.38.0.rbi +7654 -0
  87. data/sorbet/rbi/gems/rubocop@1.72.2.rbi +61026 -0
  88. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  89. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
  90. data/sorbet/rbi/gems/spoom@1.5.4.rbi +5026 -0
  91. data/sorbet/rbi/gems/stringio@3.1.5.rbi +9 -0
  92. data/sorbet/rbi/gems/tapioca@0.16.11.rbi +3656 -0
  93. data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
  94. data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +132 -0
  95. data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +251 -0
  96. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
  97. data/sorbet/rbi/gems/yard@0.9.37.rbi +18379 -0
  98. data/sorbet/rbi/gems/zeitwerk@2.7.2.rbi +9 -0
  99. data/sorbet/rbi/todo.rbi +17 -0
  100. data/sorbet/tapioca/config.yml +13 -0
  101. data/sorbet/tapioca/require.rb +8 -0
  102. metadata +231 -0
@@ -0,0 +1,164 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `racc` gem.
5
+ # Please instead update this file by running `bin/tapioca gem racc`.
6
+
7
+
8
+ # source://racc//lib/racc/parser.rb#19
9
+ ParseError = Racc::ParseError
10
+
11
+ # source://racc//lib/racc/info.rb#17
12
+ Racc::Copyright = T.let(T.unsafe(nil), String)
13
+
14
+ class Racc::CparseParams; end
15
+
16
+ # source://racc//lib/racc/parser.rb#184
17
+ class Racc::Parser
18
+ # source://racc//lib/racc/parser.rb#279
19
+ def _racc_do_parse_rb(arg, in_debug); end
20
+
21
+ # source://racc//lib/racc/parser.rb#479
22
+ def _racc_do_reduce(arg, act); end
23
+
24
+ # common
25
+ #
26
+ # source://racc//lib/racc/parser.rb#382
27
+ def _racc_evalact(act, arg); end
28
+
29
+ # source://racc//lib/racc/parser.rb#232
30
+ def _racc_init_sysvars; end
31
+
32
+ # source://racc//lib/racc/parser.rb#220
33
+ def _racc_setup; end
34
+
35
+ # source://racc//lib/racc/parser.rb#329
36
+ def _racc_yyparse_rb(recv, mid, arg, c_debug); end
37
+
38
+ # source://racc//lib/racc/parser.rb#262
39
+ def do_parse; end
40
+
41
+ # The method to fetch next token.
42
+ # If you use #do_parse method, you must implement #next_token.
43
+ #
44
+ # The format of return value is [TOKEN_SYMBOL, VALUE].
45
+ # +token-symbol+ is represented by Ruby's symbol by default, e.g. :IDENT
46
+ # for 'IDENT'. ";" (String) for ';'.
47
+ #
48
+ # The final symbol (End of file) must be false.
49
+ #
50
+ # @raise [NotImplementedError]
51
+ #
52
+ # source://racc//lib/racc/parser.rb#275
53
+ def next_token; end
54
+
55
+ # This method is called when a parse error is found.
56
+ #
57
+ # ERROR_TOKEN_ID is an internal ID of token which caused error.
58
+ # You can get string representation of this ID by calling
59
+ # #token_to_str.
60
+ #
61
+ # ERROR_VALUE is a value of error token.
62
+ #
63
+ # value_stack is a stack of symbol values.
64
+ # DO NOT MODIFY this object.
65
+ #
66
+ # This method raises ParseError by default.
67
+ #
68
+ # If this method returns, parsers enter "error recovering mode".
69
+ #
70
+ # @raise [ParseError]
71
+ #
72
+ # source://racc//lib/racc/parser.rb#535
73
+ def on_error(t, val, vstack); end
74
+
75
+ # source://racc//lib/racc/parser.rb#584
76
+ def racc_accept; end
77
+
78
+ # source://racc//lib/racc/parser.rb#589
79
+ def racc_e_pop(state, tstack, vstack); end
80
+
81
+ # source://racc//lib/racc/parser.rb#596
82
+ def racc_next_state(curstate, state); end
83
+
84
+ # source://racc//lib/racc/parser.rb#602
85
+ def racc_print_stacks(t, v); end
86
+
87
+ # source://racc//lib/racc/parser.rb#611
88
+ def racc_print_states(s); end
89
+
90
+ # For debugging output
91
+ #
92
+ # source://racc//lib/racc/parser.rb#558
93
+ def racc_read_token(t, tok, val); end
94
+
95
+ # source://racc//lib/racc/parser.rb#571
96
+ def racc_reduce(toks, sim, tstack, vstack); end
97
+
98
+ # source://racc//lib/racc/parser.rb#565
99
+ def racc_shift(tok, tstack, vstack); end
100
+
101
+ # source://racc//lib/racc/parser.rb#618
102
+ def racc_token2str(tok); end
103
+
104
+ # Convert internal ID of token symbol to the string.
105
+ #
106
+ # source://racc//lib/racc/parser.rb#624
107
+ def token_to_str(t); end
108
+
109
+ # Exit parser.
110
+ # Return value is +Symbol_Value_Stack[0]+.
111
+ #
112
+ # source://racc//lib/racc/parser.rb#548
113
+ def yyaccept; end
114
+
115
+ # Leave error recovering mode.
116
+ #
117
+ # source://racc//lib/racc/parser.rb#553
118
+ def yyerrok; end
119
+
120
+ # Enter error recovering mode.
121
+ # This method does not call #on_error.
122
+ #
123
+ # source://racc//lib/racc/parser.rb#542
124
+ def yyerror; end
125
+
126
+ # source://racc//lib/racc/parser.rb#324
127
+ def yyparse(recv, mid); end
128
+
129
+ class << self
130
+ # source://racc//lib/racc/parser.rb#216
131
+ def racc_runtime_type; end
132
+ end
133
+ end
134
+
135
+ # source://racc//lib/racc/parser.rb#205
136
+ Racc::Parser::Racc_Main_Parsing_Routine = T.let(T.unsafe(nil), Symbol)
137
+
138
+ Racc::Parser::Racc_Runtime_Core_Id_C = T.let(T.unsafe(nil), String)
139
+
140
+ # source://racc//lib/racc/parser.rb#207
141
+ Racc::Parser::Racc_Runtime_Core_Version = T.let(T.unsafe(nil), String)
142
+
143
+ Racc::Parser::Racc_Runtime_Core_Version_C = T.let(T.unsafe(nil), String)
144
+
145
+ # source://racc//lib/racc/parser.rb#187
146
+ Racc::Parser::Racc_Runtime_Core_Version_R = T.let(T.unsafe(nil), String)
147
+
148
+ # source://racc//lib/racc/parser.rb#208
149
+ Racc::Parser::Racc_Runtime_Type = T.let(T.unsafe(nil), String)
150
+
151
+ # source://racc//lib/racc/parser.rb#186
152
+ Racc::Parser::Racc_Runtime_Version = T.let(T.unsafe(nil), String)
153
+
154
+ # source://racc//lib/racc/parser.rb#206
155
+ Racc::Parser::Racc_YY_Parse_Method = T.let(T.unsafe(nil), Symbol)
156
+
157
+ # source://racc//lib/racc/parser.rb#181
158
+ Racc::Racc_No_Extensions = T.let(T.unsafe(nil), FalseClass)
159
+
160
+ # source://racc//lib/racc/info.rb#15
161
+ Racc::VERSION = T.let(T.unsafe(nil), String)
162
+
163
+ # source://racc//lib/racc/info.rb#16
164
+ Racc::Version = T.let(T.unsafe(nil), String)
@@ -0,0 +1,403 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rainbow` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rainbow`.
6
+
7
+
8
+ class Object < ::BasicObject
9
+ include ::Kernel
10
+ include ::PP::ObjectMixin
11
+
12
+ private
13
+
14
+ # source://rainbow//lib/rainbow/global.rb#23
15
+ def Rainbow(string); end
16
+ end
17
+
18
+ # source://rainbow//lib/rainbow/string_utils.rb#3
19
+ module Rainbow
20
+ class << self
21
+ # source://rainbow//lib/rainbow/global.rb#10
22
+ def enabled; end
23
+
24
+ # source://rainbow//lib/rainbow/global.rb#14
25
+ def enabled=(value); end
26
+
27
+ # source://rainbow//lib/rainbow/global.rb#6
28
+ def global; end
29
+
30
+ # source://rainbow//lib/rainbow.rb#6
31
+ def new; end
32
+
33
+ # source://rainbow//lib/rainbow/global.rb#18
34
+ def uncolor(string); end
35
+ end
36
+ end
37
+
38
+ # source://rainbow//lib/rainbow/color.rb#4
39
+ class Rainbow::Color
40
+ # Returns the value of attribute ground.
41
+ #
42
+ # source://rainbow//lib/rainbow/color.rb#5
43
+ def ground; end
44
+
45
+ class << self
46
+ # source://rainbow//lib/rainbow/color.rb#7
47
+ def build(ground, values); end
48
+
49
+ # source://rainbow//lib/rainbow/color.rb#40
50
+ def parse_hex_color(hex); end
51
+ end
52
+ end
53
+
54
+ # source://rainbow//lib/rainbow/color.rb#54
55
+ class Rainbow::Color::Indexed < ::Rainbow::Color
56
+ # @return [Indexed] a new instance of Indexed
57
+ #
58
+ # source://rainbow//lib/rainbow/color.rb#57
59
+ def initialize(ground, num); end
60
+
61
+ # source://rainbow//lib/rainbow/color.rb#62
62
+ def codes; end
63
+
64
+ # Returns the value of attribute num.
65
+ #
66
+ # source://rainbow//lib/rainbow/color.rb#55
67
+ def num; end
68
+ end
69
+
70
+ # source://rainbow//lib/rainbow/color.rb#69
71
+ class Rainbow::Color::Named < ::Rainbow::Color::Indexed
72
+ # @return [Named] a new instance of Named
73
+ #
74
+ # source://rainbow//lib/rainbow/color.rb#90
75
+ def initialize(ground, name); end
76
+
77
+ class << self
78
+ # source://rainbow//lib/rainbow/color.rb#82
79
+ def color_names; end
80
+
81
+ # source://rainbow//lib/rainbow/color.rb#86
82
+ def valid_names; end
83
+ end
84
+ end
85
+
86
+ # source://rainbow//lib/rainbow/color.rb#70
87
+ Rainbow::Color::Named::NAMES = T.let(T.unsafe(nil), Hash)
88
+
89
+ # source://rainbow//lib/rainbow/color.rb#100
90
+ class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
91
+ # @return [RGB] a new instance of RGB
92
+ #
93
+ # source://rainbow//lib/rainbow/color.rb#107
94
+ def initialize(ground, *values); end
95
+
96
+ # Returns the value of attribute b.
97
+ #
98
+ # source://rainbow//lib/rainbow/color.rb#101
99
+ def b; end
100
+
101
+ # source://rainbow//lib/rainbow/color.rb#116
102
+ def codes; end
103
+
104
+ # Returns the value of attribute g.
105
+ #
106
+ # source://rainbow//lib/rainbow/color.rb#101
107
+ def g; end
108
+
109
+ # Returns the value of attribute r.
110
+ #
111
+ # source://rainbow//lib/rainbow/color.rb#101
112
+ def r; end
113
+
114
+ private
115
+
116
+ # source://rainbow//lib/rainbow/color.rb#122
117
+ def code_from_rgb; end
118
+
119
+ class << self
120
+ # source://rainbow//lib/rainbow/color.rb#103
121
+ def to_ansi_domain(value); end
122
+ end
123
+ end
124
+
125
+ # source://rainbow//lib/rainbow/color.rb#129
126
+ class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
127
+ include ::Rainbow::X11ColorNames
128
+
129
+ # @return [X11Named] a new instance of X11Named
130
+ #
131
+ # source://rainbow//lib/rainbow/color.rb#140
132
+ def initialize(ground, name); end
133
+
134
+ class << self
135
+ # source://rainbow//lib/rainbow/color.rb#132
136
+ def color_names; end
137
+
138
+ # source://rainbow//lib/rainbow/color.rb#136
139
+ def valid_names; end
140
+ end
141
+ end
142
+
143
+ # source://rainbow//lib/rainbow/null_presenter.rb#4
144
+ class Rainbow::NullPresenter < ::String
145
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
146
+ def background(*_values); end
147
+
148
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
149
+ def bg(*_values); end
150
+
151
+ # source://rainbow//lib/rainbow/null_presenter.rb#49
152
+ def black; end
153
+
154
+ # source://rainbow//lib/rainbow/null_presenter.rb#33
155
+ def blink; end
156
+
157
+ # source://rainbow//lib/rainbow/null_presenter.rb#65
158
+ def blue; end
159
+
160
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
161
+ def bold; end
162
+
163
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
164
+ def bright; end
165
+
166
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
167
+ def color(*_values); end
168
+
169
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
170
+ def cross_out; end
171
+
172
+ # source://rainbow//lib/rainbow/null_presenter.rb#73
173
+ def cyan; end
174
+
175
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
176
+ def dark; end
177
+
178
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
179
+ def faint; end
180
+
181
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
182
+ def fg(*_values); end
183
+
184
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
185
+ def foreground(*_values); end
186
+
187
+ # source://rainbow//lib/rainbow/null_presenter.rb#57
188
+ def green; end
189
+
190
+ # source://rainbow//lib/rainbow/null_presenter.rb#41
191
+ def hide; end
192
+
193
+ # source://rainbow//lib/rainbow/null_presenter.rb#37
194
+ def inverse; end
195
+
196
+ # source://rainbow//lib/rainbow/null_presenter.rb#25
197
+ def italic; end
198
+
199
+ # source://rainbow//lib/rainbow/null_presenter.rb#69
200
+ def magenta; end
201
+
202
+ # source://rainbow//lib/rainbow/null_presenter.rb#81
203
+ def method_missing(method_name, *args); end
204
+
205
+ # source://rainbow//lib/rainbow/null_presenter.rb#53
206
+ def red; end
207
+
208
+ # source://rainbow//lib/rainbow/null_presenter.rb#13
209
+ def reset; end
210
+
211
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
212
+ def strike; end
213
+
214
+ # source://rainbow//lib/rainbow/null_presenter.rb#29
215
+ def underline; end
216
+
217
+ # source://rainbow//lib/rainbow/null_presenter.rb#77
218
+ def white; end
219
+
220
+ # source://rainbow//lib/rainbow/null_presenter.rb#61
221
+ def yellow; end
222
+
223
+ private
224
+
225
+ # @return [Boolean]
226
+ #
227
+ # source://rainbow//lib/rainbow/null_presenter.rb#89
228
+ def respond_to_missing?(method_name, *args); end
229
+ end
230
+
231
+ # source://rainbow//lib/rainbow/presenter.rb#8
232
+ class Rainbow::Presenter < ::String
233
+ # Sets background color of this text.
234
+ #
235
+ # source://rainbow//lib/rainbow/presenter.rb#30
236
+ def background(*values); end
237
+
238
+ # Sets background color of this text.
239
+ #
240
+ # source://rainbow//lib/rainbow/presenter.rb#30
241
+ def bg(*values); end
242
+
243
+ # source://rainbow//lib/rainbow/presenter.rb#92
244
+ def black; end
245
+
246
+ # Turns on blinking attribute for this text (not well supported by terminal
247
+ # emulators).
248
+ #
249
+ # source://rainbow//lib/rainbow/presenter.rb#72
250
+ def blink; end
251
+
252
+ # source://rainbow//lib/rainbow/presenter.rb#108
253
+ def blue; end
254
+
255
+ # Turns on bright/bold for this text.
256
+ #
257
+ # source://rainbow//lib/rainbow/presenter.rb#45
258
+ def bold; end
259
+
260
+ # Turns on bright/bold for this text.
261
+ #
262
+ # source://rainbow//lib/rainbow/presenter.rb#45
263
+ def bright; end
264
+
265
+ # Sets color of this text.
266
+ #
267
+ # source://rainbow//lib/rainbow/presenter.rb#22
268
+ def color(*values); end
269
+
270
+ # source://rainbow//lib/rainbow/presenter.rb#86
271
+ def cross_out; end
272
+
273
+ # source://rainbow//lib/rainbow/presenter.rb#116
274
+ def cyan; end
275
+
276
+ # Turns on faint/dark for this text (not well supported by terminal
277
+ # emulators).
278
+ #
279
+ # source://rainbow//lib/rainbow/presenter.rb#53
280
+ def dark; end
281
+
282
+ # Turns on faint/dark for this text (not well supported by terminal
283
+ # emulators).
284
+ #
285
+ # source://rainbow//lib/rainbow/presenter.rb#53
286
+ def faint; end
287
+
288
+ # Sets color of this text.
289
+ #
290
+ # source://rainbow//lib/rainbow/presenter.rb#22
291
+ def fg(*values); end
292
+
293
+ # Sets color of this text.
294
+ #
295
+ # source://rainbow//lib/rainbow/presenter.rb#22
296
+ def foreground(*values); end
297
+
298
+ # source://rainbow//lib/rainbow/presenter.rb#100
299
+ def green; end
300
+
301
+ # Hides this text (set its color to the same as background).
302
+ #
303
+ # source://rainbow//lib/rainbow/presenter.rb#82
304
+ def hide; end
305
+
306
+ # Inverses current foreground/background colors.
307
+ #
308
+ # source://rainbow//lib/rainbow/presenter.rb#77
309
+ def inverse; end
310
+
311
+ # Turns on italic style for this text (not well supported by terminal
312
+ # emulators).
313
+ #
314
+ # source://rainbow//lib/rainbow/presenter.rb#61
315
+ def italic; end
316
+
317
+ # source://rainbow//lib/rainbow/presenter.rb#112
318
+ def magenta; end
319
+
320
+ # We take care of X11 color method call here.
321
+ # Such as #aqua, #ghostwhite.
322
+ #
323
+ # source://rainbow//lib/rainbow/presenter.rb#126
324
+ def method_missing(method_name, *args); end
325
+
326
+ # source://rainbow//lib/rainbow/presenter.rb#96
327
+ def red; end
328
+
329
+ # Resets terminal to default colors/backgrounds.
330
+ #
331
+ # It shouldn't be needed to use this method because all methods
332
+ # append terminal reset code to end of string.
333
+ #
334
+ # source://rainbow//lib/rainbow/presenter.rb#40
335
+ def reset; end
336
+
337
+ # source://rainbow//lib/rainbow/presenter.rb#86
338
+ def strike; end
339
+
340
+ # Turns on underline decoration for this text.
341
+ #
342
+ # source://rainbow//lib/rainbow/presenter.rb#66
343
+ def underline; end
344
+
345
+ # source://rainbow//lib/rainbow/presenter.rb#120
346
+ def white; end
347
+
348
+ # source://rainbow//lib/rainbow/presenter.rb#104
349
+ def yellow; end
350
+
351
+ private
352
+
353
+ # @return [Boolean]
354
+ #
355
+ # source://rainbow//lib/rainbow/presenter.rb#134
356
+ def respond_to_missing?(method_name, *args); end
357
+
358
+ # source://rainbow//lib/rainbow/presenter.rb#140
359
+ def wrap_with_sgr(codes); end
360
+ end
361
+
362
+ # source://rainbow//lib/rainbow/presenter.rb#9
363
+ Rainbow::Presenter::TERM_EFFECTS = T.let(T.unsafe(nil), Hash)
364
+
365
+ # source://rainbow//lib/rainbow/string_utils.rb#4
366
+ class Rainbow::StringUtils
367
+ class << self
368
+ # source://rainbow//lib/rainbow/string_utils.rb#17
369
+ def uncolor(string); end
370
+
371
+ # source://rainbow//lib/rainbow/string_utils.rb#5
372
+ def wrap_with_sgr(string, codes); end
373
+ end
374
+ end
375
+
376
+ # source://rainbow//lib/rainbow/wrapper.rb#7
377
+ class Rainbow::Wrapper
378
+ # @return [Wrapper] a new instance of Wrapper
379
+ #
380
+ # source://rainbow//lib/rainbow/wrapper.rb#10
381
+ def initialize(enabled = T.unsafe(nil)); end
382
+
383
+ # Returns the value of attribute enabled.
384
+ #
385
+ # source://rainbow//lib/rainbow/wrapper.rb#8
386
+ def enabled; end
387
+
388
+ # Sets the attribute enabled
389
+ #
390
+ # @param value the value to set the attribute enabled to.
391
+ #
392
+ # source://rainbow//lib/rainbow/wrapper.rb#8
393
+ def enabled=(_arg0); end
394
+
395
+ # source://rainbow//lib/rainbow/wrapper.rb#14
396
+ def wrap(string); end
397
+ end
398
+
399
+ # source://rainbow//lib/rainbow/x11_color_names.rb#4
400
+ module Rainbow::X11ColorNames; end
401
+
402
+ # source://rainbow//lib/rainbow/x11_color_names.rb#5
403
+ Rainbow::X11ColorNames::NAMES = T.let(T.unsafe(nil), Hash)