strawberry_api 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.rubocop.yml +4 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +3 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +135 -0
  8. data/Rakefile +2 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/doc/HTTParty/Response.html +148 -0
  12. data/doc/StrawberryAPI/AccessRight.html +431 -0
  13. data/doc/StrawberryAPI/ApiKey.html +637 -0
  14. data/doc/StrawberryAPI/ArchiveStrategy.html +365 -0
  15. data/doc/StrawberryAPI/ArchiveStrategyState.html +1057 -0
  16. data/doc/StrawberryAPI/Asset.html +1791 -0
  17. data/doc/StrawberryAPI/AssetCopyToStrategy.html +145 -0
  18. data/doc/StrawberryAPI/AssetFeedback.html +370 -0
  19. data/doc/StrawberryAPI/Client/ApiKeys.html +904 -0
  20. data/doc/StrawberryAPI/Client/ArchiveStrategies.html +784 -0
  21. data/doc/StrawberryAPI/Client/AssetCopyToStrategies.html +805 -0
  22. data/doc/StrawberryAPI/Client/AssetFeedbacks.html +232 -0
  23. data/doc/StrawberryAPI/Client/Assets.html +888 -0
  24. data/doc/StrawberryAPI/Client/Collections.html +319 -0
  25. data/doc/StrawberryAPI/Client/CopyToFeedbacks.html +232 -0
  26. data/doc/StrawberryAPI/Client/CustomMetadata.html +210 -0
  27. data/doc/StrawberryAPI/Client/CustomMetadataFields.html +214 -0
  28. data/doc/StrawberryAPI/Client/CustomMetadataOptions.html +214 -0
  29. data/doc/StrawberryAPI/Client/CustomMetadataSets.html +214 -0
  30. data/doc/StrawberryAPI/Client/Edits.html +485 -0
  31. data/doc/StrawberryAPI/Client/Features.html +319 -0
  32. data/doc/StrawberryAPI/Client/Libraries.html +321 -0
  33. data/doc/StrawberryAPI/Client/Markers.html +234 -0
  34. data/doc/StrawberryAPI/Client/ProjectCopyToStrategies.html +857 -0
  35. data/doc/StrawberryAPI/Client/ProjectFeedbacks.html +232 -0
  36. data/doc/StrawberryAPI/Client/Projects.html +2764 -0
  37. data/doc/StrawberryAPI/Client/Roles.html +214 -0
  38. data/doc/StrawberryAPI/Client/Schedules.html +319 -0
  39. data/doc/StrawberryAPI/Client/Searches.html +293 -0
  40. data/doc/StrawberryAPI/Client/Sessions.html +376 -0
  41. data/doc/StrawberryAPI/Client/Settings.html +210 -0
  42. data/doc/StrawberryAPI/Client/StatusFlags.html +315 -0
  43. data/doc/StrawberryAPI/Client/Teams.html +1067 -0
  44. data/doc/StrawberryAPI/Client/Templates.html +319 -0
  45. data/doc/StrawberryAPI/Client/Users.html +1255 -0
  46. data/doc/StrawberryAPI/Client.html +487 -0
  47. data/doc/StrawberryAPI/Collection.html +427 -0
  48. data/doc/StrawberryAPI/Configuration.html +481 -0
  49. data/doc/StrawberryAPI/CopyToFeedback.html +220 -0
  50. data/doc/StrawberryAPI/CustomMetadataField.html +999 -0
  51. data/doc/StrawberryAPI/CustomMetadataOption.html +567 -0
  52. data/doc/StrawberryAPI/CustomMetadataSet.html +649 -0
  53. data/doc/StrawberryAPI/CustomMetadatum.html +718 -0
  54. data/doc/StrawberryAPI/Edit.html +637 -0
  55. data/doc/StrawberryAPI/Feature.html +567 -0
  56. data/doc/StrawberryAPI/Feedback.html +641 -0
  57. data/doc/StrawberryAPI/HttpClient.html +971 -0
  58. data/doc/StrawberryAPI/Library.html +637 -0
  59. data/doc/StrawberryAPI/Marker.html +847 -0
  60. data/doc/StrawberryAPI/Project.html +2395 -0
  61. data/doc/StrawberryAPI/ProjectCopyToStrategy.html +365 -0
  62. data/doc/StrawberryAPI/ProjectFeedback.html +370 -0
  63. data/doc/StrawberryAPI/Proxy.html +1267 -0
  64. data/doc/StrawberryAPI/Role.html +567 -0
  65. data/doc/StrawberryAPI/Schedule.html +2387 -0
  66. data/doc/StrawberryAPI/Session.html +121 -0
  67. data/doc/StrawberryAPI/Setting.html +207 -0
  68. data/doc/StrawberryAPI/StatusFlag.html +207 -0
  69. data/doc/StrawberryAPI/Strategy.html +641 -0
  70. data/doc/StrawberryAPI/Team.html +789 -0
  71. data/doc/StrawberryAPI/Template.html +707 -0
  72. data/doc/StrawberryAPI/User.html +999 -0
  73. data/doc/StrawberryAPI.html +483 -0
  74. data/doc/_index.html +632 -0
  75. data/doc/class_list.html +51 -0
  76. data/doc/css/common.css +1 -0
  77. data/doc/css/full_list.css +58 -0
  78. data/doc/css/style.css +496 -0
  79. data/doc/file.README.html +222 -0
  80. data/doc/file_list.html +56 -0
  81. data/doc/frames.html +17 -0
  82. data/doc/index.html +222 -0
  83. data/doc/js/app.js +292 -0
  84. data/doc/js/full_list.js +216 -0
  85. data/doc/js/jquery.js +4 -0
  86. data/doc/method_list.html +3059 -0
  87. data/doc/top-level-namespace.html +110 -0
  88. data/lib/strawberry_api/access_right.rb +18 -0
  89. data/lib/strawberry_api/api_key.rb +19 -0
  90. data/lib/strawberry_api/asset.rb +51 -0
  91. data/lib/strawberry_api/client/api_keys.rb +49 -0
  92. data/lib/strawberry_api/client/archive_strategies.rb +87 -0
  93. data/lib/strawberry_api/client/asset_copy_to_strategies.rb +83 -0
  94. data/lib/strawberry_api/client/asset_feedbacks.rb +18 -0
  95. data/lib/strawberry_api/client/assets.rb +92 -0
  96. data/lib/strawberry_api/client/collections.rb +29 -0
  97. data/lib/strawberry_api/client/copy_to_feedbacks.rb +18 -0
  98. data/lib/strawberry_api/client/custom_metadata.rb +16 -0
  99. data/lib/strawberry_api/client/custom_metadata_fields.rb +18 -0
  100. data/lib/strawberry_api/client/custom_metadata_options.rb +18 -0
  101. data/lib/strawberry_api/client/custom_metadata_sets.rb +18 -0
  102. data/lib/strawberry_api/client/edits.rb +47 -0
  103. data/lib/strawberry_api/client/features.rb +29 -0
  104. data/lib/strawberry_api/client/libraries.rb +30 -0
  105. data/lib/strawberry_api/client/markers.rb +19 -0
  106. data/lib/strawberry_api/client/project_copy_to_strategies.rb +88 -0
  107. data/lib/strawberry_api/client/project_feedbacks.rb +18 -0
  108. data/lib/strawberry_api/client/projects.rb +305 -0
  109. data/lib/strawberry_api/client/roles.rb +18 -0
  110. data/lib/strawberry_api/client/schedules.rb +29 -0
  111. data/lib/strawberry_api/client/searches.rb +25 -0
  112. data/lib/strawberry_api/client/sessions.rb +33 -0
  113. data/lib/strawberry_api/client/settings.rb +16 -0
  114. data/lib/strawberry_api/client/status_flags.rb +27 -0
  115. data/lib/strawberry_api/client/teams.rb +107 -0
  116. data/lib/strawberry_api/client/templates.rb +29 -0
  117. data/lib/strawberry_api/client/users.rb +125 -0
  118. data/lib/strawberry_api/client.rb +95 -0
  119. data/lib/strawberry_api/collection.rb +16 -0
  120. data/lib/strawberry_api/configuration.rb +19 -0
  121. data/lib/strawberry_api/custom_metadata/custom_metadata_field.rb +30 -0
  122. data/lib/strawberry_api/custom_metadata/custom_metadata_option.rb +18 -0
  123. data/lib/strawberry_api/custom_metadata/custom_metadata_set.rb +25 -0
  124. data/lib/strawberry_api/custom_metadatum.rb +30 -0
  125. data/lib/strawberry_api/edit.rb +19 -0
  126. data/lib/strawberry_api/feature.rb +18 -0
  127. data/lib/strawberry_api/feedback/asset_feedback.rb +15 -0
  128. data/lib/strawberry_api/feedback/copy_to_feedback.rb +12 -0
  129. data/lib/strawberry_api/feedback/project_feedback.rb +15 -0
  130. data/lib/strawberry_api/feedback.rb +19 -0
  131. data/lib/strawberry_api/http_client.rb +135 -0
  132. data/lib/strawberry_api/library.rb +19 -0
  133. data/lib/strawberry_api/marker.rb +22 -0
  134. data/lib/strawberry_api/project.rb +48 -0
  135. data/lib/strawberry_api/proxy.rb +28 -0
  136. data/lib/strawberry_api/role.rb +18 -0
  137. data/lib/strawberry_api/schedule.rb +44 -0
  138. data/lib/strawberry_api/session.rb +7 -0
  139. data/lib/strawberry_api/setting.rb +12 -0
  140. data/lib/strawberry_api/status_flag.rb +12 -0
  141. data/lib/strawberry_api/strategy/archive_strategy.rb +10 -0
  142. data/lib/strawberry_api/strategy/archive_strategy_state.rb +25 -0
  143. data/lib/strawberry_api/strategy/asset_copy_to_strategy.rb +6 -0
  144. data/lib/strawberry_api/strategy/project_copy_to_strategy.rb +9 -0
  145. data/lib/strawberry_api/strategy.rb +19 -0
  146. data/lib/strawberry_api/team.rb +27 -0
  147. data/lib/strawberry_api/template.rb +20 -0
  148. data/lib/strawberry_api/user.rb +30 -0
  149. data/lib/strawberry_api/version.rb +3 -0
  150. data/lib/strawberry_api.rb +36 -0
  151. data/samples/README.md +14 -0
  152. data/samples/list_assets_links.rb +15 -0
  153. data/samples/list_projects.rb +14 -0
  154. data/samples/login.rb +18 -0
  155. data/samples/test.rb +12 -0
  156. data/strawberry_api.gemspec +40 -0
  157. metadata +242 -0
