bigbang 0.0.3 → 0.0.4

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.
@@ -0,0 +1,464 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: BigBang::Config
8
+
9
+ &mdash; Documentation by YARD 0.7.2
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ relpath = '..';
19
+ if (relpath != '') relpath += '/';
20
+ </script>
21
+
22
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
25
+
26
+
27
+ </head>
28
+ <body>
29
+ <script type="text/javascript" charset="utf-8">
30
+ if (window.top.frames.main) document.body.className = 'frames';
31
+ </script>
32
+
33
+ <div id="header">
34
+ <div id="menu">
35
+
36
+ <a href="../_index.html">Index (C)</a> &raquo;
37
+ <span class='title'><span class='object_link'><a href="../BigBang.html" title="BigBang (module)">BigBang</a></span></span>
38
+ &raquo;
39
+ <span class="title">Config</span>
40
+
41
+
42
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
+ </div>
44
+
45
+ <div id="search">
46
+
47
+ <a id="class_list_link" href="#">Class List</a>
48
+
49
+ <a id="method_list_link" href="#">Method List</a>
50
+
51
+ <a id="file_list_link" href="#">File List</a>
52
+
53
+ </div>
54
+ <div class="clear"></div>
55
+ </div>
56
+
57
+ <iframe id="search_frame"></iframe>
58
+
59
+ <div id="content"><h1>Class: BigBang::Config
60
+
61
+
62
+
63
+ </h1>
64
+
65
+ <dl class="box">
66
+
67
+ <dt class="r1">Inherits:</dt>
68
+ <dd class="r1">
69
+ <span class="inheritName">Object</span>
70
+
71
+ <ul class="fullTree">
72
+ <li>Object</li>
73
+
74
+ <li class="next">BigBang::Config</li>
75
+
76
+ </ul>
77
+ <a href="#" class="inheritanceTree">show all</a>
78
+
79
+ </dd>
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+ <dt class="r2 last">Defined in:</dt>
90
+ <dd class="r2 last">lib/bigbang/config.rb</dd>
91
+
92
+ </dl>
93
+ <div class="clear"></div>
94
+
95
+
96
+
97
+ <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
98
+ <ul class="summary">
99
+
100
+ <li class="public ">
101
+ <span class="summary_signature">
102
+
103
+ <a href="#access_key_id-instance_method" title="#access_key_id (instance method)">- (Object) <strong>access_key_id</strong> </a>
104
+
105
+
106
+
107
+ </span>
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+ <span class="summary_desc"><div class='inline'><p>
120
+ Returns the value of attribute access_key_id.
121
+ </p>
122
+ </div></span>
123
+
124
+ </li>
125
+
126
+
127
+ <li class="public ">
128
+ <span class="summary_signature">
129
+
130
+ <a href="#dns_opts-instance_method" title="#dns_opts (instance method)">- (Object) <strong>dns_opts</strong> </a>
131
+
132
+
133
+
134
+ </span>
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+ <span class="summary_desc"><div class='inline'><p>
147
+ Returns the value of attribute dns_opts.
148
+ </p>
149
+ </div></span>
150
+
151
+ </li>
152
+
153
+
154
+ <li class="public ">
155
+ <span class="summary_signature">
156
+
157
+ <a href="#domain-instance_method" title="#domain (instance method)">- (Object) <strong>domain</strong> </a>
158
+
159
+
160
+
161
+ </span>
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+ <span class="summary_desc"><div class='inline'><p>
174
+ Returns the value of attribute domain.
175
+ </p>
176
+ </div></span>
177
+
178
+ </li>
179
+
180
+
181
+ <li class="public ">
182
+ <span class="summary_signature">
183
+
184
+ <a href="#secret_key-instance_method" title="#secret_key (instance method)">- (Object) <strong>secret_key</strong> </a>
185
+
186
+
187
+
188
+ </span>
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+ <span class="summary_desc"><div class='inline'><p>
201
+ Returns the value of attribute secret_key.
202
+ </p>
203
+ </div></span>
204
+
205
+ </li>
206
+
207
+
208
+ </ul>
209
+
210
+
211
+
212
+
213
+
214
+ <h2>
215
+ Instance Method Summary
216
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
217
+ </h2>
218
+
219
+ <ul class="summary">
220
+
221
+ <li class="public ">
222
+ <span class="summary_signature">
223
+
224
+ <a href="#dns-instance_method" title="#dns (instance method)">- (Object) <strong>dns</strong>(d) </a>
225
+
226
+
227
+
228
+ </span>
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+ <span class="summary_desc"><div class='inline'></div></span>
238
+
239
+ </li>
240
+
241
+
242
+ </ul>
243
+
244
+
245
+
246
+ <div id="instance_attr_details" class="attr_details">
247
+ <h2>Instance Attribute Details</h2>
248
+
249
+
250
+ <span id="access_key_id=-instance_method"></span>
251
+ <span id="access_key_id-instance_method"></span>
252
+ <div class="method_details first">
253
+ <p class="signature first" id="access_key_id-instance_method">
254
+
255
+ - (<tt>Object</tt>) <strong>access_key_id</strong>
256
+
257
+
258
+
259
+ </p><div class="docstring">
260
+ <div class="discussion">
261
+ <p>
262
+ Returns the value of attribute access_key_id
263
+ </p>
264
+
265
+
266
+ </div>
267
+ </div>
268
+ <div class="tags">
269
+
270
+ </div><table class="source_code">
271
+ <tr>
272
+ <td>
273
+ <pre class="lines">
274
+
275
+
276
+ 3
277
+ 4
278
+ 5</pre>
279
+ </td>
280
+ <td>
281
+ <pre class="code"><span class="info file"># File 'lib/bigbang/config.rb', line 3</span>
282
+
283
+ <span class='def def kw'>def</span> <span class='access_key_id identifier id'>access_key_id</span>
284
+ <span class='@access_key_id ivar id'>@access_key_id</span>
285
+ <span class='end end kw'>end</span>
286
+ </pre>
287
+ </td>
288
+ </tr>
289
+ </table>
290
+ </div>
291
+
292
+
293
+ <span id="dns_opts=-instance_method"></span>
294
+ <span id="dns_opts-instance_method"></span>
295
+ <div class="method_details ">
296
+ <p class="signature " id="dns_opts-instance_method">
297
+
298
+ - (<tt>Object</tt>) <strong>dns_opts</strong>
299
+
300
+
301
+
302
+ </p><div class="docstring">
303
+ <div class="discussion">
304
+ <p>
305
+ Returns the value of attribute dns_opts
306
+ </p>
307
+
308
+
309
+ </div>
310
+ </div>
311
+ <div class="tags">
312
+
313
+ </div><table class="source_code">
314
+ <tr>
315
+ <td>
316
+ <pre class="lines">
317
+
318
+
319
+ 3
320
+ 4
321
+ 5</pre>
322
+ </td>
323
+ <td>
324
+ <pre class="code"><span class="info file"># File 'lib/bigbang/config.rb', line 3</span>
325
+
326
+ <span class='def def kw'>def</span> <span class='dns_opts identifier id'>dns_opts</span>
327
+ <span class='@dns_opts ivar id'>@dns_opts</span>
328
+ <span class='end end kw'>end</span>
329
+ </pre>
330
+ </td>
331
+ </tr>
332
+ </table>
333
+ </div>
334
+
335
+
336
+ <span id="domain=-instance_method"></span>
337
+ <span id="domain-instance_method"></span>
338
+ <div class="method_details ">
339
+ <p class="signature " id="domain-instance_method">
340
+
341
+ - (<tt>Object</tt>) <strong>domain</strong>
342
+
343
+
344
+
345
+ </p><div class="docstring">
346
+ <div class="discussion">
347
+ <p>
348
+ Returns the value of attribute domain
349
+ </p>
350
+
351
+
352
+ </div>
353
+ </div>
354
+ <div class="tags">
355
+
356
+ </div><table class="source_code">
357
+ <tr>
358
+ <td>
359
+ <pre class="lines">
360
+
361
+
362
+ 3
363
+ 4
364
+ 5</pre>
365
+ </td>
366
+ <td>
367
+ <pre class="code"><span class="info file"># File 'lib/bigbang/config.rb', line 3</span>
368
+
369
+ <span class='def def kw'>def</span> <span class='domain identifier id'>domain</span>
370
+ <span class='@domain ivar id'>@domain</span>
371
+ <span class='end end kw'>end</span>
372
+ </pre>
373
+ </td>
374
+ </tr>
375
+ </table>
376
+ </div>
377
+
378
+
379
+ <span id="secret_key=-instance_method"></span>
380
+ <span id="secret_key-instance_method"></span>
381
+ <div class="method_details ">
382
+ <p class="signature " id="secret_key-instance_method">
383
+
384
+ - (<tt>Object</tt>) <strong>secret_key</strong>
385
+
386
+
387
+
388
+ </p><div class="docstring">
389
+ <div class="discussion">
390
+ <p>
391
+ Returns the value of attribute secret_key
392
+ </p>
393
+
394
+
395
+ </div>
396
+ </div>
397
+ <div class="tags">
398
+
399
+ </div><table class="source_code">
400
+ <tr>
401
+ <td>
402
+ <pre class="lines">
403
+
404
+
405
+ 3
406
+ 4
407
+ 5</pre>
408
+ </td>
409
+ <td>
410
+ <pre class="code"><span class="info file"># File 'lib/bigbang/config.rb', line 3</span>
411
+
412
+ <span class='def def kw'>def</span> <span class='secret_key identifier id'>secret_key</span>
413
+ <span class='@secret_key ivar id'>@secret_key</span>
414
+ <span class='end end kw'>end</span>
415
+ </pre>
416
+ </td>
417
+ </tr>
418
+ </table>
419
+ </div>
420
+
421
+ </div>
422
+
423
+
424
+ <div id="instance_method_details" class="method_details_list">
425
+ <h2>Instance Method Details</h2>
426
+
427
+
428
+ <div class="method_details first">
429
+ <p class="signature first" id="dns-instance_method">
430
+
431
+ - (<tt>Object</tt>) <strong>dns</strong>(d)
432
+
433
+
434
+
435
+ </p><table class="source_code">
436
+ <tr>
437
+ <td>
438
+ <pre class="lines">
439
+
440
+
441
+ 4</pre>
442
+ </td>
443
+ <td>
444
+ <pre class="code"><span class="info file"># File 'lib/bigbang/config.rb', line 4</span>
445
+
446
+ <span class='def def kw'>def</span> <span class='dns identifier id'>dns</span><span class='lparen token'>(</span><span class='d identifier id'>d</span><span class='rparen token'>)</span> <span class='@dns_opts ivar id'>@dns_opts</span> <span class='assign token'>=</span> <span class='d identifier id'>d</span> <span class='end end kw'>end</span>
447
+ </pre>
448
+ </td>
449
+ </tr>
450
+ </table>
451
+ </div>
452
+
453
+ </div>
454
+
455
+ </div>
456
+
457
+ <div id="footer">
458
+ Generated on Sat Jul 16 01:05:16 2011 by
459
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
460
+ 0.7.2 (ruby-1.8.7).
461
+ </div>
462
+
463
+ </body>
464
+ </html>