strongdm 1.0.12 → 1.0.13
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/doc/SDM/AKS.html +2 -2
- data/doc/SDM/AKSBasicAuth.html +2 -2
- data/doc/SDM/AKSServiceAccount.html +2 -2
- data/doc/SDM/AmazonEKS.html +2 -2
- data/doc/SDM/AmazonES.html +2 -2
- data/doc/SDM/Athena.html +2 -2
- data/doc/SDM/AuroraMysql.html +2 -2
- data/doc/SDM/AuroraPostgres.html +2 -2
- data/doc/SDM/BigQuery.html +2 -2
- data/doc/SDM/Cassandra.html +2 -2
- data/doc/SDM/Citus.html +2 -2
- data/doc/SDM/Client.html +18 -4
- data/doc/SDM/Clustrix.html +2 -2
- data/doc/SDM/Cockroach.html +2 -2
- data/doc/SDM/ControlPanel.html +236 -0
- data/doc/SDM/ControlPanelGetSSHCAPublicKeyResponse.html +267 -0
- data/doc/SDM/DB2LUW.html +2 -2
- data/doc/SDM/DB2i.html +2 -2
- data/doc/SDM/Druid.html +2 -2
- data/doc/SDM/DynamoDB.html +2 -2
- data/doc/SDM/Elastic.html +2 -2
- data/doc/SDM/ElasticacheRedis.html +2 -2
- data/doc/SDM/Gateway.html +2 -2
- data/doc/SDM/GoogleGKE.html +2 -2
- data/doc/SDM/Greenplum.html +2 -2
- data/doc/SDM/HTTPAuth.html +2 -2
- data/doc/SDM/HTTPBasicAuth.html +2 -2
- data/doc/SDM/HTTPNoAuth.html +2 -2
- data/doc/SDM/Kubernetes.html +2 -2
- data/doc/SDM/KubernetesBasicAuth.html +2 -2
- data/doc/SDM/KubernetesServiceAccount.html +2 -2
- data/doc/SDM/Maria.html +2 -2
- data/doc/SDM/Memcached.html +2 -2
- data/doc/SDM/Memsql.html +2 -2
- data/doc/SDM/MongoHost.html +2 -2
- data/doc/SDM/MongoLegacyHost.html +2 -2
- data/doc/SDM/MongoLegacyReplicaset.html +2 -2
- data/doc/SDM/MongoReplicaSet.html +2 -2
- data/doc/SDM/Mysql.html +2 -2
- data/doc/SDM/NodeCreateResponse.html +2 -2
- data/doc/SDM/NodeDeleteResponse.html +2 -2
- data/doc/SDM/NodeGetResponse.html +2 -2
- data/doc/SDM/NodeUpdateResponse.html +2 -2
- data/doc/SDM/Nodes.html +6 -6
- data/doc/SDM/Oracle.html +2 -2
- data/doc/SDM/Plumbing.html +542 -378
- data/doc/SDM/Postgres.html +2 -2
- data/doc/SDM/Presto.html +2 -2
- data/doc/SDM/RDP.html +2 -2
- data/doc/SDM/Redis.html +2 -2
- data/doc/SDM/Redshift.html +2 -2
- data/doc/SDM/Relay.html +2 -2
- data/doc/SDM/ResourceCreateResponse.html +2 -2
- data/doc/SDM/ResourceDeleteResponse.html +2 -2
- data/doc/SDM/ResourceGetResponse.html +2 -2
- data/doc/SDM/ResourceUpdateResponse.html +2 -2
- data/doc/SDM/Resources.html +6 -6
- data/doc/SDM/Role.html +2 -2
- data/doc/SDM/RoleAttachment.html +2 -2
- data/doc/SDM/RoleAttachmentCreateResponse.html +2 -2
- data/doc/SDM/RoleAttachmentDeleteResponse.html +2 -2
- data/doc/SDM/RoleAttachmentGetResponse.html +2 -2
- data/doc/SDM/RoleAttachments.html +5 -5
- data/doc/SDM/RoleCreateResponse.html +2 -2
- data/doc/SDM/RoleDeleteResponse.html +2 -2
- data/doc/SDM/RoleGetResponse.html +2 -2
- data/doc/SDM/RoleGrant.html +2 -2
- data/doc/SDM/RoleGrantCreateResponse.html +2 -2
- data/doc/SDM/RoleGrantDeleteResponse.html +2 -2
- data/doc/SDM/RoleGrantGetResponse.html +2 -2
- data/doc/SDM/RoleGrants.html +5 -5
- data/doc/SDM/RoleUpdateResponse.html +2 -2
- data/doc/SDM/Roles.html +6 -6
- data/doc/SDM/SQLServer.html +2 -2
- data/doc/SDM/SSH.html +2 -2
- data/doc/SDM/SSHCert.html +2 -2
- data/doc/SDM/Snowflake.html +2 -2
- data/doc/SDM/Sybase.html +2 -2
- data/doc/SDM/SybaseIQ.html +2 -2
- data/doc/SDM/Teradata.html +2 -2
- data/doc/V1.html +10 -0
- data/doc/V1/ControlPanel.html +113 -0
- data/doc/V1/ControlPanel/Service.html +119 -0
- data/doc/created.rid +39 -35
- data/doc/index.html +8 -0
- 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/table_of_contents.html +142 -82
- data/lib/grpc/control_panel_pb.rb +39 -0
- data/lib/grpc/control_panel_services_pb.rb +37 -0
- data/lib/grpc/plumbing.rb +39 -0
- data/lib/models/porcelain.rb +36 -0
- data/lib/strongdm.rb +3 -0
- data/lib/svc.rb +45 -0
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +8 -3
- data/doc/SDM/DB2.html +0 -391
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>class SDM::ControlPanelGetSSHCAPublicKeyResponse - 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::ControlPanelGetSSHCAPublicKeyResponse">
|
|
89
|
+
<h1 id="class-SDM::ControlPanelGetSSHCAPublicKeyResponse" class="class">
|
|
90
|
+
class SDM::ControlPanelGetSSHCAPublicKeyResponse
|
|
91
|
+
</h1>
|
|
92
|
+
|
|
93
|
+
<section class="description">
|
|
94
|
+
|
|
95
|
+
<p><a href="ControlPanelGetSSHCAPublicKeyResponse.html"><code>ControlPanelGetSSHCAPublicKeyResponse</code></a> represents a request for an organization's <a href="SSH.html"><code>SSH</code></a> Certificate Authority public key.</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-meta" class="method-detail">
|
|
115
|
+
<div class="method-heading attribute-method-heading">
|
|
116
|
+
<span class="method-name">meta</span><span
|
|
117
|
+
class="attribute-access-type">[RW]</span>
|
|
118
|
+
</div>
|
|
119
|
+
|
|
120
|
+
<div class="method-description">
|
|
121
|
+
|
|
122
|
+
<p>Reserved for future use.</p>
|
|
123
|
+
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
|
|
127
|
+
<div id="attribute-i-public_key" class="method-detail">
|
|
128
|
+
<div class="method-heading attribute-method-heading">
|
|
129
|
+
<span class="method-name">public_key</span><span
|
|
130
|
+
class="attribute-access-type">[RW]</span>
|
|
131
|
+
</div>
|
|
132
|
+
|
|
133
|
+
<div class="method-description">
|
|
134
|
+
|
|
135
|
+
<p>The public key of the <a href="SSH.html"><code>SSH</code></a> Certificate Authority, in OpenSSH RSA public key format.</p>
|
|
136
|
+
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
|
|
140
|
+
<div id="attribute-i-rate_limit" class="method-detail">
|
|
141
|
+
<div class="method-heading attribute-method-heading">
|
|
142
|
+
<span class="method-name">rate_limit</span><span
|
|
143
|
+
class="attribute-access-type">[RW]</span>
|
|
144
|
+
</div>
|
|
145
|
+
|
|
146
|
+
<div class="method-description">
|
|
147
|
+
|
|
148
|
+
<p>Rate limit information.</p>
|
|
149
|
+
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
|
|
153
|
+
</section>
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
158
|
+
<header>
|
|
159
|
+
<h3>Public Class Methods</h3>
|
|
160
|
+
</header>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
<div id="method-c-new" class="method-detail ">
|
|
164
|
+
|
|
165
|
+
<div class="method-heading">
|
|
166
|
+
<span class="method-name">new</span><span
|
|
167
|
+
class="method-args">( meta:nil \ , public_key:nil \ , rate_limit:nil \ )</span>
|
|
168
|
+
|
|
169
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
170
|
+
|
|
171
|
+
</div>
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
<div class="method-description">
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
<div class="method-source-code" id="new-source">
|
|
182
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 620</span>
|
|
183
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
184
|
+
<span class="ruby-value">meta:</span><span class="ruby-keyword">nil</span> \
|
|
185
|
+
,
|
|
186
|
+
<span class="ruby-value">public_key:</span><span class="ruby-keyword">nil</span> \
|
|
187
|
+
,
|
|
188
|
+
<span class="ruby-value">rate_limit:</span><span class="ruby-keyword">nil</span> \
|
|
189
|
+
)
|
|
190
|
+
<span class="ruby-keyword">if</span> <span class="ruby-identifier">meta</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
|
191
|
+
<span class="ruby-ivar">@meta</span> = <span class="ruby-identifier">meta</span>
|
|
192
|
+
<span class="ruby-keyword">end</span>
|
|
193
|
+
<span class="ruby-keyword">if</span> <span class="ruby-identifier">public_key</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
|
194
|
+
<span class="ruby-ivar">@public_key</span> = <span class="ruby-identifier">public_key</span>
|
|
195
|
+
<span class="ruby-keyword">end</span>
|
|
196
|
+
<span class="ruby-keyword">if</span> <span class="ruby-identifier">rate_limit</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
|
|
197
|
+
<span class="ruby-ivar">@rate_limit</span> = <span class="ruby-identifier">rate_limit</span>
|
|
198
|
+
<span class="ruby-keyword">end</span>
|
|
199
|
+
<span class="ruby-keyword">end</span></pre>
|
|
200
|
+
</div>
|
|
201
|
+
|
|
202
|
+
</div>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
</div>
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
</section>
|
|
211
|
+
|
|
212
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
|
213
|
+
<header>
|
|
214
|
+
<h3>Public Instance Methods</h3>
|
|
215
|
+
</header>
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
<div id="method-i-to_json" class="method-detail ">
|
|
219
|
+
|
|
220
|
+
<div class="method-heading">
|
|
221
|
+
<span class="method-name">to_json</span><span
|
|
222
|
+
class="method-args">(options={})</span>
|
|
223
|
+
|
|
224
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
225
|
+
|
|
226
|
+
</div>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
<div class="method-description">
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
<div class="method-source-code" id="to_json-source">
|
|
237
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 637</span>
|
|
238
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
239
|
+
<span class="ruby-identifier">hash</span> = {}
|
|
240
|
+
<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>
|
|
241
|
+
<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>
|
|
242
|
+
<span class="ruby-keyword">end</span>
|
|
243
|
+
<span class="ruby-identifier">hash</span>.<span class="ruby-identifier">to_json</span>
|
|
244
|
+
<span class="ruby-keyword">end</span></pre>
|
|
245
|
+
</div>
|
|
246
|
+
|
|
247
|
+
</div>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
</div>
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
</section>
|
|
256
|
+
|
|
257
|
+
</section>
|
|
258
|
+
|
|
259
|
+
</main>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<footer id="validator-badges" role="contentinfo">
|
|
263
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
264
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
|
265
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
266
|
+
</footer>
|
|
267
|
+
|
data/doc/SDM/DB2LUW.html
CHANGED
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
<div class="method-source-code" id="new-source">
|
|
271
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
271
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 981</span>
|
|
272
272
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
273
273
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
274
274
|
,
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
|
|
359
359
|
|
|
360
360
|
<div class="method-source-code" id="to_json-source">
|
|
361
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
361
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1033</span>
|
|
362
362
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
363
363
|
<span class="ruby-identifier">hash</span> = {}
|
|
364
364
|
<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>
|
data/doc/SDM/DB2i.html
CHANGED
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
<div class="method-source-code" id="new-source">
|
|
271
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
271
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 899</span>
|
|
272
272
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
273
273
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
274
274
|
,
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
|
|
359
359
|
|
|
360
360
|
<div class="method-source-code" id="to_json-source">
|
|
361
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
361
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 951</span>
|
|
362
362
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
363
363
|
<span class="ruby-identifier">hash</span> = {}
|
|
364
364
|
<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>
|
data/doc/SDM/Druid.html
CHANGED
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
<div class="method-source-code" id="new-source">
|
|
258
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
258
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1061</span>
|
|
259
259
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
260
260
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
261
261
|
,
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
<div class="method-source-code" id="to_json-source">
|
|
343
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
343
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1108</span>
|
|
344
344
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
345
345
|
<span class="ruby-identifier">hash</span> = {}
|
|
346
346
|
<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>
|
data/doc/SDM/DynamoDB.html
CHANGED
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
<div class="method-source-code" id="new-source">
|
|
258
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
258
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1136</span>
|
|
259
259
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
260
260
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
261
261
|
,
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
<div class="method-source-code" id="to_json-source">
|
|
343
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
343
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1183</span>
|
|
344
344
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
345
345
|
<span class="ruby-identifier">hash</span> = {}
|
|
346
346
|
<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>
|
data/doc/SDM/Elastic.html
CHANGED
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
<div class="method-source-code" id="new-source">
|
|
271
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
271
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1288</span>
|
|
272
272
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
273
273
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
274
274
|
,
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
|
|
359
359
|
|
|
360
360
|
<div class="method-source-code" id="to_json-source">
|
|
361
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
361
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1340</span>
|
|
362
362
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
363
363
|
<span class="ruby-identifier">hash</span> = {}
|
|
364
364
|
<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>
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
<div class="method-source-code" id="new-source">
|
|
258
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
258
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 3945</span>
|
|
259
259
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
260
260
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
261
261
|
,
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
<div class="method-source-code" id="to_json-source">
|
|
343
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
343
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 3992</span>
|
|
344
344
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
345
345
|
<span class="ruby-identifier">hash</span> = {}
|
|
346
346
|
<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>
|
data/doc/SDM/Gateway.html
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
|
|
219
219
|
|
|
220
220
|
<div class="method-source-code" id="new-source">
|
|
221
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
221
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 4752</span>
|
|
222
222
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
223
223
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
224
224
|
,
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
|
|
289
289
|
|
|
290
290
|
<div class="method-source-code" id="to_json-source">
|
|
291
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
291
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 4784</span>
|
|
292
292
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
293
293
|
<span class="ruby-identifier">hash</span> = {}
|
|
294
294
|
<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>
|
data/doc/SDM/GoogleGKE.html
CHANGED
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
<div class="method-source-code" id="new-source">
|
|
245
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
245
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1933</span>
|
|
246
246
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
247
247
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
248
248
|
,
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
|
|
323
323
|
|
|
324
324
|
<div class="method-source-code" id="to_json-source">
|
|
325
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
325
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1975</span>
|
|
326
326
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
327
327
|
<span class="ruby-identifier">hash</span> = {}
|
|
328
328
|
<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>
|
data/doc/SDM/Greenplum.html
CHANGED
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
|
|
283
283
|
<div class="method-source-code" id="new-source">
|
|
284
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
284
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 3361</span>
|
|
285
285
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
286
286
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
287
287
|
,
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
|
|
377
377
|
|
|
378
378
|
<div class="method-source-code" id="to_json-source">
|
|
379
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
379
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 3418</span>
|
|
380
380
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
381
381
|
<span class="ruby-identifier">hash</span> = {}
|
|
382
382
|
<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>
|
data/doc/SDM/HTTPAuth.html
CHANGED
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
<div class="method-source-code" id="new-source">
|
|
271
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
271
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1534</span>
|
|
272
272
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
|
|
273
273
|
<span class="ruby-value">id:</span><span class="ruby-keyword">nil</span> \
|
|
274
274
|
,
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
|
|
359
359
|
|
|
360
360
|
<div class="method-source-code" id="to_json-source">
|
|
361
|
-
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line
|
|
361
|
+
<pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 1586</span>
|
|
362
362
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
|
|
363
363
|
<span class="ruby-identifier">hash</span> = {}
|
|
364
364
|
<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>
|