@@ -0,0 +1,2395 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: StrawberryAPI::Project
8
+
9
+ &mdash; Documentation by YARD 0.9.16
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "StrawberryAPI::Project";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (P)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../StrawberryAPI.html" title="StrawberryAPI (module)">StrawberryAPI</a></span></span>
41
+ &raquo;
42
+ <span class="title">Project</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: StrawberryAPI::Project
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StrawberryAPI::Project</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/strawberry_api/project.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+
103
+
104
+
105
+
106
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
107
+ <ul class="summary">
108
+
109
+ <li class="public ">
110
+ <span class="summary_signature">
111
+
112
+ <a href="#alternative_name-instance_method" title="#alternative_name (instance method)">#<strong>alternative_name</strong> &#x21d2; Object </a>
113
+
114
+
115
+
116
+ </span>
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ <span class="summary_desc"><div class='inline'>
130
+ <p>Returns the value of attribute alternative_name.</p>
131
+ </div></span>
132
+
133
+ </li>
134
+
135
+
136
+ <li class="public ">
137
+ <span class="summary_signature">
138
+
139
+ <a href="#archive_strategy_id-instance_method" title="#archive_strategy_id (instance method)">#<strong>archive_strategy_id</strong> &#x21d2; Object </a>
140
+
141
+
142
+
143
+ </span>
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <span class="summary_desc"><div class='inline'>
157
+ <p>Returns the value of attribute archive_strategy_id.</p>
158
+ </div></span>
159
+
160
+ </li>
161
+
162
+
163
+ <li class="public ">
164
+ <span class="summary_signature">
165
+
166
+ <a href="#archive_strategy_state-instance_method" title="#archive_strategy_state (instance method)">#<strong>archive_strategy_state</strong> &#x21d2; Object </a>
167
+
168
+
169
+
170
+ </span>
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+ <span class="summary_desc"><div class='inline'>
184
+ <p>Returns the value of attribute archive_strategy_state.</p>
185
+ </div></span>
186
+
187
+ </li>
188
+
189
+
190
+ <li class="public ">
191
+ <span class="summary_signature">
192
+
193
+ <a href="#created_at-instance_method" title="#created_at (instance method)">#<strong>created_at</strong> &#x21d2; Object </a>
194
+
195
+
196
+
197
+ </span>
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+ <span class="summary_desc"><div class='inline'>
211
+ <p>Returns the value of attribute created_at.</p>
212
+ </div></span>
213
+
214
+ </li>
215
+
216
+
217
+ <li class="public ">
218
+ <span class="summary_signature">
219
+
220
+ <a href="#created_by-instance_method" title="#created_by (instance method)">#<strong>created_by</strong> &#x21d2; Object </a>
221
+
222
+
223
+
224
+ </span>
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+ <span class="summary_desc"><div class='inline'>
238
+ <p>Returns the value of attribute created_by.</p>
239
+ </div></span>
240
+
241
+ </li>
242
+
243
+
244
+ <li class="public ">
245
+ <span class="summary_signature">
246
+
247
+ <a href="#created_by_edit-instance_method" title="#created_by_edit (instance method)">#<strong>created_by_edit</strong> &#x21d2; Object </a>
248
+
249
+
250
+
251
+ </span>
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ <span class="summary_desc"><div class='inline'>
265
+ <p>Returns the value of attribute created_by_edit.</p>
266
+ </div></span>
267
+
268
+ </li>
269
+
270
+
271
+ <li class="public ">
272
+ <span class="summary_signature">
273
+
274
+ <a href="#deleted-instance_method" title="#deleted (instance method)">#<strong>deleted</strong> &#x21d2; Object </a>
275
+
276
+
277
+
278
+ </span>
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+ <span class="summary_desc"><div class='inline'>
292
+ <p>Returns the value of attribute deleted.</p>
293
+ </div></span>
294
+
295
+ </li>
296
+
297
+
298
+ <li class="public ">
299
+ <span class="summary_signature">
300
+
301
+ <a href="#delta-instance_method" title="#delta (instance method)">#<strong>delta</strong> &#x21d2; Object </a>
302
+
303
+
304
+
305
+ </span>
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+ <span class="summary_desc"><div class='inline'>
319
+ <p>Returns the value of attribute delta.</p>
320
+ </div></span>
321
+
322
+ </li>
323
+
324
+
325
+ <li class="public ">
326
+ <span class="summary_signature">
327
+
328
+ <a href="#encoding_priority-instance_method" title="#encoding_priority (instance method)">#<strong>encoding_priority</strong> &#x21d2; Object </a>
329
+
330
+
331
+
332
+ </span>
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+ <span class="summary_desc"><div class='inline'>
346
+ <p>Returns the value of attribute encoding_priority.</p>
347
+ </div></span>
348
+
349
+ </li>
350
+
351
+
352
+ <li class="public ">
353
+ <span class="summary_signature">
354
+
355
+ <a href="#frozen_by_id-instance_method" title="#frozen_by_id (instance method)">#<strong>frozen_by_id</strong> &#x21d2; Object </a>
356
+
357
+
358
+
359
+ </span>
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+ <span class="summary_desc"><div class='inline'>
373
+ <p>Returns the value of attribute frozen_by_id.</p>
374
+ </div></span>
375
+
376
+ </li>
377
+
378
+
379
+ <li class="public ">
380
+ <span class="summary_signature">
381
+
382
+ <a href="#fsp_cache-instance_method" title="#fsp_cache (instance method)">#<strong>fsp_cache</strong> &#x21d2; Object </a>
383
+
384
+
385
+
386
+ </span>
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+ <span class="summary_desc"><div class='inline'>
400
+ <p>Returns the value of attribute fsp_cache.</p>
401
+ </div></span>
402
+
403
+ </li>
404
+
405
+
406
+ <li class="public ">
407
+ <span class="summary_signature">
408
+
409
+ <a href="#id-instance_method" title="#id (instance method)">#<strong>id</strong> &#x21d2; Object </a>
410
+
411
+
412
+
413
+ </span>
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+ <span class="summary_desc"><div class='inline'>
427
+ <p>Returns the value of attribute id.</p>
428
+ </div></span>
429
+
430
+ </li>
431
+
432
+
433
+ <li class="public ">
434
+ <span class="summary_signature">
435
+
436
+ <a href="#is_library_project-instance_method" title="#is_library_project (instance method)">#<strong>is_library_project</strong> &#x21d2; Object </a>
437
+
438
+
439
+
440
+ </span>
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+ <span class="summary_desc"><div class='inline'>
454
+ <p>Returns the value of attribute is_library_project.</p>
455
+ </div></span>
456
+
457
+ </li>
458
+
459
+
460
+ <li class="public ">
461
+ <span class="summary_signature">
462
+
463
+ <a href="#last_opened_by-instance_method" title="#last_opened_by (instance method)">#<strong>last_opened_by</strong> &#x21d2; Object </a>
464
+
465
+
466
+
467
+ </span>
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+ <span class="summary_desc"><div class='inline'>
481
+ <p>Returns the value of attribute last_opened_by.</p>
482
+ </div></span>
483
+
484
+ </li>
485
+
486
+
487
+ <li class="public ">
488
+ <span class="summary_signature">
489
+
490
+ <a href="#last_opened_by_edit-instance_method" title="#last_opened_by_edit (instance method)">#<strong>last_opened_by_edit</strong> &#x21d2; Object </a>
491
+
492
+
493
+
494
+ </span>
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+ <span class="summary_desc"><div class='inline'>
508
+ <p>Returns the value of attribute last_opened_by_edit.</p>
509
+ </div></span>
510
+
511
+ </li>
512
+
513
+
514
+ <li class="public ">
515
+ <span class="summary_signature">
516
+
517
+ <a href="#last_used_at-instance_method" title="#last_used_at (instance method)">#<strong>last_used_at</strong> &#x21d2; Object </a>
518
+
519
+
520
+
521
+ </span>
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <span class="summary_desc"><div class='inline'>
535
+ <p>Returns the value of attribute last_used_at.</p>
536
+ </div></span>
537
+
538
+ </li>
539
+
540
+
541
+ <li class="public ">
542
+ <span class="summary_signature">
543
+
544
+ <a href="#locked_by-instance_method" title="#locked_by (instance method)">#<strong>locked_by</strong> &#x21d2; Object </a>
545
+
546
+
547
+
548
+ </span>
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+ <span class="summary_desc"><div class='inline'>
562
+ <p>Returns the value of attribute locked_by.</p>
563
+ </div></span>
564
+
565
+ </li>
566
+
567
+
568
+ <li class="public ">
569
+ <span class="summary_signature">
570
+
571
+ <a href="#mounted_by-instance_method" title="#mounted_by (instance method)">#<strong>mounted_by</strong> &#x21d2; Object </a>
572
+
573
+
574
+
575
+ </span>
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+ <span class="summary_desc"><div class='inline'>
589
+ <p>Returns the value of attribute mounted_by.</p>
590
+ </div></span>
591
+
592
+ </li>
593
+
594
+
595
+ <li class="public ">
596
+ <span class="summary_signature">
597
+
598
+ <a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> &#x21d2; Object </a>
599
+
600
+
601
+
602
+ </span>
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+ <span class="summary_desc"><div class='inline'>
616
+ <p>Returns the value of attribute name.</p>
617
+ </div></span>
618
+
619
+ </li>
620
+
621
+
622
+ <li class="public ">
623
+ <span class="summary_signature">
624
+
625
+ <a href="#owner_id-instance_method" title="#owner_id (instance method)">#<strong>owner_id</strong> &#x21d2; Object </a>
626
+
627
+
628
+
629
+ </span>
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+ <span class="summary_desc"><div class='inline'>
643
+ <p>Returns the value of attribute owner_id.</p>
644
+ </div></span>
645
+
646
+ </li>
647
+
648
+
649
+ <li class="public ">
650
+ <span class="summary_signature">
651
+
652
+ <a href="#parentprojects-instance_method" title="#parentprojects (instance method)">#<strong>parentprojects</strong> &#x21d2; Object </a>
653
+
654
+
655
+
656
+ </span>
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+ <span class="summary_desc"><div class='inline'>
670
+ <p>Returns the value of attribute parentprojects.</p>
671
+ </div></span>
672
+
673
+ </li>
674
+
675
+
676
+ <li class="public ">
677
+ <span class="summary_signature">
678
+
679
+ <a href="#prefix-instance_method" title="#prefix (instance method)">#<strong>prefix</strong> &#x21d2; Object </a>
680
+
681
+
682
+
683
+ </span>
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+ <span class="summary_desc"><div class='inline'>
697
+ <p>Returns the value of attribute prefix.</p>
698
+ </div></span>
699
+
700
+ </li>
701
+
702
+
703
+ <li class="public ">
704
+ <span class="summary_signature">
705
+
706
+ <a href="#quota-instance_method" title="#quota (instance method)">#<strong>quota</strong> &#x21d2; Object </a>
707
+
708
+
709
+
710
+ </span>
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+ <span class="summary_desc"><div class='inline'>
724
+ <p>Returns the value of attribute quota.</p>
725
+ </div></span>
726
+
727
+ </li>
728
+
729
+
730
+ <li class="public ">
731
+ <span class="summary_signature">
732
+
733
+ <a href="#size-instance_method" title="#size (instance method)">#<strong>size</strong> &#x21d2; Object </a>
734
+
735
+
736
+
737
+ </span>
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+ <span class="summary_desc"><div class='inline'>
751
+ <p>Returns the value of attribute size.</p>
752
+ </div></span>
753
+
754
+ </li>
755
+
756
+
757
+ <li class="public ">
758
+ <span class="summary_signature">
759
+
760
+ <a href="#subprojects-instance_method" title="#subprojects (instance method)">#<strong>subprojects</strong> &#x21d2; Object </a>
761
+
762
+
763
+
764
+ </span>
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+ <span class="summary_desc"><div class='inline'>
778
+ <p>Returns the value of attribute subprojects.</p>
779
+ </div></span>
780
+
781
+ </li>
782
+
783
+
784
+ <li class="public ">
785
+ <span class="summary_signature">
786
+
787
+ <a href="#template_type-instance_method" title="#template_type (instance method)">#<strong>template_type</strong> &#x21d2; Object </a>
788
+
789
+
790
+
791
+ </span>
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+ <span class="summary_desc"><div class='inline'>
805
+ <p>Returns the value of attribute template_type.</p>
806
+ </div></span>
807
+
808
+ </li>
809
+
810
+
811
+ <li class="public ">
812
+ <span class="summary_signature">
813
+
814
+ <a href="#templatename-instance_method" title="#templatename (instance method)">#<strong>templatename</strong> &#x21d2; Object </a>
815
+
816
+
817
+
818
+ </span>
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+ <span class="summary_desc"><div class='inline'>
832
+ <p>Returns the value of attribute templatename.</p>
833
+ </div></span>
834
+
835
+ </li>
836
+
837
+
838
+ <li class="public ">
839
+ <span class="summary_signature">
840
+
841
+ <a href="#tiered_at-instance_method" title="#tiered_at (instance method)">#<strong>tiered_at</strong> &#x21d2; Object </a>
842
+
843
+
844
+
845
+ </span>
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+ <span class="summary_desc"><div class='inline'>
859
+ <p>Returns the value of attribute tiered_at.</p>
860
+ </div></span>
861
+
862
+ </li>
863
+
864
+
865
+ <li class="public ">
866
+ <span class="summary_signature">
867
+
868
+ <a href="#tiering_storage-instance_method" title="#tiering_storage (instance method)">#<strong>tiering_storage</strong> &#x21d2; Object </a>
869
+
870
+
871
+
872
+ </span>
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+ <span class="summary_desc"><div class='inline'>
886
+ <p>Returns the value of attribute tiering_storage.</p>
887
+ </div></span>
888
+
889
+ </li>
890
+
891
+
892
+ <li class="public ">
893
+ <span class="summary_signature">
894
+
895
+ <a href="#updated_at-instance_method" title="#updated_at (instance method)">#<strong>updated_at</strong> &#x21d2; Object </a>
896
+
897
+
898
+
899
+ </span>
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+ <span class="summary_desc"><div class='inline'>
913
+ <p>Returns the value of attribute updated_at.</p>
914
+ </div></span>
915
+
916
+ </li>
917
+
918
+
919
+ <li class="public ">
920
+ <span class="summary_signature">
921
+
922
+ <a href="#user_id-instance_method" title="#user_id (instance method)">#<strong>user_id</strong> &#x21d2; Object </a>
923
+
924
+
925
+
926
+ </span>
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+ <span class="summary_desc"><div class='inline'>
940
+ <p>Returns the value of attribute user_id.</p>
941
+ </div></span>
942
+
943
+ </li>
944
+
945
+
946
+ </ul>
947
+
948
+
949
+
950
+
951
+
952
+ <h2>
953
+ Instance Method Summary
954
+ <small><a href="#" class="summary_toggle">collapse</a></small>
955
+ </h2>
956
+
957
+ <ul class="summary">
958
+
959
+ <li class="public ">
960
+ <span class="summary_signature">
961
+
962
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(params = {}) &#x21d2; Project </a>
963
+
964
+
965
+
966
+ </span>
967
+
968
+
969
+ <span class="note title constructor">constructor</span>
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+ <span class="summary_desc"><div class='inline'>
979
+ <p>A new instance of Project.</p>
980
+ </div></span>
981
+
982
+ </li>
983
+
984
+
985
+ </ul>
986
+
987
+
988
+ <div id="constructor_details" class="method_details_list">
989
+ <h2>Constructor Details</h2>
990
+
991
+ <div class="method_details first">
992
+ <h3 class="signature first" id="initialize-instance_method">
993
+
994
+ #<strong>initialize</strong>(params = {}) &#x21d2; <tt><span class='object_link'><a href="" title="StrawberryAPI::Project (class)">Project</a></span></tt>
995
+
996
+
997
+
998
+
999
+
1000
+ </h3><div class="docstring">
1001
+ <div class="discussion">
1002
+
1003
+ <p>Returns a new instance of Project</p>
1004
+
1005
+
1006
+ </div>
1007
+ </div>
1008
+ <div class="tags">
1009
+
1010
+
1011
+ </div><table class="source_code">
1012
+ <tr>
1013
+ <td>
1014
+ <pre class="lines">
1015
+
1016
+
1017
+ 37
1018
+ 38
1019
+ 39
1020
+ 40
1021
+ 41
1022
+ 42
1023
+ 43
1024
+ 44
1025
+ 45</pre>
1026
+ </td>
1027
+ <td>
1028
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 37</span>
1029
+
1030
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
1031
+ <span class='id identifier rubyid_params'>params</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
1032
+ <span class='kw'>if</span> <span class='id identifier rubyid_k'>k</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>archive_strategy_state</span><span class='tstring_end'>&#39;</span></span>
1033
+ <span class='const'><span class='object_link'><a href="ArchiveStrategyState.html" title="StrawberryAPI::ArchiveStrategyState (class)">ArchiveStrategyState</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ArchiveStrategyState.html#initialize-instance_method" title="StrawberryAPI::ArchiveStrategyState#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span>
1034
+ <span class='kw'>end</span>
1035
+
1036
+ <span class='id identifier rubyid_instance_variable_set'>instance_variable_set</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>@</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_k'>k</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_v'>v</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
1037
+ <span class='kw'>end</span>
1038
+ <span class='kw'>end</span></pre>
1039
+ </td>
1040
+ </tr>
1041
+ </table>
1042
+ </div>
1043
+
1044
+ </div>
1045
+
1046
+ <div id="instance_attr_details" class="attr_details">
1047
+ <h2>Instance Attribute Details</h2>
1048
+
1049
+
1050
+ <span id="alternative_name=-instance_method"></span>
1051
+ <div class="method_details first">
1052
+ <h3 class="signature first" id="alternative_name-instance_method">
1053
+
1054
+ #<strong>alternative_name</strong> &#x21d2; <tt>Object</tt>
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+ </h3><div class="docstring">
1061
+ <div class="discussion">
1062
+
1063
+ <p>Returns the value of attribute alternative_name</p>
1064
+
1065
+
1066
+ </div>
1067
+ </div>
1068
+ <div class="tags">
1069
+
1070
+
1071
+ </div><table class="source_code">
1072
+ <tr>
1073
+ <td>
1074
+ <pre class="lines">
1075
+
1076
+
1077
+ 30
1078
+ 31
1079
+ 32</pre>
1080
+ </td>
1081
+ <td>
1082
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 30</span>
1083
+
1084
+ <span class='kw'>def</span> <span class='id identifier rubyid_alternative_name'>alternative_name</span>
1085
+ <span class='ivar'>@alternative_name</span>
1086
+ <span class='kw'>end</span></pre>
1087
+ </td>
1088
+ </tr>
1089
+ </table>
1090
+ </div>
1091
+
1092
+
1093
+ <span id="archive_strategy_id=-instance_method"></span>
1094
+ <div class="method_details ">
1095
+ <h3 class="signature " id="archive_strategy_id-instance_method">
1096
+
1097
+ #<strong>archive_strategy_id</strong> &#x21d2; <tt>Object</tt>
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+ </h3><div class="docstring">
1104
+ <div class="discussion">
1105
+
1106
+ <p>Returns the value of attribute archive_strategy_id</p>
1107
+
1108
+
1109
+ </div>
1110
+ </div>
1111
+ <div class="tags">
1112
+
1113
+
1114
+ </div><table class="source_code">
1115
+ <tr>
1116
+ <td>
1117
+ <pre class="lines">
1118
+
1119
+
1120
+ 18
1121
+ 19
1122
+ 20</pre>
1123
+ </td>
1124
+ <td>
1125
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 18</span>
1126
+
1127
+ <span class='kw'>def</span> <span class='id identifier rubyid_archive_strategy_id'>archive_strategy_id</span>
1128
+ <span class='ivar'>@archive_strategy_id</span>
1129
+ <span class='kw'>end</span></pre>
1130
+ </td>
1131
+ </tr>
1132
+ </table>
1133
+ </div>
1134
+
1135
+
1136
+ <span id="archive_strategy_state=-instance_method"></span>
1137
+ <div class="method_details ">
1138
+ <h3 class="signature " id="archive_strategy_state-instance_method">
1139
+
1140
+ #<strong>archive_strategy_state</strong> &#x21d2; <tt>Object</tt>
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+ </h3><div class="docstring">
1147
+ <div class="discussion">
1148
+
1149
+ <p>Returns the value of attribute archive_strategy_state</p>
1150
+
1151
+
1152
+ </div>
1153
+ </div>
1154
+ <div class="tags">
1155
+
1156
+
1157
+ </div><table class="source_code">
1158
+ <tr>
1159
+ <td>
1160
+ <pre class="lines">
1161
+
1162
+
1163
+ 19
1164
+ 20
1165
+ 21</pre>
1166
+ </td>
1167
+ <td>
1168
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 19</span>
1169
+
1170
+ <span class='kw'>def</span> <span class='id identifier rubyid_archive_strategy_state'>archive_strategy_state</span>
1171
+ <span class='ivar'>@archive_strategy_state</span>
1172
+ <span class='kw'>end</span></pre>
1173
+ </td>
1174
+ </tr>
1175
+ </table>
1176
+ </div>
1177
+
1178
+
1179
+ <span id="created_at=-instance_method"></span>
1180
+ <div class="method_details ">
1181
+ <h3 class="signature " id="created_at-instance_method">
1182
+
1183
+ #<strong>created_at</strong> &#x21d2; <tt>Object</tt>
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+ </h3><div class="docstring">
1190
+ <div class="discussion">
1191
+
1192
+ <p>Returns the value of attribute created_at</p>
1193
+
1194
+
1195
+ </div>
1196
+ </div>
1197
+ <div class="tags">
1198
+
1199
+
1200
+ </div><table class="source_code">
1201
+ <tr>
1202
+ <td>
1203
+ <pre class="lines">
1204
+
1205
+
1206
+ 8
1207
+ 9
1208
+ 10</pre>
1209
+ </td>
1210
+ <td>
1211
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 8</span>
1212
+
1213
+ <span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
1214
+ <span class='ivar'>@created_at</span>
1215
+ <span class='kw'>end</span></pre>
1216
+ </td>
1217
+ </tr>
1218
+ </table>
1219
+ </div>
1220
+
1221
+
1222
+ <span id="created_by=-instance_method"></span>
1223
+ <div class="method_details ">
1224
+ <h3 class="signature " id="created_by-instance_method">
1225
+
1226
+ #<strong>created_by</strong> &#x21d2; <tt>Object</tt>
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+ </h3><div class="docstring">
1233
+ <div class="discussion">
1234
+
1235
+ <p>Returns the value of attribute created_by</p>
1236
+
1237
+
1238
+ </div>
1239
+ </div>
1240
+ <div class="tags">
1241
+
1242
+
1243
+ </div><table class="source_code">
1244
+ <tr>
1245
+ <td>
1246
+ <pre class="lines">
1247
+
1248
+
1249
+ 14
1250
+ 15
1251
+ 16</pre>
1252
+ </td>
1253
+ <td>
1254
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 14</span>
1255
+
1256
+ <span class='kw'>def</span> <span class='id identifier rubyid_created_by'>created_by</span>
1257
+ <span class='ivar'>@created_by</span>
1258
+ <span class='kw'>end</span></pre>
1259
+ </td>
1260
+ </tr>
1261
+ </table>
1262
+ </div>
1263
+
1264
+
1265
+ <span id="created_by_edit=-instance_method"></span>
1266
+ <div class="method_details ">
1267
+ <h3 class="signature " id="created_by_edit-instance_method">
1268
+
1269
+ #<strong>created_by_edit</strong> &#x21d2; <tt>Object</tt>
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ </h3><div class="docstring">
1276
+ <div class="discussion">
1277
+
1278
+ <p>Returns the value of attribute created_by_edit</p>
1279
+
1280
+
1281
+ </div>
1282
+ </div>
1283
+ <div class="tags">
1284
+
1285
+
1286
+ </div><table class="source_code">
1287
+ <tr>
1288
+ <td>
1289
+ <pre class="lines">
1290
+
1291
+
1292
+ 23
1293
+ 24
1294
+ 25</pre>
1295
+ </td>
1296
+ <td>
1297
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 23</span>
1298
+
1299
+ <span class='kw'>def</span> <span class='id identifier rubyid_created_by_edit'>created_by_edit</span>
1300
+ <span class='ivar'>@created_by_edit</span>
1301
+ <span class='kw'>end</span></pre>
1302
+ </td>
1303
+ </tr>
1304
+ </table>
1305
+ </div>
1306
+
1307
+
1308
+ <span id="deleted=-instance_method"></span>
1309
+ <div class="method_details ">
1310
+ <h3 class="signature " id="deleted-instance_method">
1311
+
1312
+ #<strong>deleted</strong> &#x21d2; <tt>Object</tt>
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+ </h3><div class="docstring">
1319
+ <div class="discussion">
1320
+
1321
+ <p>Returns the value of attribute deleted</p>
1322
+
1323
+
1324
+ </div>
1325
+ </div>
1326
+ <div class="tags">
1327
+
1328
+
1329
+ </div><table class="source_code">
1330
+ <tr>
1331
+ <td>
1332
+ <pre class="lines">
1333
+
1334
+
1335
+ 24
1336
+ 25
1337
+ 26</pre>
1338
+ </td>
1339
+ <td>
1340
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 24</span>
1341
+
1342
+ <span class='kw'>def</span> <span class='id identifier rubyid_deleted'>deleted</span>
1343
+ <span class='ivar'>@deleted</span>
1344
+ <span class='kw'>end</span></pre>
1345
+ </td>
1346
+ </tr>
1347
+ </table>
1348
+ </div>
1349
+
1350
+
1351
+ <span id="delta=-instance_method"></span>
1352
+ <div class="method_details ">
1353
+ <h3 class="signature " id="delta-instance_method">
1354
+
1355
+ #<strong>delta</strong> &#x21d2; <tt>Object</tt>
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+ </h3><div class="docstring">
1362
+ <div class="discussion">
1363
+
1364
+ <p>Returns the value of attribute delta</p>
1365
+
1366
+
1367
+ </div>
1368
+ </div>
1369
+ <div class="tags">
1370
+
1371
+
1372
+ </div><table class="source_code">
1373
+ <tr>
1374
+ <td>
1375
+ <pre class="lines">
1376
+
1377
+
1378
+ 16
1379
+ 17
1380
+ 18</pre>
1381
+ </td>
1382
+ <td>
1383
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 16</span>
1384
+
1385
+ <span class='kw'>def</span> <span class='id identifier rubyid_delta'>delta</span>
1386
+ <span class='ivar'>@delta</span>
1387
+ <span class='kw'>end</span></pre>
1388
+ </td>
1389
+ </tr>
1390
+ </table>
1391
+ </div>
1392
+
1393
+
1394
+ <span id="encoding_priority=-instance_method"></span>
1395
+ <div class="method_details ">
1396
+ <h3 class="signature " id="encoding_priority-instance_method">
1397
+
1398
+ #<strong>encoding_priority</strong> &#x21d2; <tt>Object</tt>
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+ </h3><div class="docstring">
1405
+ <div class="discussion">
1406
+
1407
+ <p>Returns the value of attribute encoding_priority</p>
1408
+
1409
+
1410
+ </div>
1411
+ </div>
1412
+ <div class="tags">
1413
+
1414
+
1415
+ </div><table class="source_code">
1416
+ <tr>
1417
+ <td>
1418
+ <pre class="lines">
1419
+
1420
+
1421
+ 28
1422
+ 29
1423
+ 30</pre>
1424
+ </td>
1425
+ <td>
1426
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 28</span>
1427
+
1428
+ <span class='kw'>def</span> <span class='id identifier rubyid_encoding_priority'>encoding_priority</span>
1429
+ <span class='ivar'>@encoding_priority</span>
1430
+ <span class='kw'>end</span></pre>
1431
+ </td>
1432
+ </tr>
1433
+ </table>
1434
+ </div>
1435
+
1436
+
1437
+ <span id="frozen_by_id=-instance_method"></span>
1438
+ <div class="method_details ">
1439
+ <h3 class="signature " id="frozen_by_id-instance_method">
1440
+
1441
+ #<strong>frozen_by_id</strong> &#x21d2; <tt>Object</tt>
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+ </h3><div class="docstring">
1448
+ <div class="discussion">
1449
+
1450
+ <p>Returns the value of attribute frozen_by_id</p>
1451
+
1452
+
1453
+ </div>
1454
+ </div>
1455
+ <div class="tags">
1456
+
1457
+
1458
+ </div><table class="source_code">
1459
+ <tr>
1460
+ <td>
1461
+ <pre class="lines">
1462
+
1463
+
1464
+ 20
1465
+ 21
1466
+ 22</pre>
1467
+ </td>
1468
+ <td>
1469
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 20</span>
1470
+
1471
+ <span class='kw'>def</span> <span class='id identifier rubyid_frozen_by_id'>frozen_by_id</span>
1472
+ <span class='ivar'>@frozen_by_id</span>
1473
+ <span class='kw'>end</span></pre>
1474
+ </td>
1475
+ </tr>
1476
+ </table>
1477
+ </div>
1478
+
1479
+
1480
+ <span id="fsp_cache=-instance_method"></span>
1481
+ <div class="method_details ">
1482
+ <h3 class="signature " id="fsp_cache-instance_method">
1483
+
1484
+ #<strong>fsp_cache</strong> &#x21d2; <tt>Object</tt>
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+ </h3><div class="docstring">
1491
+ <div class="discussion">
1492
+
1493
+ <p>Returns the value of attribute fsp_cache</p>
1494
+
1495
+
1496
+ </div>
1497
+ </div>
1498
+ <div class="tags">
1499
+
1500
+
1501
+ </div><table class="source_code">
1502
+ <tr>
1503
+ <td>
1504
+ <pre class="lines">
1505
+
1506
+
1507
+ 29
1508
+ 30
1509
+ 31</pre>
1510
+ </td>
1511
+ <td>
1512
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 29</span>
1513
+
1514
+ <span class='kw'>def</span> <span class='id identifier rubyid_fsp_cache'>fsp_cache</span>
1515
+ <span class='ivar'>@fsp_cache</span>
1516
+ <span class='kw'>end</span></pre>
1517
+ </td>
1518
+ </tr>
1519
+ </table>
1520
+ </div>
1521
+
1522
+
1523
+ <span id="id=-instance_method"></span>
1524
+ <div class="method_details ">
1525
+ <h3 class="signature " id="id-instance_method">
1526
+
1527
+ #<strong>id</strong> &#x21d2; <tt>Object</tt>
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+ </h3><div class="docstring">
1534
+ <div class="discussion">
1535
+
1536
+ <p>Returns the value of attribute id</p>
1537
+
1538
+
1539
+ </div>
1540
+ </div>
1541
+ <div class="tags">
1542
+
1543
+
1544
+ </div><table class="source_code">
1545
+ <tr>
1546
+ <td>
1547
+ <pre class="lines">
1548
+
1549
+
1550
+ 5
1551
+ 6
1552
+ 7</pre>
1553
+ </td>
1554
+ <td>
1555
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 5</span>
1556
+
1557
+ <span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
1558
+ <span class='ivar'>@id</span>
1559
+ <span class='kw'>end</span></pre>
1560
+ </td>
1561
+ </tr>
1562
+ </table>
1563
+ </div>
1564
+
1565
+
1566
+ <span id="is_library_project=-instance_method"></span>
1567
+ <div class="method_details ">
1568
+ <h3 class="signature " id="is_library_project-instance_method">
1569
+
1570
+ #<strong>is_library_project</strong> &#x21d2; <tt>Object</tt>
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+ </h3><div class="docstring">
1577
+ <div class="discussion">
1578
+
1579
+ <p>Returns the value of attribute is_library_project</p>
1580
+
1581
+
1582
+ </div>
1583
+ </div>
1584
+ <div class="tags">
1585
+
1586
+
1587
+ </div><table class="source_code">
1588
+ <tr>
1589
+ <td>
1590
+ <pre class="lines">
1591
+
1592
+
1593
+ 21
1594
+ 22
1595
+ 23</pre>
1596
+ </td>
1597
+ <td>
1598
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 21</span>
1599
+
1600
+ <span class='kw'>def</span> <span class='id identifier rubyid_is_library_project'>is_library_project</span>
1601
+ <span class='ivar'>@is_library_project</span>
1602
+ <span class='kw'>end</span></pre>
1603
+ </td>
1604
+ </tr>
1605
+ </table>
1606
+ </div>
1607
+
1608
+
1609
+ <span id="last_opened_by=-instance_method"></span>
1610
+ <div class="method_details ">
1611
+ <h3 class="signature " id="last_opened_by-instance_method">
1612
+
1613
+ #<strong>last_opened_by</strong> &#x21d2; <tt>Object</tt>
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+ </h3><div class="docstring">
1620
+ <div class="discussion">
1621
+
1622
+ <p>Returns the value of attribute last_opened_by</p>
1623
+
1624
+
1625
+ </div>
1626
+ </div>
1627
+ <div class="tags">
1628
+
1629
+
1630
+ </div><table class="source_code">
1631
+ <tr>
1632
+ <td>
1633
+ <pre class="lines">
1634
+
1635
+
1636
+ 13
1637
+ 14
1638
+ 15</pre>
1639
+ </td>
1640
+ <td>
1641
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 13</span>
1642
+
1643
+ <span class='kw'>def</span> <span class='id identifier rubyid_last_opened_by'>last_opened_by</span>
1644
+ <span class='ivar'>@last_opened_by</span>
1645
+ <span class='kw'>end</span></pre>
1646
+ </td>
1647
+ </tr>
1648
+ </table>
1649
+ </div>
1650
+
1651
+
1652
+ <span id="last_opened_by_edit=-instance_method"></span>
1653
+ <div class="method_details ">
1654
+ <h3 class="signature " id="last_opened_by_edit-instance_method">
1655
+
1656
+ #<strong>last_opened_by_edit</strong> &#x21d2; <tt>Object</tt>
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+ </h3><div class="docstring">
1663
+ <div class="discussion">
1664
+
1665
+ <p>Returns the value of attribute last_opened_by_edit</p>
1666
+
1667
+
1668
+ </div>
1669
+ </div>
1670
+ <div class="tags">
1671
+
1672
+
1673
+ </div><table class="source_code">
1674
+ <tr>
1675
+ <td>
1676
+ <pre class="lines">
1677
+
1678
+
1679
+ 22
1680
+ 23
1681
+ 24</pre>
1682
+ </td>
1683
+ <td>
1684
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 22</span>
1685
+
1686
+ <span class='kw'>def</span> <span class='id identifier rubyid_last_opened_by_edit'>last_opened_by_edit</span>
1687
+ <span class='ivar'>@last_opened_by_edit</span>
1688
+ <span class='kw'>end</span></pre>
1689
+ </td>
1690
+ </tr>
1691
+ </table>
1692
+ </div>
1693
+
1694
+
1695
+ <span id="last_used_at=-instance_method"></span>
1696
+ <div class="method_details ">
1697
+ <h3 class="signature " id="last_used_at-instance_method">
1698
+
1699
+ #<strong>last_used_at</strong> &#x21d2; <tt>Object</tt>
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+ </h3><div class="docstring">
1706
+ <div class="discussion">
1707
+
1708
+ <p>Returns the value of attribute last_used_at</p>
1709
+
1710
+
1711
+ </div>
1712
+ </div>
1713
+ <div class="tags">
1714
+
1715
+
1716
+ </div><table class="source_code">
1717
+ <tr>
1718
+ <td>
1719
+ <pre class="lines">
1720
+
1721
+
1722
+ 15
1723
+ 16
1724
+ 17</pre>
1725
+ </td>
1726
+ <td>
1727
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 15</span>
1728
+
1729
+ <span class='kw'>def</span> <span class='id identifier rubyid_last_used_at'>last_used_at</span>
1730
+ <span class='ivar'>@last_used_at</span>
1731
+ <span class='kw'>end</span></pre>
1732
+ </td>
1733
+ </tr>
1734
+ </table>
1735
+ </div>
1736
+
1737
+
1738
+ <span id="locked_by=-instance_method"></span>
1739
+ <div class="method_details ">
1740
+ <h3 class="signature " id="locked_by-instance_method">
1741
+
1742
+ #<strong>locked_by</strong> &#x21d2; <tt>Object</tt>
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+ </h3><div class="docstring">
1749
+ <div class="discussion">
1750
+
1751
+ <p>Returns the value of attribute locked_by</p>
1752
+
1753
+
1754
+ </div>
1755
+ </div>
1756
+ <div class="tags">
1757
+
1758
+
1759
+ </div><table class="source_code">
1760
+ <tr>
1761
+ <td>
1762
+ <pre class="lines">
1763
+
1764
+
1765
+ 10
1766
+ 11
1767
+ 12</pre>
1768
+ </td>
1769
+ <td>
1770
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 10</span>
1771
+
1772
+ <span class='kw'>def</span> <span class='id identifier rubyid_locked_by'>locked_by</span>
1773
+ <span class='ivar'>@locked_by</span>
1774
+ <span class='kw'>end</span></pre>
1775
+ </td>
1776
+ </tr>
1777
+ </table>
1778
+ </div>
1779
+
1780
+
1781
+ <span id="mounted_by=-instance_method"></span>
1782
+ <div class="method_details ">
1783
+ <h3 class="signature " id="mounted_by-instance_method">
1784
+
1785
+ #<strong>mounted_by</strong> &#x21d2; <tt>Object</tt>
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+ </h3><div class="docstring">
1792
+ <div class="discussion">
1793
+
1794
+ <p>Returns the value of attribute mounted_by</p>
1795
+
1796
+
1797
+ </div>
1798
+ </div>
1799
+ <div class="tags">
1800
+
1801
+
1802
+ </div><table class="source_code">
1803
+ <tr>
1804
+ <td>
1805
+ <pre class="lines">
1806
+
1807
+
1808
+ 33
1809
+ 34
1810
+ 35</pre>
1811
+ </td>
1812
+ <td>
1813
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 33</span>
1814
+
1815
+ <span class='kw'>def</span> <span class='id identifier rubyid_mounted_by'>mounted_by</span>
1816
+ <span class='ivar'>@mounted_by</span>
1817
+ <span class='kw'>end</span></pre>
1818
+ </td>
1819
+ </tr>
1820
+ </table>
1821
+ </div>
1822
+
1823
+
1824
+ <span id="name=-instance_method"></span>
1825
+ <div class="method_details ">
1826
+ <h3 class="signature " id="name-instance_method">
1827
+
1828
+ #<strong>name</strong> &#x21d2; <tt>Object</tt>
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+ </h3><div class="docstring">
1835
+ <div class="discussion">
1836
+
1837
+ <p>Returns the value of attribute name</p>
1838
+
1839
+
1840
+ </div>
1841
+ </div>
1842
+ <div class="tags">
1843
+
1844
+
1845
+ </div><table class="source_code">
1846
+ <tr>
1847
+ <td>
1848
+ <pre class="lines">
1849
+
1850
+
1851
+ 6
1852
+ 7
1853
+ 8</pre>
1854
+ </td>
1855
+ <td>
1856
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 6</span>
1857
+
1858
+ <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
1859
+ <span class='ivar'>@name</span>
1860
+ <span class='kw'>end</span></pre>
1861
+ </td>
1862
+ </tr>
1863
+ </table>
1864
+ </div>
1865
+
1866
+
1867
+ <span id="owner_id=-instance_method"></span>
1868
+ <div class="method_details ">
1869
+ <h3 class="signature " id="owner_id-instance_method">
1870
+
1871
+ #<strong>owner_id</strong> &#x21d2; <tt>Object</tt>
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+ </h3><div class="docstring">
1878
+ <div class="discussion">
1879
+
1880
+ <p>Returns the value of attribute owner_id</p>
1881
+
1882
+
1883
+ </div>
1884
+ </div>
1885
+ <div class="tags">
1886
+
1887
+
1888
+ </div><table class="source_code">
1889
+ <tr>
1890
+ <td>
1891
+ <pre class="lines">
1892
+
1893
+
1894
+ 25
1895
+ 26
1896
+ 27</pre>
1897
+ </td>
1898
+ <td>
1899
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 25</span>
1900
+
1901
+ <span class='kw'>def</span> <span class='id identifier rubyid_owner_id'>owner_id</span>
1902
+ <span class='ivar'>@owner_id</span>
1903
+ <span class='kw'>end</span></pre>
1904
+ </td>
1905
+ </tr>
1906
+ </table>
1907
+ </div>
1908
+
1909
+
1910
+ <span id="parentprojects=-instance_method"></span>
1911
+ <div class="method_details ">
1912
+ <h3 class="signature " id="parentprojects-instance_method">
1913
+
1914
+ #<strong>parentprojects</strong> &#x21d2; <tt>Object</tt>
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+ </h3><div class="docstring">
1921
+ <div class="discussion">
1922
+
1923
+ <p>Returns the value of attribute parentprojects</p>
1924
+
1925
+
1926
+ </div>
1927
+ </div>
1928
+ <div class="tags">
1929
+
1930
+
1931
+ </div><table class="source_code">
1932
+ <tr>
1933
+ <td>
1934
+ <pre class="lines">
1935
+
1936
+
1937
+ 35
1938
+ 36
1939
+ 37</pre>
1940
+ </td>
1941
+ <td>
1942
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 35</span>
1943
+
1944
+ <span class='kw'>def</span> <span class='id identifier rubyid_parentprojects'>parentprojects</span>
1945
+ <span class='ivar'>@parentprojects</span>
1946
+ <span class='kw'>end</span></pre>
1947
+ </td>
1948
+ </tr>
1949
+ </table>
1950
+ </div>
1951
+
1952
+
1953
+ <span id="prefix=-instance_method"></span>
1954
+ <div class="method_details ">
1955
+ <h3 class="signature " id="prefix-instance_method">
1956
+
1957
+ #<strong>prefix</strong> &#x21d2; <tt>Object</tt>
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+ </h3><div class="docstring">
1964
+ <div class="discussion">
1965
+
1966
+ <p>Returns the value of attribute prefix</p>
1967
+
1968
+
1969
+ </div>
1970
+ </div>
1971
+ <div class="tags">
1972
+
1973
+
1974
+ </div><table class="source_code">
1975
+ <tr>
1976
+ <td>
1977
+ <pre class="lines">
1978
+
1979
+
1980
+ 27
1981
+ 28
1982
+ 29</pre>
1983
+ </td>
1984
+ <td>
1985
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 27</span>
1986
+
1987
+ <span class='kw'>def</span> <span class='id identifier rubyid_prefix'>prefix</span>
1988
+ <span class='ivar'>@prefix</span>
1989
+ <span class='kw'>end</span></pre>
1990
+ </td>
1991
+ </tr>
1992
+ </table>
1993
+ </div>
1994
+
1995
+
1996
+ <span id="quota=-instance_method"></span>
1997
+ <div class="method_details ">
1998
+ <h3 class="signature " id="quota-instance_method">
1999
+
2000
+ #<strong>quota</strong> &#x21d2; <tt>Object</tt>
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+ </h3><div class="docstring">
2007
+ <div class="discussion">
2008
+
2009
+ <p>Returns the value of attribute quota</p>
2010
+
2011
+
2012
+ </div>
2013
+ </div>
2014
+ <div class="tags">
2015
+
2016
+
2017
+ </div><table class="source_code">
2018
+ <tr>
2019
+ <td>
2020
+ <pre class="lines">
2021
+
2022
+
2023
+ 26
2024
+ 27
2025
+ 28</pre>
2026
+ </td>
2027
+ <td>
2028
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 26</span>
2029
+
2030
+ <span class='kw'>def</span> <span class='id identifier rubyid_quota'>quota</span>
2031
+ <span class='ivar'>@quota</span>
2032
+ <span class='kw'>end</span></pre>
2033
+ </td>
2034
+ </tr>
2035
+ </table>
2036
+ </div>
2037
+
2038
+
2039
+ <span id="size=-instance_method"></span>
2040
+ <div class="method_details ">
2041
+ <h3 class="signature " id="size-instance_method">
2042
+
2043
+ #<strong>size</strong> &#x21d2; <tt>Object</tt>
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+ </h3><div class="docstring">
2050
+ <div class="discussion">
2051
+
2052
+ <p>Returns the value of attribute size</p>
2053
+
2054
+
2055
+ </div>
2056
+ </div>
2057
+ <div class="tags">
2058
+
2059
+
2060
+ </div><table class="source_code">
2061
+ <tr>
2062
+ <td>
2063
+ <pre class="lines">
2064
+
2065
+
2066
+ 7
2067
+ 8
2068
+ 9</pre>
2069
+ </td>
2070
+ <td>
2071
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 7</span>
2072
+
2073
+ <span class='kw'>def</span> <span class='id identifier rubyid_size'>size</span>
2074
+ <span class='ivar'>@size</span>
2075
+ <span class='kw'>end</span></pre>
2076
+ </td>
2077
+ </tr>
2078
+ </table>
2079
+ </div>
2080
+
2081
+
2082
+ <span id="subprojects=-instance_method"></span>
2083
+ <div class="method_details ">
2084
+ <h3 class="signature " id="subprojects-instance_method">
2085
+
2086
+ #<strong>subprojects</strong> &#x21d2; <tt>Object</tt>
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+ </h3><div class="docstring">
2093
+ <div class="discussion">
2094
+
2095
+ <p>Returns the value of attribute subprojects</p>
2096
+
2097
+
2098
+ </div>
2099
+ </div>
2100
+ <div class="tags">
2101
+
2102
+
2103
+ </div><table class="source_code">
2104
+ <tr>
2105
+ <td>
2106
+ <pre class="lines">
2107
+
2108
+
2109
+ 34
2110
+ 35
2111
+ 36</pre>
2112
+ </td>
2113
+ <td>
2114
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 34</span>
2115
+
2116
+ <span class='kw'>def</span> <span class='id identifier rubyid_subprojects'>subprojects</span>
2117
+ <span class='ivar'>@subprojects</span>
2118
+ <span class='kw'>end</span></pre>
2119
+ </td>
2120
+ </tr>
2121
+ </table>
2122
+ </div>
2123
+
2124
+
2125
+ <span id="template_type=-instance_method"></span>
2126
+ <div class="method_details ">
2127
+ <h3 class="signature " id="template_type-instance_method">
2128
+
2129
+ #<strong>template_type</strong> &#x21d2; <tt>Object</tt>
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+ </h3><div class="docstring">
2136
+ <div class="discussion">
2137
+
2138
+ <p>Returns the value of attribute template_type</p>
2139
+
2140
+
2141
+ </div>
2142
+ </div>
2143
+ <div class="tags">
2144
+
2145
+
2146
+ </div><table class="source_code">
2147
+ <tr>
2148
+ <td>
2149
+ <pre class="lines">
2150
+
2151
+
2152
+ 12
2153
+ 13
2154
+ 14</pre>
2155
+ </td>
2156
+ <td>
2157
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 12</span>
2158
+
2159
+ <span class='kw'>def</span> <span class='id identifier rubyid_template_type'>template_type</span>
2160
+ <span class='ivar'>@template_type</span>
2161
+ <span class='kw'>end</span></pre>
2162
+ </td>
2163
+ </tr>
2164
+ </table>
2165
+ </div>
2166
+
2167
+
2168
+ <span id="templatename=-instance_method"></span>
2169
+ <div class="method_details ">
2170
+ <h3 class="signature " id="templatename-instance_method">
2171
+
2172
+ #<strong>templatename</strong> &#x21d2; <tt>Object</tt>
2173
+
2174
+
2175
+
2176
+
2177
+
2178
+ </h3><div class="docstring">
2179
+ <div class="discussion">
2180
+
2181
+ <p>Returns the value of attribute templatename</p>
2182
+
2183
+
2184
+ </div>
2185
+ </div>
2186
+ <div class="tags">
2187
+
2188
+
2189
+ </div><table class="source_code">
2190
+ <tr>
2191
+ <td>
2192
+ <pre class="lines">
2193
+
2194
+
2195
+ 11
2196
+ 12
2197
+ 13</pre>
2198
+ </td>
2199
+ <td>
2200
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 11</span>
2201
+
2202
+ <span class='kw'>def</span> <span class='id identifier rubyid_templatename'>templatename</span>
2203
+ <span class='ivar'>@templatename</span>
2204
+ <span class='kw'>end</span></pre>
2205
+ </td>
2206
+ </tr>
2207
+ </table>
2208
+ </div>
2209
+
2210
+
2211
+ <span id="tiered_at=-instance_method"></span>
2212
+ <div class="method_details ">
2213
+ <h3 class="signature " id="tiered_at-instance_method">
2214
+
2215
+ #<strong>tiered_at</strong> &#x21d2; <tt>Object</tt>
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+ </h3><div class="docstring">
2222
+ <div class="discussion">
2223
+
2224
+ <p>Returns the value of attribute tiered_at</p>
2225
+
2226
+
2227
+ </div>
2228
+ </div>
2229
+ <div class="tags">
2230
+
2231
+
2232
+ </div><table class="source_code">
2233
+ <tr>
2234
+ <td>
2235
+ <pre class="lines">
2236
+
2237
+
2238
+ 32
2239
+ 33
2240
+ 34</pre>
2241
+ </td>
2242
+ <td>
2243
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 32</span>
2244
+
2245
+ <span class='kw'>def</span> <span class='id identifier rubyid_tiered_at'>tiered_at</span>
2246
+ <span class='ivar'>@tiered_at</span>
2247
+ <span class='kw'>end</span></pre>
2248
+ </td>
2249
+ </tr>
2250
+ </table>
2251
+ </div>
2252
+
2253
+
2254
+ <span id="tiering_storage=-instance_method"></span>
2255
+ <div class="method_details ">
2256
+ <h3 class="signature " id="tiering_storage-instance_method">
2257
+
2258
+ #<strong>tiering_storage</strong> &#x21d2; <tt>Object</tt>
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+ </h3><div class="docstring">
2265
+ <div class="discussion">
2266
+
2267
+ <p>Returns the value of attribute tiering_storage</p>
2268
+
2269
+
2270
+ </div>
2271
+ </div>
2272
+ <div class="tags">
2273
+
2274
+
2275
+ </div><table class="source_code">
2276
+ <tr>
2277
+ <td>
2278
+ <pre class="lines">
2279
+
2280
+
2281
+ 31
2282
+ 32
2283
+ 33</pre>
2284
+ </td>
2285
+ <td>
2286
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 31</span>
2287
+
2288
+ <span class='kw'>def</span> <span class='id identifier rubyid_tiering_storage'>tiering_storage</span>
2289
+ <span class='ivar'>@tiering_storage</span>
2290
+ <span class='kw'>end</span></pre>
2291
+ </td>
2292
+ </tr>
2293
+ </table>
2294
+ </div>
2295
+
2296
+
2297
+ <span id="updated_at=-instance_method"></span>
2298
+ <div class="method_details ">
2299
+ <h3 class="signature " id="updated_at-instance_method">
2300
+
2301
+ #<strong>updated_at</strong> &#x21d2; <tt>Object</tt>
2302
+
2303
+
2304
+
2305
+
2306
+
2307
+ </h3><div class="docstring">
2308
+ <div class="discussion">
2309
+
2310
+ <p>Returns the value of attribute updated_at</p>
2311
+
2312
+
2313
+ </div>
2314
+ </div>
2315
+ <div class="tags">
2316
+
2317
+
2318
+ </div><table class="source_code">
2319
+ <tr>
2320
+ <td>
2321
+ <pre class="lines">
2322
+
2323
+
2324
+ 9
2325
+ 10
2326
+ 11</pre>
2327
+ </td>
2328
+ <td>
2329
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 9</span>
2330
+
2331
+ <span class='kw'>def</span> <span class='id identifier rubyid_updated_at'>updated_at</span>
2332
+ <span class='ivar'>@updated_at</span>
2333
+ <span class='kw'>end</span></pre>
2334
+ </td>
2335
+ </tr>
2336
+ </table>
2337
+ </div>
2338
+
2339
+
2340
+ <span id="user_id=-instance_method"></span>
2341
+ <div class="method_details ">
2342
+ <h3 class="signature " id="user_id-instance_method">
2343
+
2344
+ #<strong>user_id</strong> &#x21d2; <tt>Object</tt>
2345
+
2346
+
2347
+
2348
+
2349
+
2350
+ </h3><div class="docstring">
2351
+ <div class="discussion">
2352
+
2353
+ <p>Returns the value of attribute user_id</p>
2354
+
2355
+
2356
+ </div>
2357
+ </div>
2358
+ <div class="tags">
2359
+
2360
+
2361
+ </div><table class="source_code">
2362
+ <tr>
2363
+ <td>
2364
+ <pre class="lines">
2365
+
2366
+
2367
+ 17
2368
+ 18
2369
+ 19</pre>
2370
+ </td>
2371
+ <td>
2372
+ <pre class="code"><span class="info file"># File 'lib/strawberry_api/project.rb', line 17</span>
2373
+
2374
+ <span class='kw'>def</span> <span class='id identifier rubyid_user_id'>user_id</span>
2375
+ <span class='ivar'>@user_id</span>
2376
+ <span class='kw'>end</span></pre>
2377
+ </td>
2378
+ </tr>
2379
+ </table>
2380
+ </div>
2381
+
2382
+ </div>
2383
+
2384
+
2385
+ </div>
2386
+
2387
+ <div id="footer">
2388
+ Generated on Thu Aug 30 12:51:42 2018 by
2389
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2390
+ 0.9.16 (ruby-2.5.0).
2391
+ </div>
2392
+
2393
+ </div>
2394
+ </body>
2395
+ </html>