ftr_ruby 0.1.1 → 0.1.2

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.
data/doc/OpenAPI.html ADDED
@@ -0,0 +1,1103 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+
8
+ <title>class OpenAPI - RDoc Documentation</title>
9
+
10
+
11
+ <meta
12
+ name="keywords"
13
+ content="ruby,class,OpenAPI"
14
+ >
15
+
16
+ <meta
17
+ name="description"
18
+ content="Documentation for the OpenAPI class"
19
+ >
20
+
21
+
22
+
23
+
24
+
25
+ <!-- Open Graph / Facebook -->
26
+ <meta property="og:type" content="website">
27
+ <meta property="og:title" content="class OpenAPI - RDoc Documentation">
28
+
29
+
30
+
31
+ <meta
32
+ property="og:description"
33
+ content="Documentation for OpenAPI class - API reference and code examples"
34
+ >
35
+
36
+
37
+
38
+
39
+
40
+ <!-- Twitter -->
41
+ <meta name="twitter:card" content="summary">
42
+ <meta name="twitter:title" content="class OpenAPI - RDoc Documentation">
43
+
44
+
45
+
46
+ <meta
47
+ name="twitter:description"
48
+ content="Documentation for OpenAPI class - API reference and code examples"
49
+ >
50
+
51
+
52
+
53
+ <script type="text/javascript">
54
+ var rdoc_rel_prefix = "./";
55
+ var index_rel_prefix = "./";
56
+ </script>
57
+
58
+ <script
59
+ src="./js/theme-toggle.js?v=7.2.0"
60
+ ></script>
61
+
62
+ <script
63
+ src="./js/search_navigation.js?v=7.2.0"
64
+ defer
65
+ ></script>
66
+
67
+ <script
68
+ src="./js/search_data.js?v=7.2.0"
69
+ defer
70
+ ></script>
71
+
72
+ <script
73
+ src="./js/search_ranker.js?v=7.2.0"
74
+ defer
75
+ ></script>
76
+
77
+ <script
78
+ src="./js/search_controller.js?v=7.2.0"
79
+ defer
80
+ ></script>
81
+
82
+ <script
83
+ src="./js/c_highlighter.js?v=7.2.0"
84
+ defer
85
+ ></script>
86
+
87
+ <script
88
+ src="./js/bash_highlighter.js?v=7.2.0"
89
+ defer
90
+ ></script>
91
+
92
+ <script
93
+ src="./js/aliki.js?v=7.2.0"
94
+ defer
95
+ ></script>
96
+
97
+ <link
98
+ href="./css/rdoc.css?v=7.2.0"
99
+ rel="stylesheet"
100
+ >
101
+
102
+
103
+
104
+
105
+ <body role="document" class="class has-toc">
106
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
107
+ <!-- Chevron (right arrow) - used for expand/collapse -->
108
+ <symbol
109
+ id="icon-chevron"
110
+ viewBox="0 0 24 24"
111
+ fill="none"
112
+ stroke="currentColor"
113
+ stroke-width="2"
114
+ stroke-linecap="round"
115
+ stroke-linejoin="round"
116
+ >
117
+ <polyline points="9 18 15 12 9 6"></polyline>
118
+ </symbol>
119
+
120
+ <!-- File/Document - Pages section -->
121
+ <symbol
122
+ id="icon-file"
123
+ viewBox="0 0 24 24"
124
+ fill="none"
125
+ stroke="currentColor"
126
+ stroke-width="2"
127
+ stroke-linecap="round"
128
+ stroke-linejoin="round"
129
+ >
130
+ <path
131
+ d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"
132
+ ></path>
133
+
134
+ <polyline points="14 2 14 8 20 8"></polyline>
135
+ </symbol>
136
+
137
+ <!-- Layers/Stack - Classes and Modules section -->
138
+ <symbol
139
+ id="icon-layers"
140
+ viewBox="0 0 24 24"
141
+ fill="none"
142
+ stroke="currentColor"
143
+ stroke-width="2"
144
+ stroke-linecap="round"
145
+ stroke-linejoin="round"
146
+ >
147
+ <polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
148
+ <polyline points="2 17 12 22 22 17"></polyline>
149
+ <polyline points="2 12 12 17 22 12"></polyline>
150
+ </symbol>
151
+
152
+ <!-- Curly braces with C - Class Methods section -->
153
+ <symbol
154
+ id="icon-class-methods"
155
+ viewBox="0 0 24 24"
156
+ fill="none"
157
+ stroke="currentColor"
158
+ stroke-width="2"
159
+ stroke-linecap="round"
160
+ stroke-linejoin="round"
161
+ >
162
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
163
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
164
+
165
+ <text
166
+ x="12"
167
+ y="17"
168
+ text-anchor="middle"
169
+ font-size="13"
170
+ font-weight="bold"
171
+ fill="currentColor"
172
+ stroke="none"
173
+ >
174
+ C
175
+ </text>
176
+ </symbol>
177
+
178
+ <!-- Curly braces with I - Instance Methods section -->
179
+ <symbol
180
+ id="icon-instance-methods"
181
+ viewBox="0 0 24 24"
182
+ fill="none"
183
+ stroke="currentColor"
184
+ stroke-width="2"
185
+ stroke-linecap="round"
186
+ stroke-linejoin="round"
187
+ >
188
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
189
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
190
+
191
+ <text
192
+ x="12"
193
+ y="17"
194
+ text-anchor="middle"
195
+ font-size="13"
196
+ font-weight="bold"
197
+ fill="currentColor"
198
+ stroke="none"
199
+ >
200
+ I
201
+ </text>
202
+ </symbol>
203
+
204
+ <!-- Double chevrons up - Ancestors section -->
205
+ <symbol
206
+ id="icon-ancestors"
207
+ viewBox="0 0 24 24"
208
+ fill="none"
209
+ stroke="currentColor"
210
+ stroke-width="2"
211
+ stroke-linecap="round"
212
+ stroke-linejoin="round"
213
+ >
214
+ <polyline points="17 11 12 6 7 11"></polyline>
215
+ <polyline points="17 18 12 13 7 18"></polyline>
216
+ </symbol>
217
+
218
+ <!-- User with plus - Included Modules section -->
219
+ <symbol
220
+ id="icon-includes"
221
+ viewBox="0 0 24 24"
222
+ fill="none"
223
+ stroke="currentColor"
224
+ stroke-width="2"
225
+ stroke-linecap="round"
226
+ stroke-linejoin="round"
227
+ >
228
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
229
+ <circle cx="8.5" cy="7" r="4"></circle>
230
+
231
+ <line
232
+ x1="20"
233
+ y1="8"
234
+ x2="20"
235
+ y2="14"
236
+ ></line>
237
+
238
+ <line
239
+ x1="23"
240
+ y1="11"
241
+ x2="17"
242
+ y2="11"
243
+ ></line>
244
+ </symbol>
245
+
246
+ <!-- User with check - Extended Modules section -->
247
+ <symbol
248
+ id="icon-extends"
249
+ viewBox="0 0 24 24"
250
+ fill="none"
251
+ stroke="currentColor"
252
+ stroke-width="2"
253
+ stroke-linecap="round"
254
+ stroke-linejoin="round"
255
+ >
256
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
257
+ <circle cx="8.5" cy="7" r="4"></circle>
258
+ <polyline points="17 11 19 13 23 9"></polyline>
259
+ </symbol>
260
+
261
+ <!-- List - Sections section -->
262
+ <symbol
263
+ id="icon-list"
264
+ viewBox="0 0 24 24"
265
+ fill="none"
266
+ stroke="currentColor"
267
+ stroke-width="2"
268
+ stroke-linecap="round"
269
+ stroke-linejoin="round"
270
+ >
271
+ <line
272
+ x1="8"
273
+ y1="6"
274
+ x2="21"
275
+ y2="6"
276
+ ></line>
277
+
278
+ <line
279
+ x1="8"
280
+ y1="12"
281
+ x2="21"
282
+ y2="12"
283
+ ></line>
284
+
285
+ <line
286
+ x1="8"
287
+ y1="18"
288
+ x2="21"
289
+ y2="18"
290
+ ></line>
291
+
292
+ <line
293
+ x1="3"
294
+ y1="6"
295
+ x2="3.01"
296
+ y2="6"
297
+ ></line>
298
+
299
+ <line
300
+ x1="3"
301
+ y1="12"
302
+ x2="3.01"
303
+ y2="12"
304
+ ></line>
305
+
306
+ <line
307
+ x1="3"
308
+ y1="18"
309
+ x2="3.01"
310
+ y2="18"
311
+ ></line>
312
+ </symbol>
313
+ </svg>
314
+
315
+ <header class="top-navbar">
316
+ <a href="./index.html" class="navbar-brand">
317
+ RDoc Documentation
318
+ </a>
319
+
320
+ <!-- Desktop search bar -->
321
+ <div class="navbar-search navbar-search-desktop" role="search">
322
+ <form action="#" method="get" accept-charset="utf-8">
323
+ <input id="search-field" role="combobox" aria-label="Search"
324
+ aria-autocomplete="list" aria-controls="search-results-desktop"
325
+ type="text" name="search" placeholder="Search (/) for a class, method..."
326
+ spellcheck="false" autocomplete="off"
327
+ title="Type to search, Up and Down to navigate, Enter to load">
328
+ <ul id="search-results-desktop" aria-label="Search Results"
329
+ aria-busy="false" aria-expanded="false"
330
+ aria-atomic="false" class="initially-hidden search-results"></ul>
331
+ </form>
332
+ </div>
333
+
334
+ <!-- Mobile search icon button -->
335
+ <button id="search-toggle" class="navbar-search-mobile" aria-label="Open search" type="button">
336
+ <span aria-hidden="true">🔍</span>
337
+ </button>
338
+
339
+ <!-- Theme toggle button -->
340
+ <button id="theme-toggle" class="theme-toggle" aria-label="Switch to dark mode" type="button">
341
+ <span class="theme-toggle-icon" aria-hidden="true">🌙</span>
342
+ </button>
343
+ </header>
344
+
345
+ <!-- Search Modal (Mobile) -->
346
+ <div id="search-modal" class="search-modal" hidden aria-modal="true" role="dialog" aria-label="Search">
347
+ <div class="search-modal-backdrop"></div>
348
+ <div class="search-modal-content">
349
+ <div class="search-modal-header">
350
+ <form class="search-modal-form" action="#" method="get" accept-charset="utf-8">
351
+ <span class="search-modal-icon" aria-hidden="true">🔍</span>
352
+ <input id="search-field-mobile" role="combobox" aria-label="Search"
353
+ aria-autocomplete="list" aria-controls="search-results-mobile"
354
+ type="text" name="search" placeholder="Search documentation"
355
+ spellcheck="false" autocomplete="off">
356
+ <button type="button" class="search-modal-close" aria-label="Close search" id="search-modal-close">
357
+ <span aria-hidden="true">esc</span>
358
+ </button>
359
+ </form>
360
+ </div>
361
+ <div class="search-modal-body">
362
+ <ul id="search-results-mobile" aria-label="Search Results"
363
+ aria-busy="false" aria-expanded="false"
364
+ aria-atomic="false" class="search-results search-modal-results initially-hidden"></ul>
365
+ <div class="search-modal-empty">
366
+ <p>No recent searches</p>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
373
+ <span aria-hidden="true">&#9776;</span>
374
+ </div>
375
+
376
+
377
+ <nav id="navigation" role="navigation" hidden>
378
+
379
+
380
+
381
+
382
+
383
+ <div id="fileindex-section" class="nav-section">
384
+ <details class="nav-section-collapsible" >
385
+ <summary class="nav-section-header">
386
+ <span class="nav-section-icon">
387
+ <svg>
388
+ <use href="#icon-file"></use>
389
+ </svg>
390
+ </span>
391
+
392
+ <span class="nav-section-title">Pages</span>
393
+
394
+ <span class="nav-section-chevron">
395
+ <svg>
396
+ <use href="#icon-chevron"></use>
397
+ </svg>
398
+ </span>
399
+ </summary>
400
+
401
+ <ul class="nav-list">
402
+
403
+
404
+
405
+
406
+
407
+
408
+ <li>
409
+ <a href="./CHANGELOG_md.html">
410
+ CHANGELOG
411
+ </a>
412
+ </li>
413
+
414
+
415
+
416
+
417
+ <li>
418
+ <a href="./Gemfile.html">
419
+ Gemfile
420
+ </a>
421
+ </li>
422
+
423
+
424
+
425
+
426
+ <li>
427
+ <a href="./Gemfile_lock.html">
428
+ Gemfile.lock
429
+ </a>
430
+ </li>
431
+
432
+
433
+
434
+
435
+ <li>
436
+ <a href="./LICENSE_txt.html">
437
+ LICENSE
438
+ </a>
439
+ </li>
440
+
441
+
442
+
443
+
444
+ <li>
445
+ <a href="./README_md.html">
446
+ README
447
+ </a>
448
+ </li>
449
+
450
+
451
+
452
+
453
+ <li>
454
+ <a href="./Rakefile.html">
455
+ Rakefile
456
+ </a>
457
+ </li>
458
+
459
+
460
+
461
+
462
+ <li>
463
+ <a href="./bin/setup.html">
464
+ setup
465
+ </a>
466
+ </li>
467
+
468
+
469
+
470
+
471
+ <li>
472
+ <a href="./sig/ftr_ruby_rbs.html">
473
+ ftr_ruby.rbs
474
+ </a>
475
+ </li>
476
+
477
+ </ul>
478
+ </details>
479
+ </div>
480
+
481
+
482
+
483
+
484
+
485
+ <div id="parent-class-section" class="nav-section">
486
+ <details class="nav-section-collapsible" open>
487
+ <summary class="nav-section-header">
488
+ <span class="nav-section-icon">
489
+ <svg><use href="#icon-ancestors"></use></svg>
490
+ </span>
491
+ <span class="nav-section-title">Ancestors</span>
492
+ <span class="nav-section-chevron">
493
+ <svg><use href="#icon-chevron"></use></svg>
494
+ </span>
495
+ </summary>
496
+ <ul><li>Object</li></ul>
497
+ </details>
498
+ </div>
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+ <div class="nav-section">
507
+ <details class="nav-section-collapsible" open>
508
+ <summary class="nav-section-header">
509
+ <span class="nav-section-icon">
510
+ <svg><use href="#icon-class-methods"></use></svg>
511
+ </span>
512
+ <span class="nav-section-title">Class Methods</span>
513
+ <span class="nav-section-chevron">
514
+ <svg><use href="#icon-chevron"></use></svg>
515
+ </span>
516
+ </summary>
517
+ <ul class="nav-list" role="directory">
518
+
519
+ <li ><a href="#method-c-new">new</a></li>
520
+
521
+ </ul>
522
+ </details>
523
+ </div>
524
+
525
+
526
+
527
+ <div class="nav-section">
528
+ <details class="nav-section-collapsible" open>
529
+ <summary class="nav-section-header">
530
+ <span class="nav-section-icon">
531
+ <svg><use href="#icon-instance-methods"></use></svg>
532
+ </span>
533
+ <span class="nav-section-title">Instance Methods</span>
534
+ <span class="nav-section-chevron">
535
+ <svg><use href="#icon-chevron"></use></svg>
536
+ </span>
537
+ </summary>
538
+ <ul class="nav-list" role="directory">
539
+
540
+ <li ><a href="#method-i-get_api">get_api</a></li>
541
+
542
+ </ul>
543
+ </details>
544
+ </div>
545
+
546
+
547
+ <div id="classindex-section" class="nav-section">
548
+ <details class="nav-section-collapsible" open>
549
+ <summary class="nav-section-header">
550
+ <span class="nav-section-icon">
551
+ <svg><use href="#icon-layers"></use></svg>
552
+ </span>
553
+ <span class="nav-section-title">Classes and Modules</span>
554
+ <span class="nav-section-chevron">
555
+ <svg><use href="#icon-chevron"></use></svg>
556
+ </span>
557
+ </summary>
558
+
559
+ <ul class="link-list nav-list"><li><details><summary><code><a href="./FtrRuby.html">FtrRuby</a></code></summary><ul class="link-list nav-list"><li><code><a href="./FtrRuby/DCAT_Record.html">DCAT_Record</a></code></li><li><code><a href="./FtrRuby/Error.html">Error</a></code></li><li><code><a href="./FtrRuby/FDPIndex.html">FDPIndex</a></code></li><li><code><a href="./FtrRuby/Output.html">Output</a></code></li><li><code><a href="./FtrRuby/TestInfra.html">TestInfra</a></code></li><li><code><a href="./FtrRuby/Tests.html">Tests</a></code></li></ul></details></li><li><code><a href="./OpenAPI.html">OpenAPI</a></code></li></ul>
560
+ </details>
561
+ </div>
562
+
563
+ </nav>
564
+
565
+ <main role="main" aria-labelledby="class-openapi">
566
+
567
+
568
+
569
+ <span id="class-OpenAPI" class="legacy-anchor"></span>
570
+ <h1 id="class-openapi" class="anchor-link class">
571
+ class OpenAPI
572
+ </h1>
573
+
574
+ <section class="description">
575
+
576
+ </section>
577
+
578
+
579
+ <span id="5Buntitled-5D" class="legacy-anchor"></span>
580
+ <section class="documentation-section anchor-link">
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+ <section class="attribute-method-details method-section">
589
+ <header>
590
+ <h3 id="untitled-attributes"><a href="#untitled-attributes">Attributes</a></h3>
591
+ </header>
592
+
593
+
594
+ <div id="attribute-i-basePath" class="method-detail anchor-link">
595
+ <div class="method-heading attribute-method-heading">
596
+ <a href="#attribute-i-basePath" title="Link to this attribute">
597
+ <span class="method-name">basePath</span>
598
+ <span class="attribute-access-type">[RW]</span>
599
+ </a>
600
+ </div>
601
+
602
+ <div class="method-description">
603
+
604
+
605
+
606
+
607
+ </div>
608
+ </div>
609
+
610
+ <div id="attribute-i-creator" class="method-detail anchor-link">
611
+ <div class="method-heading attribute-method-heading">
612
+ <a href="#attribute-i-creator" title="Link to this attribute">
613
+ <span class="method-name">creator</span>
614
+ <span class="attribute-access-type">[RW]</span>
615
+ </a>
616
+ </div>
617
+
618
+ <div class="method-description">
619
+
620
+
621
+
622
+
623
+ </div>
624
+ </div>
625
+
626
+ <div id="attribute-i-description" class="method-detail anchor-link">
627
+ <div class="method-heading attribute-method-heading">
628
+ <a href="#attribute-i-description" title="Link to this attribute">
629
+ <span class="method-name">description</span>
630
+ <span class="attribute-access-type">[RW]</span>
631
+ </a>
632
+ </div>
633
+
634
+ <div class="method-description">
635
+
636
+
637
+
638
+
639
+ </div>
640
+ </div>
641
+
642
+ <div id="attribute-i-developer_ORCiD" class="method-detail anchor-link">
643
+ <div class="method-heading attribute-method-heading">
644
+ <a href="#attribute-i-developer_ORCiD" title="Link to this attribute">
645
+ <span class="method-name">developer_ORCiD</span>
646
+ <span class="attribute-access-type">[RW]</span>
647
+ </a>
648
+ </div>
649
+
650
+ <div class="method-description">
651
+
652
+
653
+
654
+
655
+ </div>
656
+ </div>
657
+
658
+ <div id="attribute-i-email" class="method-detail anchor-link">
659
+ <div class="method-heading attribute-method-heading">
660
+ <a href="#attribute-i-email" title="Link to this attribute">
661
+ <span class="method-name">email</span>
662
+ <span class="attribute-access-type">[RW]</span>
663
+ </a>
664
+ </div>
665
+
666
+ <div class="method-description">
667
+
668
+
669
+
670
+
671
+ </div>
672
+ </div>
673
+
674
+ <div id="attribute-i-endpointpath" class="method-detail anchor-link">
675
+ <div class="method-heading attribute-method-heading">
676
+ <a href="#attribute-i-endpointpath" title="Link to this attribute">
677
+ <span class="method-name">endpointpath</span>
678
+ <span class="attribute-access-type">[RW]</span>
679
+ </a>
680
+ </div>
681
+
682
+ <div class="method-description">
683
+
684
+
685
+
686
+
687
+ </div>
688
+ </div>
689
+
690
+ <div id="attribute-i-host" class="method-detail anchor-link">
691
+ <div class="method-heading attribute-method-heading">
692
+ <a href="#attribute-i-host" title="Link to this attribute">
693
+ <span class="method-name">host</span>
694
+ <span class="attribute-access-type">[RW]</span>
695
+ </a>
696
+ </div>
697
+
698
+ <div class="method-description">
699
+
700
+
701
+
702
+
703
+ </div>
704
+ </div>
705
+
706
+ <div id="attribute-i-indicator" class="method-detail anchor-link">
707
+ <div class="method-heading attribute-method-heading">
708
+ <a href="#attribute-i-indicator" title="Link to this attribute">
709
+ <span class="method-name">indicator</span>
710
+ <span class="attribute-access-type">[RW]</span>
711
+ </a>
712
+ </div>
713
+
714
+ <div class="method-description">
715
+
716
+
717
+
718
+
719
+ </div>
720
+ </div>
721
+
722
+ <div id="attribute-i-metric" class="method-detail anchor-link">
723
+ <div class="method-heading attribute-method-heading">
724
+ <a href="#attribute-i-metric" title="Link to this attribute">
725
+ <span class="method-name">metric</span>
726
+ <span class="attribute-access-type">[RW]</span>
727
+ </a>
728
+ </div>
729
+
730
+ <div class="method-description">
731
+
732
+
733
+
734
+
735
+ </div>
736
+ </div>
737
+
738
+ <div id="attribute-i-org_url" class="method-detail anchor-link">
739
+ <div class="method-heading attribute-method-heading">
740
+ <a href="#attribute-i-org_url" title="Link to this attribute">
741
+ <span class="method-name">org_url</span>
742
+ <span class="attribute-access-type">[RW]</span>
743
+ </a>
744
+ </div>
745
+
746
+ <div class="method-description">
747
+
748
+
749
+
750
+
751
+ </div>
752
+ </div>
753
+
754
+ <div id="attribute-i-organization" class="method-detail anchor-link">
755
+ <div class="method-heading attribute-method-heading">
756
+ <a href="#attribute-i-organization" title="Link to this attribute">
757
+ <span class="method-name">organization</span>
758
+ <span class="attribute-access-type">[RW]</span>
759
+ </a>
760
+ </div>
761
+
762
+ <div class="method-description">
763
+
764
+
765
+
766
+
767
+ </div>
768
+ </div>
769
+
770
+ <div id="attribute-i-path" class="method-detail anchor-link">
771
+ <div class="method-heading attribute-method-heading">
772
+ <a href="#attribute-i-path" title="Link to this attribute">
773
+ <span class="method-name">path</span>
774
+ <span class="attribute-access-type">[RW]</span>
775
+ </a>
776
+ </div>
777
+
778
+ <div class="method-description">
779
+
780
+
781
+
782
+
783
+ </div>
784
+ </div>
785
+
786
+ <div id="attribute-i-protocol" class="method-detail anchor-link">
787
+ <div class="method-heading attribute-method-heading">
788
+ <a href="#attribute-i-protocol" title="Link to this attribute">
789
+ <span class="method-name">protocol</span>
790
+ <span class="attribute-access-type">[RW]</span>
791
+ </a>
792
+ </div>
793
+
794
+ <div class="method-description">
795
+
796
+
797
+
798
+
799
+ </div>
800
+ </div>
801
+
802
+ <div id="attribute-i-response_description" class="method-detail anchor-link">
803
+ <div class="method-heading attribute-method-heading">
804
+ <a href="#attribute-i-response_description" title="Link to this attribute">
805
+ <span class="method-name">response_description</span>
806
+ <span class="attribute-access-type">[RW]</span>
807
+ </a>
808
+ </div>
809
+
810
+ <div class="method-description">
811
+
812
+
813
+
814
+
815
+ </div>
816
+ </div>
817
+
818
+ <div id="attribute-i-responsible_developer" class="method-detail anchor-link">
819
+ <div class="method-heading attribute-method-heading">
820
+ <a href="#attribute-i-responsible_developer" title="Link to this attribute">
821
+ <span class="method-name">responsible_developer</span>
822
+ <span class="attribute-access-type">[RW]</span>
823
+ </a>
824
+ </div>
825
+
826
+ <div class="method-description">
827
+
828
+
829
+
830
+
831
+ </div>
832
+ </div>
833
+
834
+ <div id="attribute-i-schemas" class="method-detail anchor-link">
835
+ <div class="method-heading attribute-method-heading">
836
+ <a href="#attribute-i-schemas" title="Link to this attribute">
837
+ <span class="method-name">schemas</span>
838
+ <span class="attribute-access-type">[RW]</span>
839
+ </a>
840
+ </div>
841
+
842
+ <div class="method-description">
843
+
844
+
845
+
846
+
847
+ </div>
848
+ </div>
849
+
850
+ <div id="attribute-i-testid" class="method-detail anchor-link">
851
+ <div class="method-heading attribute-method-heading">
852
+ <a href="#attribute-i-testid" title="Link to this attribute">
853
+ <span class="method-name">testid</span>
854
+ <span class="attribute-access-type">[RW]</span>
855
+ </a>
856
+ </div>
857
+
858
+ <div class="method-description">
859
+
860
+
861
+
862
+
863
+ </div>
864
+ </div>
865
+
866
+ <div id="attribute-i-title" class="method-detail anchor-link">
867
+ <div class="method-heading attribute-method-heading">
868
+ <a href="#attribute-i-title" title="Link to this attribute">
869
+ <span class="method-name">title</span>
870
+ <span class="attribute-access-type">[RW]</span>
871
+ </a>
872
+ </div>
873
+
874
+ <div class="method-description">
875
+
876
+
877
+
878
+
879
+ </div>
880
+ </div>
881
+
882
+ <div id="attribute-i-version" class="method-detail anchor-link">
883
+ <div class="method-heading attribute-method-heading">
884
+ <a href="#attribute-i-version" title="Link to this attribute">
885
+ <span class="method-name">version</span>
886
+ <span class="attribute-access-type">[RW]</span>
887
+ </a>
888
+ </div>
889
+
890
+ <div class="method-description">
891
+
892
+
893
+
894
+
895
+ </div>
896
+ </div>
897
+
898
+ </section>
899
+
900
+
901
+
902
+
903
+
904
+
905
+ <section id="public-class-untitled-method-details" class="method-section anchor-link">
906
+ <header>
907
+ <h3 id="public-class-untitled-methods"><a href="#public-class-untitled-methods">Public Class Methods</a></h3>
908
+ </header>
909
+
910
+
911
+ <div id="method-c-new" class="method-detail anchor-link ">
912
+ <div class="method-header">
913
+
914
+ <div class="method-heading">
915
+ <a href="#method-c-new" title="Link to this method">
916
+ <span class="method-name">new</span>
917
+ <span class="method-args">(meta:)</span>
918
+ </a>
919
+ </div>
920
+
921
+ </div>
922
+
923
+
924
+ <div class="method-controls">
925
+ <details class="method-source-toggle">
926
+ <summary>Source</summary>
927
+ </details>
928
+ </div>
929
+ <div class="method-source-code" id="new-source">
930
+ <pre class="ruby"><span class="ruby-comment"># File lib/openapi.rb, line 7</span>
931
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-value">meta:</span>)
932
+ <span class="ruby-identifier">indics</span> = [<span class="ruby-identifier">meta</span>[<span class="ruby-value">:indicators</span>]] <span class="ruby-keyword">unless</span> <span class="ruby-identifier">meta</span>[<span class="ruby-value">:indicators</span>].<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Array</span>
933
+ <span class="ruby-ivar">@testid</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:testid</span>]
934
+ <span class="ruby-ivar">@title</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:testname</span>]
935
+ <span class="ruby-ivar">@version</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:testversion</span>]
936
+ <span class="ruby-ivar">@metric</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:metric</span>]
937
+ <span class="ruby-ivar">@description</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:description</span>]
938
+ <span class="ruby-ivar">@indicator</span> = <span class="ruby-identifier">indics</span>.<span class="ruby-identifier">first</span>
939
+ <span class="ruby-ivar">@organization</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:organization</span>]
940
+ <span class="ruby-ivar">@org_url</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:org_url</span>]
941
+ <span class="ruby-ivar">@responsible_developer</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:responsible_developer</span>]
942
+ <span class="ruby-ivar">@email</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:email</span>]
943
+ <span class="ruby-ivar">@creator</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:creator</span>]
944
+ <span class="ruby-ivar">@host</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:host</span>]
945
+ <span class="ruby-ivar">@host</span> = <span class="ruby-ivar">@host</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r{/$}</span>, <span class="ruby-string">&quot;&quot;</span>) <span class="ruby-comment"># remove trailing slash if present</span>
946
+ <span class="ruby-ivar">@protocol</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:protocol</span>].<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r{[:/]}</span>, <span class="ruby-string">&quot;&quot;</span>)
947
+ <span class="ruby-ivar">@basePath</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:basePath</span>].<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r{[:/]}</span>, <span class="ruby-string">&quot;&quot;</span>)
948
+ <span class="ruby-ivar">@basePath</span> = <span class="ruby-node">&quot;/#{basePath}&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">basePath</span>[<span class="ruby-value">0</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;/&quot;</span> <span class="ruby-comment"># must start with a slash</span>
949
+ <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:path</span>]
950
+ <span class="ruby-ivar">@response_description</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:response_description</span>]
951
+ <span class="ruby-ivar">@schemas</span> = <span class="ruby-identifier">meta</span>[<span class="ruby-value">:schemas</span>]
952
+ <span class="ruby-ivar">@endpointpath</span> = <span class="ruby-string">&quot;assess/test&quot;</span>
953
+ <span class="ruby-ivar">@end_url</span> = <span class="ruby-node">&quot;#{protocol}://#{host}#{basePath}/#{endpointpath}/#{testid}&quot;</span> <span class="ruby-comment"># basepath starts with /</span>
954
+ <span class="ruby-keyword">end</span></pre>
955
+ </div>
956
+
957
+
958
+
959
+ <div class="method-description">
960
+
961
+
962
+
963
+
964
+
965
+ </div>
966
+
967
+
968
+
969
+
970
+
971
+ </div>
972
+
973
+
974
+ </section>
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+ <section id="public-instance-untitled-method-details" class="method-section anchor-link">
983
+ <header>
984
+ <h3 id="public-instance-untitled-methods"><a href="#public-instance-untitled-methods">Public Instance Methods</a></h3>
985
+ </header>
986
+
987
+
988
+ <div id="method-i-get_api" class="method-detail anchor-link ">
989
+ <div class="method-header">
990
+
991
+ <div class="method-heading">
992
+ <a href="#method-i-get_api" title="Link to this method">
993
+ <span class="method-name">get_api</span>
994
+ <span class="method-args">()</span>
995
+ </a>
996
+ </div>
997
+
998
+ </div>
999
+
1000
+
1001
+ <div class="method-controls">
1002
+ <details class="method-source-toggle">
1003
+ <summary>Source</summary>
1004
+ </details>
1005
+ </div>
1006
+ <div class="method-source-code" id="get_api-source">
1007
+ <pre class="ruby"><span class="ruby-comment"># File lib/openapi.rb, line 32</span>
1008
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_api</span>
1009
+ <span class="ruby-identifier">&lt;&lt;~&quot;EOF_EOF&quot;</span>
1010
+ <span class="ruby-value">
1011
+ openapi: 3.0.0
1012
+ info:
1013
+ version: &quot;#{version}&quot;
1014
+ title: &quot;#{title}&quot;
1015
+ x-tests_metric: &quot;#{metric}&quot;
1016
+ description: &gt;-
1017
+ &quot;#{description}&quot;
1018
+ x-applies_to_principle: &quot;#{indicator}&quot;
1019
+ contact:
1020
+ x-organization: &quot;#{organization}&quot;
1021
+ url: &quot;#{org_url}&quot;
1022
+ name: &quot;#{responsible_developer}&quot;
1023
+ x-role: responsible developer
1024
+ email: &quot;#{email}&quot;
1025
+ x-id: &quot;#{creator}&quot;
1026
+ paths:
1027
+ &quot;/#{testid}&quot;:
1028
+ post:
1029
+ requestBody:
1030
+ content:
1031
+ application/json:
1032
+ schema:
1033
+ $ref: &quot;#/components/schemas/schemas&quot;
1034
+ required: true
1035
+ responses:
1036
+ &quot;200&quot;:
1037
+ description: &gt;-
1038
+ #{response_description}
1039
+ servers:
1040
+ - url: &quot;#{protocol}://#{host}/#{endpointpath}&quot;
1041
+ components:
1042
+ schemas:
1043
+ schemas:
1044
+ required:
1045
+ - resource_identifier
1046
+ properties:
1047
+ - resource_identifier:
1048
+ type: string
1049
+ description: the GUID being tested
1050
+ </span>
1051
+ <span class="ruby-identifier"> EOF_EOF</span>
1052
+ <span class="ruby-keyword">end</span></pre>
1053
+ </div>
1054
+
1055
+
1056
+
1057
+ <div class="method-description">
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+ </div>
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ </div>
1070
+
1071
+
1072
+ </section>
1073
+
1074
+
1075
+
1076
+
1077
+ </section>
1078
+
1079
+ </main>
1080
+
1081
+ <aside class="table-of-contents" role="complementary" aria-label="Table of Contents">
1082
+ <div class="toc-sticky">
1083
+ <h3 class="toc-heading">On This Page</h3>
1084
+ <nav class="toc-nav" id="toc-nav" aria-label="Page sections">
1085
+ <!-- Generated by JavaScript based on page headings -->
1086
+ </nav>
1087
+ </div>
1088
+ </aside>
1089
+
1090
+
1091
+ <footer class="site-footer">
1092
+
1093
+
1094
+ <div class="footer-bottom">
1095
+ <p>
1096
+ Generated by <a href="https://ruby.github.io/rdoc/">RDoc 7.2.0</a>
1097
+ using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a>
1098
+ </p>
1099
+ </div>
1100
+ </footer>
1101
+
1102
+ </body>
1103
+