strongdm 1.0.26 → 1.0.27
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.
- checksums.yaml +4 -4
- data/.git/FETCH_HEAD +2 -0
- data/.git/HEAD +1 -0
- data/.git/ORIG_HEAD +1 -0
- data/.git/config +14 -0
- data/.git/description +1 -0
- data/.git/hooks/applypatch-msg.sample +15 -0
- data/.git/hooks/commit-msg.sample +24 -0
- data/.git/hooks/fsmonitor-watchman.sample +114 -0
- data/.git/hooks/post-update.sample +8 -0
- data/.git/hooks/pre-applypatch.sample +14 -0
- data/.git/hooks/pre-commit.sample +49 -0
- data/.git/hooks/pre-push.sample +53 -0
- data/.git/hooks/pre-rebase.sample +169 -0
- data/.git/hooks/pre-receive.sample +24 -0
- data/.git/hooks/prepare-commit-msg.sample +42 -0
- data/.git/hooks/update.sample +128 -0
- data/.git/index +0 -0
- data/.git/info/exclude +6 -0
- data/.git/logs/HEAD +4 -0
- data/.git/logs/refs/heads/development +1 -0
- data/.git/logs/refs/heads/master +2 -0
- data/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/.git/objects/pack/pack-e59f6bedc3261325378736e7cec548f841834e55.idx +0 -0
- data/.git/objects/pack/pack-e59f6bedc3261325378736e7cec548f841834e55.pack +0 -0
- data/.git/packed-refs +27 -0
- data/.git/refs/heads/development +1 -0
- data/.git/refs/heads/master +1 -0
- data/.git/refs/remotes/origin/HEAD +1 -0
- data/doc/Object.html +10 -0
- data/doc/SDM/Client.html +11 -6
- data/doc/V1.html +0 -200
- data/doc/created.rid +38 -49
- data/doc/index.html +0 -16
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search_index.js +1 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/lib/version.html +1 -1
- data/doc/strongdm_gemspec.html +1 -1
- data/doc/table_of_contents.html +0 -40
- data/lib/strongdm.rb +8 -1
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- data/strongdm.gemspec +1 -1
- metadata +274 -269
- data/doc/Google/Protobuf.html +0 -95
- data/doc/Google.html +0 -95
- data/doc/SDM/AccessRuleCreateResponse.html +0 -267
- data/doc/SDM/AccessRuleDeleteResponse.html +0 -249
- data/doc/SDM/AccessRuleUpdateResponse.html +0 -267
- data/doc/SDM/AccountAttachmentCreateOptions.html +0 -231
- data/doc/SDM/AmazonMQRabbitMQAMQP091.html +0 -427
- data/doc/SDM/SecretStore.html +0 -303
- data/doc/V1/AccessRules/Service.html +0 -116
- data/doc/V1/AccessRules.html +0 -110
- data/doc/V1/Audits/Service.html +0 -119
- data/doc/V1/Audits.html +0 -113
- data/doc/V1/BuildsPrivate/Service.html +0 -116
- data/doc/V1/BuildsPrivate.html +0 -110
- data/doc/V1/DemoProvisioningRequests/Service.html +0 -116
- data/doc/V1/DemoProvisioningRequests.html +0 -110
- data/doc/V1/Permissions/Service.html +0 -119
- data/doc/V1/SecretStoreHealths/Service.html +0 -116
- data/doc/V1/SecretStoreHealths.html +0 -110
- data/doc/examples/Gemfile_lock.html +0 -122
- data/doc/examples/README_md.html +0 -105
- data/doc/examples/okta-sync/Gemfile.html +0 -105
- data/doc/examples/okta-sync/Gemfile_lock.html +0 -146
data/doc/SDM/SecretStore.html
DELETED
@@ -1,303 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>class SDM::SecretStore - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../";
|
11
|
-
var index_rel_prefix = "../";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="../js/navigation.js" defer></script>
|
15
|
-
<script src="../js/search.js" defer></script>
|
16
|
-
<script src="../js/search_index.js" defer></script>
|
17
|
-
<script src="../js/searcher.js" defer></script>
|
18
|
-
<script src="../js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" role="document" class="class">
|
27
|
-
<nav role="navigation">
|
28
|
-
<div id="project-navigation">
|
29
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
30
|
-
<h2>
|
31
|
-
<a href="../index.html" rel="home">Home</a>
|
32
|
-
</h2>
|
33
|
-
|
34
|
-
<div id="table-of-contents-navigation">
|
35
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
36
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
37
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
42
|
-
<form action="#" method="get" accept-charset="utf-8">
|
43
|
-
<div id="search-field-wrapper">
|
44
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
45
|
-
aria-autocomplete="list" aria-controls="search-results"
|
46
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
47
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
48
|
-
</div>
|
49
|
-
|
50
|
-
<ul id="search-results" aria-label="Search Results"
|
51
|
-
aria-busy="false" aria-expanded="false"
|
52
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
53
|
-
</form>
|
54
|
-
</div>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<div id="class-metadata">
|
61
|
-
|
62
|
-
<div id="parent-class-section" class="nav-section">
|
63
|
-
<h3>Parent</h3>
|
64
|
-
|
65
|
-
|
66
|
-
<p class="link"><a href="../Object.html">Object</a>
|
67
|
-
|
68
|
-
</div>
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
<!-- Method Quickref -->
|
73
|
-
<div id="method-list-section" class="nav-section">
|
74
|
-
<h3>Methods</h3>
|
75
|
-
|
76
|
-
<ul class="link-list" role="directory">
|
77
|
-
|
78
|
-
<li ><a href="#method-c-new">::new</a>
|
79
|
-
|
80
|
-
<li ><a href="#method-i-to_json">#to_json</a>
|
81
|
-
|
82
|
-
</ul>
|
83
|
-
</div>
|
84
|
-
|
85
|
-
</div>
|
86
|
-
</nav>
|
87
|
-
|
88
|
-
<main role="main" aria-labelledby="class-SDM::SecretStore">
|
89
|
-
<h1 id="class-SDM::SecretStore" class="class">
|
90
|
-
class SDM::SecretStore
|
91
|
-
</h1>
|
92
|
-
|
93
|
-
<section class="description">
|
94
|
-
|
95
|
-
<p>A <a href="SecretStore.html"><code>SecretStore</code></a> is a server where resource secrets (passwords, keys) are stored. Coming soon support for HashiCorp Vault and AWS Secret Store. Contact support@strongdm.com to request access to the beta.</p>
|
96
|
-
|
97
|
-
</section>
|
98
|
-
|
99
|
-
|
100
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<section class="attribute-method-details" class="method-section">
|
109
|
-
<header>
|
110
|
-
<h3>Attributes</h3>
|
111
|
-
</header>
|
112
|
-
|
113
|
-
|
114
|
-
<div id="attribute-i-id" class="method-detail">
|
115
|
-
<div class="method-heading attribute-method-heading">
|
116
|
-
<span class="method-name">id</span><span
|
117
|
-
class="attribute-access-type">[RW]</span>
|
118
|
-
</div>
|
119
|
-
|
120
|
-
<div class="method-description">
|
121
|
-
|
122
|
-
<p>option (grpc.gateway.protoc_gen_swagger.options.openapiv2_schema) = { example: { value: '{ “id”: “r-7”, “name”: “happy-goat”}' } }; Unique identifier of the <a href="SecretStore.html"><code>SecretStore</code></a>.</p>
|
123
|
-
|
124
|
-
</div>
|
125
|
-
</div>
|
126
|
-
|
127
|
-
<div id="attribute-i-kind" class="method-detail">
|
128
|
-
<div class="method-heading attribute-method-heading">
|
129
|
-
<span class="method-name">kind</span><span
|
130
|
-
class="attribute-access-type">[RW]</span>
|
131
|
-
</div>
|
132
|
-
|
133
|
-
<div class="method-description">
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
</div>
|
138
|
-
</div>
|
139
|
-
|
140
|
-
<div id="attribute-i-name" class="method-detail">
|
141
|
-
<div class="method-heading attribute-method-heading">
|
142
|
-
<span class="method-name">name</span><span
|
143
|
-
class="attribute-access-type">[RW]</span>
|
144
|
-
</div>
|
145
|
-
|
146
|
-
<div class="method-description">
|
147
|
-
|
148
|
-
<p>Unique human-readable name of the <a href="SecretStore.html"><code>SecretStore</code></a>.</p>
|
149
|
-
|
150
|
-
</div>
|
151
|
-
</div>
|
152
|
-
|
153
|
-
<div id="attribute-i-server_address" class="method-detail">
|
154
|
-
<div class="method-heading attribute-method-heading">
|
155
|
-
<span class="method-name">server_address</span><span
|
156
|
-
class="attribute-access-type">[RW]</span>
|
157
|
-
</div>
|
158
|
-
|
159
|
-
<div class="method-description">
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
</div>
|
164
|
-
</div>
|
165
|
-
|
166
|
-
<div id="attribute-i-tags" class="method-detail">
|
167
|
-
<div class="method-heading attribute-method-heading">
|
168
|
-
<span class="method-name">tags</span><span
|
169
|
-
class="attribute-access-type">[RW]</span>
|
170
|
-
</div>
|
171
|
-
|
172
|
-
<div class="method-description">
|
173
|
-
|
174
|
-
<p>Tags is a map of key, value pairs.</p>
|
175
|
-
|
176
|
-
</div>
|
177
|
-
</div>
|
178
|
-
|
179
|
-
</section>
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
184
|
-
<header>
|
185
|
-
<h3>Public Class Methods</h3>
|
186
|
-
</header>
|
187
|
-
|
188
|
-
|
189
|
-
<div id="method-c-new" class="method-detail ">
|
190
|
-
|
191
|
-
<div class="method-heading">
|
192
|
-
<span class="method-name">new</span><span
|
193
|
-
class="method-args">( id:nil \ , name:nil \ , server_address:nil \ , kind:nil \ , tags:nil \ )</span>
|
194
|
-
|
195
|
-
<span class="method-click-advice">click to toggle source</span>
|
196
|
-
|
197
|
-
</div>
|
198
|
-
|
199
|
-
|
200
|
-
<div class="method-description">
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
<div class="method-source-code" id="new-source">
|
208
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 5477</span>
|
209
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
210
|
-
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
211
|
-
,
|
212
|
-
<span class="ruby-value">name:</span><span class="ruby-keyword">nil</span> \
|
213
|
-
,
|
214
|
-
<span class="ruby-value">server_address:</span><span class="ruby-keyword">nil</span> \
|
215
|
-
,
|
216
|
-
<span class="ruby-value">kind:</span><span class="ruby-keyword">nil</span> \
|
217
|
-
,
|
218
|
-
<span class="ruby-value">tags:</span><span class="ruby-keyword">nil</span> \
|
219
|
-
)
|
220
|
-
<span class="ruby-keyword">if</span> <span class="ruby-identifier">id</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
221
|
-
<span class="ruby-ivar">@id</span> = <span class="ruby-identifier">id</span>
|
222
|
-
<span class="ruby-keyword">end</span>
|
223
|
-
<span class="ruby-keyword">if</span> <span class="ruby-identifier">name</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
224
|
-
<span class="ruby-ivar">@name</span> = <span class="ruby-identifier">name</span>
|
225
|
-
<span class="ruby-keyword">end</span>
|
226
|
-
<span class="ruby-keyword">if</span> <span class="ruby-identifier">server_address</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
227
|
-
<span class="ruby-ivar">@server_address</span> = <span class="ruby-identifier">server_address</span>
|
228
|
-
<span class="ruby-keyword">end</span>
|
229
|
-
<span class="ruby-keyword">if</span> <span class="ruby-identifier">kind</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
230
|
-
<span class="ruby-ivar">@kind</span> = <span class="ruby-identifier">kind</span>
|
231
|
-
<span class="ruby-keyword">end</span>
|
232
|
-
<span class="ruby-keyword">if</span> <span class="ruby-identifier">tags</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
233
|
-
<span class="ruby-ivar">@tags</span> = <span class="ruby-identifier">tags</span>
|
234
|
-
<span class="ruby-keyword">end</span>
|
235
|
-
<span class="ruby-keyword">end</span></pre>
|
236
|
-
</div>
|
237
|
-
|
238
|
-
</div>
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
</div>
|
244
|
-
|
245
|
-
|
246
|
-
</section>
|
247
|
-
|
248
|
-
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
249
|
-
<header>
|
250
|
-
<h3>Public Instance Methods</h3>
|
251
|
-
</header>
|
252
|
-
|
253
|
-
|
254
|
-
<div id="method-i-to_json" class="method-detail ">
|
255
|
-
|
256
|
-
<div class="method-heading">
|
257
|
-
<span class="method-name">to_json</span><span
|
258
|
-
class="method-args">(options={})</span>
|
259
|
-
|
260
|
-
<span class="method-click-advice">click to toggle source</span>
|
261
|
-
|
262
|
-
</div>
|
263
|
-
|
264
|
-
|
265
|
-
<div class="method-description">
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
<div class="method-source-code" id="to_json-source">
|
273
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 5504</span>
|
274
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
275
|
-
<span class="ruby-identifier">hash</span> = {}
|
276
|
-
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">instance_variables</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">var</span><span class="ruby-operator">|</span>
|
277
|
-
<span class="ruby-identifier">hash</span>[<span class="ruby-identifier">var</span>.<span class="ruby-identifier">id2name</span>.<span class="ruby-identifier">delete_prefix</span>(<span class="ruby-string">'@'</span>)] = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">instance_variable_get</span> <span class="ruby-identifier">var</span>
|
278
|
-
<span class="ruby-keyword">end</span>
|
279
|
-
<span class="ruby-identifier">hash</span>.<span class="ruby-identifier">to_json</span>
|
280
|
-
<span class="ruby-keyword">end</span></pre>
|
281
|
-
</div>
|
282
|
-
|
283
|
-
</div>
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
</div>
|
289
|
-
|
290
|
-
|
291
|
-
</section>
|
292
|
-
|
293
|
-
</section>
|
294
|
-
|
295
|
-
</main>
|
296
|
-
|
297
|
-
|
298
|
-
<footer id="validator-badges" role="contentinfo">
|
299
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
300
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
301
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
302
|
-
</footer>
|
303
|
-
|
@@ -1,116 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>class V1::AccessRules::Service - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../../";
|
11
|
-
var index_rel_prefix = "../../";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="../../js/jquery.js"></script>
|
15
|
-
<script src="../../js/darkfish.js"></script>
|
16
|
-
|
17
|
-
<link href="../../css/fonts.css" rel="stylesheet">
|
18
|
-
<link href="../../css/rdoc.css" rel="stylesheet">
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<body id="top" role="document" class="class">
|
24
|
-
<nav role="navigation">
|
25
|
-
<div id="project-navigation">
|
26
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
-
<h2>
|
28
|
-
<a href="../../index.html" rel="home">Home</a>
|
29
|
-
</h2>
|
30
|
-
|
31
|
-
<div id="table-of-contents-navigation">
|
32
|
-
<a href="../../table_of_contents.html#pages">Pages</a>
|
33
|
-
<a href="../../table_of_contents.html#classes">Classes</a>
|
34
|
-
<a href="../../table_of_contents.html#methods">Methods</a>
|
35
|
-
</div>
|
36
|
-
</div>
|
37
|
-
|
38
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
-
<form action="#" method="get" accept-charset="utf-8">
|
40
|
-
<div id="search-field-wrapper">
|
41
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
-
aria-autocomplete="list" aria-controls="search-results"
|
43
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
-
</div>
|
46
|
-
|
47
|
-
<ul id="search-results" aria-label="Search Results"
|
48
|
-
aria-busy="false" aria-expanded="false"
|
49
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
-
</form>
|
51
|
-
</div>
|
52
|
-
|
53
|
-
</div>
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
<div id="class-metadata">
|
58
|
-
|
59
|
-
<div id="parent-class-section" class="nav-section">
|
60
|
-
<h3>Parent</h3>
|
61
|
-
|
62
|
-
|
63
|
-
<p class="link"><a href="../../Object.html">Object</a>
|
64
|
-
|
65
|
-
</div>
|
66
|
-
|
67
|
-
<div id="includes-section" class="nav-section">
|
68
|
-
<h3>Included Modules</h3>
|
69
|
-
|
70
|
-
<ul class="link-list">
|
71
|
-
|
72
|
-
|
73
|
-
<li><span class="include">GRPC::GenericService</span>
|
74
|
-
|
75
|
-
|
76
|
-
</ul>
|
77
|
-
</div>
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
</div>
|
82
|
-
</nav>
|
83
|
-
|
84
|
-
<main role="main" aria-labelledby="class-V1::AccessRules::Service">
|
85
|
-
<h1 id="class-V1::AccessRules::Service" class="class">
|
86
|
-
class V1::AccessRules::Service
|
87
|
-
</h1>
|
88
|
-
|
89
|
-
<section class="description">
|
90
|
-
|
91
|
-
<p><a href="../AccessRules.html"><code>AccessRules</code></a> allows the use of tags and other attributes to grant resources to roles. Each Role may have several access rules.</p>
|
92
|
-
|
93
|
-
</section>
|
94
|
-
|
95
|
-
|
96
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
</section>
|
107
|
-
|
108
|
-
</main>
|
109
|
-
|
110
|
-
|
111
|
-
<footer id="validator-badges" role="contentinfo">
|
112
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
113
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
114
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
115
|
-
</footer>
|
116
|
-
|
data/doc/V1/AccessRules.html
DELETED
@@ -1,110 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>module V1::AccessRules - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../";
|
11
|
-
var index_rel_prefix = "../";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="../js/jquery.js"></script>
|
15
|
-
<script src="../js/darkfish.js"></script>
|
16
|
-
|
17
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
18
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<body id="top" role="document" class="module">
|
24
|
-
<nav role="navigation">
|
25
|
-
<div id="project-navigation">
|
26
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
-
<h2>
|
28
|
-
<a href="../index.html" rel="home">Home</a>
|
29
|
-
</h2>
|
30
|
-
|
31
|
-
<div id="table-of-contents-navigation">
|
32
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
33
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
34
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
35
|
-
</div>
|
36
|
-
</div>
|
37
|
-
|
38
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
-
<form action="#" method="get" accept-charset="utf-8">
|
40
|
-
<div id="search-field-wrapper">
|
41
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
-
aria-autocomplete="list" aria-controls="search-results"
|
43
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
-
</div>
|
46
|
-
|
47
|
-
<ul id="search-results" aria-label="Search Results"
|
48
|
-
aria-busy="false" aria-expanded="false"
|
49
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
-
</form>
|
51
|
-
</div>
|
52
|
-
|
53
|
-
</div>
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
<div id="class-metadata">
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
</div>
|
64
|
-
</nav>
|
65
|
-
|
66
|
-
<main role="main" aria-labelledby="module-V1::AccessRules">
|
67
|
-
<h1 id="module-V1::AccessRules" class="module">
|
68
|
-
module V1::AccessRules
|
69
|
-
</h1>
|
70
|
-
|
71
|
-
<section class="description">
|
72
|
-
|
73
|
-
</section>
|
74
|
-
|
75
|
-
|
76
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
<section class="constants-list">
|
83
|
-
<header>
|
84
|
-
<h3>Constants</h3>
|
85
|
-
</header>
|
86
|
-
<dl>
|
87
|
-
|
88
|
-
<dt id="Stub">Stub
|
89
|
-
|
90
|
-
<dd>
|
91
|
-
|
92
|
-
|
93
|
-
</dl>
|
94
|
-
</section>
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
</section>
|
101
|
-
|
102
|
-
</main>
|
103
|
-
|
104
|
-
|
105
|
-
<footer id="validator-badges" role="contentinfo">
|
106
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
107
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
108
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
109
|
-
</footer>
|
110
|
-
|