strawberry_api 0.1.0 → 0.2.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.
- checksums.yaml +4 -4
- data/doc/HTTParty/Response.html +1 -1
- data/doc/StrawberryAPI.html +2 -2
- data/doc/StrawberryAPI/AccessRight.html +1 -1
- data/doc/StrawberryAPI/ApiKey.html +1 -1
- data/doc/StrawberryAPI/ArchiveStrategy.html +1 -1
- data/doc/StrawberryAPI/ArchiveStrategyState.html +1 -1
- data/doc/StrawberryAPI/Asset.html +1 -1
- data/doc/StrawberryAPI/AssetCopyToStrategy.html +1 -1
- data/doc/StrawberryAPI/AssetFeedback.html +1 -1
- data/doc/StrawberryAPI/Client.html +2 -2
- data/doc/StrawberryAPI/Client/ApiKeys.html +1 -1
- data/doc/StrawberryAPI/Client/ArchiveStrategies.html +1 -1
- data/doc/StrawberryAPI/Client/AssetCopyToStrategies.html +1 -1
- data/doc/StrawberryAPI/Client/AssetFeedbacks.html +1 -1
- data/doc/StrawberryAPI/Client/Assets.html +1 -1
- data/doc/StrawberryAPI/Client/Collections.html +1 -1
- data/doc/StrawberryAPI/Client/CopyToFeedbacks.html +1 -1
- data/doc/StrawberryAPI/Client/CustomMetadata.html +1 -1
- data/doc/StrawberryAPI/Client/CustomMetadataFields.html +1 -1
- data/doc/StrawberryAPI/Client/CustomMetadataOptions.html +1 -1
- data/doc/StrawberryAPI/Client/CustomMetadataSets.html +1 -1
- data/doc/StrawberryAPI/Client/Edits.html +1 -1
- data/doc/StrawberryAPI/Client/Features.html +1 -1
- data/doc/StrawberryAPI/Client/Libraries.html +1 -1
- data/doc/StrawberryAPI/Client/Markers.html +1 -1
- data/doc/StrawberryAPI/Client/ProjectCopyToStrategies.html +1 -1
- data/doc/StrawberryAPI/Client/ProjectFeedbacks.html +1 -1
- data/doc/StrawberryAPI/Client/Projects.html +304 -98
- data/doc/StrawberryAPI/Client/Roles.html +1 -1
- data/doc/StrawberryAPI/Client/Schedules.html +1 -1
- data/doc/StrawberryAPI/Client/Searches.html +1 -1
- data/doc/StrawberryAPI/Client/Sessions.html +1 -1
- data/doc/StrawberryAPI/Client/Settings.html +1 -1
- data/doc/StrawberryAPI/Client/StatusFlags.html +1 -1
- data/doc/StrawberryAPI/Client/Teams.html +1 -1
- data/doc/StrawberryAPI/Client/Templates.html +1 -1
- data/doc/StrawberryAPI/Client/Users.html +1 -1
- data/doc/StrawberryAPI/Collection.html +1 -1
- data/doc/StrawberryAPI/Configuration.html +1 -1
- data/doc/StrawberryAPI/CopyToFeedback.html +1 -1
- data/doc/StrawberryAPI/CustomMetadataField.html +1 -1
- data/doc/StrawberryAPI/CustomMetadataOption.html +1 -1
- data/doc/StrawberryAPI/CustomMetadataSet.html +1 -1
- data/doc/StrawberryAPI/CustomMetadatum.html +1 -1
- data/doc/StrawberryAPI/Edit.html +1 -1
- data/doc/StrawberryAPI/Feature.html +1 -1
- data/doc/StrawberryAPI/Feedback.html +1 -1
- data/doc/StrawberryAPI/HttpClient.html +1 -1
- data/doc/StrawberryAPI/Library.html +1 -1
- data/doc/StrawberryAPI/Marker.html +1 -1
- data/doc/StrawberryAPI/Project.html +1 -1
- data/doc/StrawberryAPI/ProjectCopyToStrategy.html +1 -1
- data/doc/StrawberryAPI/ProjectFeedback.html +1 -1
- data/doc/StrawberryAPI/Proxy.html +1 -1
- data/doc/StrawberryAPI/Role.html +1 -1
- data/doc/StrawberryAPI/Schedule.html +1 -1
- data/doc/StrawberryAPI/Session.html +1 -1
- data/doc/StrawberryAPI/Setting.html +1 -1
- data/doc/StrawberryAPI/StatusFlag.html +1 -1
- data/doc/StrawberryAPI/Strategy.html +1 -1
- data/doc/StrawberryAPI/Team.html +1 -1
- data/doc/StrawberryAPI/Template.html +1 -1
- data/doc/StrawberryAPI/User.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +443 -427
- data/doc/top-level-namespace.html +1 -1
- data/lib/strawberry_api/client/projects.rb +20 -0
- data/lib/strawberry_api/version.rb +1 -1
- data/samples/test.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5425098dd7df6d95f1f37f460df38466bc4c9a4f4159e17f259b027b71ae9b94
|
4
|
+
data.tar.gz: 687cbd34fc961ab11ae15b330ae0ae5d43ba5f2049ba19c7f73730512f6a99e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1bcafa234bc086095f661dae77bac1829f866287480a67220cc06112446e9a53719c1f91db702ae1886066c8b9c73f77935821aaffd6da176d3ce9050d2748c
|
7
|
+
data.tar.gz: f8f6caefa4705f9e97018276ce4173f382a1de2b58983e88eb674a069d4613276a31a97d0b28bf1b382f38948702301bce110775cb529ca42aa8e63eb75216c6
|
data/doc/HTTParty/Response.html
CHANGED
@@ -138,7 +138,7 @@
|
|
138
138
|
</div>
|
139
139
|
|
140
140
|
<div id="footer">
|
141
|
-
Generated on
|
141
|
+
Generated on Sun Sep 9 18:07:28 2018 by
|
142
142
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
143
143
|
0.9.16 (ruby-2.5.0).
|
144
144
|
</div>
|
data/doc/StrawberryAPI.html
CHANGED
@@ -134,7 +134,7 @@
|
|
134
134
|
<dt id="VERSION-constant" class="">VERSION =
|
135
135
|
|
136
136
|
</dt>
|
137
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.
|
137
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.2.0</span><span class='tstring_end'>"</span></span></pre></dd>
|
138
138
|
|
139
139
|
</dl>
|
140
140
|
|
@@ -473,7 +473,7 @@ configuration</p>
|
|
473
473
|
</div>
|
474
474
|
|
475
475
|
<div id="footer">
|
476
|
-
Generated on
|
476
|
+
Generated on Sun Sep 9 18:07:25 2018 by
|
477
477
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
478
478
|
0.9.16 (ruby-2.5.0).
|
479
479
|
</div>
|
@@ -421,7 +421,7 @@
|
|
421
421
|
</div>
|
422
422
|
|
423
423
|
<div id="footer">
|
424
|
-
Generated on
|
424
|
+
Generated on Sun Sep 9 18:07:28 2018 by
|
425
425
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
426
426
|
0.9.16 (ruby-2.5.0).
|
427
427
|
</div>
|
@@ -627,7 +627,7 @@
|
|
627
627
|
</div>
|
628
628
|
|
629
629
|
<div id="footer">
|
630
|
-
Generated on
|
630
|
+
Generated on Sun Sep 9 18:07:27 2018 by
|
631
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
632
632
|
0.9.16 (ruby-2.5.0).
|
633
633
|
</div>
|
@@ -355,7 +355,7 @@
|
|
355
355
|
</div>
|
356
356
|
|
357
357
|
<div id="footer">
|
358
|
-
Generated on
|
358
|
+
Generated on Sun Sep 9 18:07:28 2018 by
|
359
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
360
360
|
0.9.16 (ruby-2.5.0).
|
361
361
|
</div>
|
@@ -1047,7 +1047,7 @@
|
|
1047
1047
|
</div>
|
1048
1048
|
|
1049
1049
|
<div id="footer">
|
1050
|
-
Generated on
|
1050
|
+
Generated on Sun Sep 9 18:07:28 2018 by
|
1051
1051
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1052
1052
|
0.9.16 (ruby-2.5.0).
|
1053
1053
|
</div>
|
@@ -1781,7 +1781,7 @@
|
|
1781
1781
|
</div>
|
1782
1782
|
|
1783
1783
|
<div id="footer">
|
1784
|
-
Generated on
|
1784
|
+
Generated on Sun Sep 9 18:07:27 2018 by
|
1785
1785
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1786
1786
|
0.9.16 (ruby-2.5.0).
|
1787
1787
|
</div>
|
@@ -135,7 +135,7 @@
|
|
135
135
|
</div>
|
136
136
|
|
137
137
|
<div id="footer">
|
138
|
-
Generated on
|
138
|
+
Generated on Sun Sep 9 18:07:28 2018 by
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
140
|
0.9.16 (ruby-2.5.0).
|
141
141
|
</div>
|
@@ -360,7 +360,7 @@
|
|
360
360
|
</div>
|
361
361
|
|
362
362
|
<div id="footer">
|
363
|
-
Generated on
|
363
|
+
Generated on Sun Sep 9 18:07:28 2018 by
|
364
364
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
365
365
|
0.9.16 (ruby-2.5.0).
|
366
366
|
</div>
|
@@ -299,7 +299,7 @@
|
|
299
299
|
|
300
300
|
|
301
301
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Client/Projects.html" title="StrawberryAPI::Client::Projects (module)">Projects</a></span></h3>
|
302
|
-
<p class="inherited"><span class='object_link'><a href="Client/Projects.html#add_team_to_project-instance_method" title="StrawberryAPI::Client::Projects#add_team_to_project (method)">#add_team_to_project</a></span>, <span class='object_link'><a href="Client/Projects.html#archive_project-instance_method" title="StrawberryAPI::Client::Projects#archive_project (method)">#archive_project</a></span>, <span class='object_link'><a href="Client/Projects.html#archived_projects-instance_method" title="StrawberryAPI::Client::Projects#archived_projects (method)">#archived_projects</a></span>, <span class='object_link'><a href="Client/Projects.html#close_project-instance_method" title="StrawberryAPI::Client::Projects#close_project (method)">#close_project</a></span>, <span class='object_link'><a href="Client/Projects.html#create_project-instance_method" title="StrawberryAPI::Client::Projects#create_project (method)">#create_project</a></span>, <span class='object_link'><a href="Client/Projects.html#destroy_project-instance_method" title="StrawberryAPI::Client::Projects#destroy_project (method)">#destroy_project</a></span>, <span class='object_link'><a href="Client/Projects.html#forceclose_project-instance_method" title="StrawberryAPI::Client::Projects#forceclose_project (method)">#forceclose_project</a></span>, <span class='object_link'><a href="Client/Projects.html#library_projects-instance_method" title="StrawberryAPI::Client::Projects#library_projects (method)">#library_projects</a></span>, <span class='object_link'><a href="Client/Projects.html#mount_project-instance_method" title="StrawberryAPI::Client::Projects#mount_project (method)">#mount_project</a></span>, <span class='object_link'><a href="Client/Projects.html#online_projects-instance_method" title="StrawberryAPI::Client::Projects#online_projects (method)">#online_projects</a></span>, <span class='object_link'><a href="Client/Projects.html#open_project-instance_method" title="StrawberryAPI::Client::Projects#open_project (method)">#open_project</a></span>, <span class='object_link'><a href="Client/Projects.html#project-instance_method" title="StrawberryAPI::Client::Projects#project (method)">#project</a></span>, <span class='object_link'><a href="Client/Projects.html#project_assets-instance_method" title="StrawberryAPI::Client::Projects#project_assets (method)">#project_assets</a></span>, <span class='object_link'><a href="Client/Projects.html#project_custom_metadata-instance_method" title="StrawberryAPI::Client::Projects#project_custom_metadata (method)">#project_custom_metadata</a></span>, <span class='object_link'><a href="Client/Projects.html#project_effective_access_rights-instance_method" title="StrawberryAPI::Client::Projects#project_effective_access_rights (method)">#project_effective_access_rights</a></span>, <span class='object_link'><a href="Client/Projects.html#project_status_flags-instance_method" title="StrawberryAPI::Client::Projects#project_status_flags (method)">#project_status_flags</a></span>, <span class='object_link'><a href="Client/Projects.html#project_teams-instance_method" title="StrawberryAPI::Client::Projects#project_teams (method)">#project_teams</a></span>, <span class='object_link'><a href="Client/Projects.html#projects-instance_method" title="StrawberryAPI::Client::Projects#projects (method)">#projects</a></span>, <span class='object_link'><a href="Client/Projects.html#projects_report-instance_method" title="StrawberryAPI::Client::Projects#projects_report (method)">#projects_report</a></span>, <span class='object_link'><a href="Client/Projects.html#refresh_mounted_project-instance_method" title="StrawberryAPI::Client::Projects#refresh_mounted_project (method)">#refresh_mounted_project</a></span>, <span class='object_link'><a href="Client/Projects.html#remove_team_from_project-instance_method" title="StrawberryAPI::Client::Projects#remove_team_from_project (method)">#remove_team_from_project</a></span>, <span class='object_link'><a href="Client/Projects.html#search_project-instance_method" title="StrawberryAPI::Client::Projects#search_project (method)">#search_project</a></span>, <span class='object_link'><a href="Client/Projects.html#sync_project-instance_method" title="StrawberryAPI::Client::Projects#sync_project (method)">#sync_project</a></span>, <span class='object_link'><a href="Client/Projects.html#umount_project-instance_method" title="StrawberryAPI::Client::Projects#umount_project (method)">#umount_project</a></span>, <span class='object_link'><a href="Client/Projects.html#unarchive_project-instance_method" title="StrawberryAPI::Client::Projects#unarchive_project (method)">#unarchive_project</a></span></p>
|
302
|
+
<p class="inherited"><span class='object_link'><a href="Client/Projects.html#add_team_to_project-instance_method" title="StrawberryAPI::Client::Projects#add_team_to_project (method)">#add_team_to_project</a></span>, <span class='object_link'><a href="Client/Projects.html#archive_project-instance_method" title="StrawberryAPI::Client::Projects#archive_project (method)">#archive_project</a></span>, <span class='object_link'><a href="Client/Projects.html#archived_projects-instance_method" title="StrawberryAPI::Client::Projects#archived_projects (method)">#archived_projects</a></span>, <span class='object_link'><a href="Client/Projects.html#close_project-instance_method" title="StrawberryAPI::Client::Projects#close_project (method)">#close_project</a></span>, <span class='object_link'><a href="Client/Projects.html#create_project-instance_method" title="StrawberryAPI::Client::Projects#create_project (method)">#create_project</a></span>, <span class='object_link'><a href="Client/Projects.html#destroy_project-instance_method" title="StrawberryAPI::Client::Projects#destroy_project (method)">#destroy_project</a></span>, <span class='object_link'><a href="Client/Projects.html#forceclose_project-instance_method" title="StrawberryAPI::Client::Projects#forceclose_project (method)">#forceclose_project</a></span>, <span class='object_link'><a href="Client/Projects.html#freeze_project-instance_method" title="StrawberryAPI::Client::Projects#freeze_project (method)">#freeze_project</a></span>, <span class='object_link'><a href="Client/Projects.html#library_projects-instance_method" title="StrawberryAPI::Client::Projects#library_projects (method)">#library_projects</a></span>, <span class='object_link'><a href="Client/Projects.html#mount_project-instance_method" title="StrawberryAPI::Client::Projects#mount_project (method)">#mount_project</a></span>, <span class='object_link'><a href="Client/Projects.html#online_projects-instance_method" title="StrawberryAPI::Client::Projects#online_projects (method)">#online_projects</a></span>, <span class='object_link'><a href="Client/Projects.html#open_project-instance_method" title="StrawberryAPI::Client::Projects#open_project (method)">#open_project</a></span>, <span class='object_link'><a href="Client/Projects.html#project-instance_method" title="StrawberryAPI::Client::Projects#project (method)">#project</a></span>, <span class='object_link'><a href="Client/Projects.html#project_assets-instance_method" title="StrawberryAPI::Client::Projects#project_assets (method)">#project_assets</a></span>, <span class='object_link'><a href="Client/Projects.html#project_custom_metadata-instance_method" title="StrawberryAPI::Client::Projects#project_custom_metadata (method)">#project_custom_metadata</a></span>, <span class='object_link'><a href="Client/Projects.html#project_effective_access_rights-instance_method" title="StrawberryAPI::Client::Projects#project_effective_access_rights (method)">#project_effective_access_rights</a></span>, <span class='object_link'><a href="Client/Projects.html#project_status_flags-instance_method" title="StrawberryAPI::Client::Projects#project_status_flags (method)">#project_status_flags</a></span>, <span class='object_link'><a href="Client/Projects.html#project_teams-instance_method" title="StrawberryAPI::Client::Projects#project_teams (method)">#project_teams</a></span>, <span class='object_link'><a href="Client/Projects.html#projects-instance_method" title="StrawberryAPI::Client::Projects#projects (method)">#projects</a></span>, <span class='object_link'><a href="Client/Projects.html#projects_report-instance_method" title="StrawberryAPI::Client::Projects#projects_report (method)">#projects_report</a></span>, <span class='object_link'><a href="Client/Projects.html#refresh_mounted_project-instance_method" title="StrawberryAPI::Client::Projects#refresh_mounted_project (method)">#refresh_mounted_project</a></span>, <span class='object_link'><a href="Client/Projects.html#remove_team_from_project-instance_method" title="StrawberryAPI::Client::Projects#remove_team_from_project (method)">#remove_team_from_project</a></span>, <span class='object_link'><a href="Client/Projects.html#search_project-instance_method" title="StrawberryAPI::Client::Projects#search_project (method)">#search_project</a></span>, <span class='object_link'><a href="Client/Projects.html#sync_project-instance_method" title="StrawberryAPI::Client::Projects#sync_project (method)">#sync_project</a></span>, <span class='object_link'><a href="Client/Projects.html#umount_project-instance_method" title="StrawberryAPI::Client::Projects#umount_project (method)">#umount_project</a></span>, <span class='object_link'><a href="Client/Projects.html#unarchive_project-instance_method" title="StrawberryAPI::Client::Projects#unarchive_project (method)">#unarchive_project</a></span>, <span class='object_link'><a href="Client/Projects.html#unfreeze_project-instance_method" title="StrawberryAPI::Client::Projects#unfreeze_project (method)">#unfreeze_project</a></span></p>
|
303
303
|
|
304
304
|
|
305
305
|
|
@@ -477,7 +477,7 @@
|
|
477
477
|
</div>
|
478
478
|
|
479
479
|
<div id="footer">
|
480
|
-
Generated on
|
480
|
+
Generated on Sun Sep 9 18:07:27 2018 by
|
481
481
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
482
482
|
0.9.16 (ruby-2.5.0).
|
483
483
|
</div>
|
@@ -894,7 +894,7 @@
|
|
894
894
|
</div>
|
895
895
|
|
896
896
|
<div id="footer">
|
897
|
-
Generated on
|
897
|
+
Generated on Sun Sep 9 18:07:25 2018 by
|
898
898
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
899
899
|
0.9.16 (ruby-2.5.0).
|
900
900
|
</div>
|
@@ -774,7 +774,7 @@
|
|
774
774
|
</div>
|
775
775
|
|
776
776
|
<div id="footer">
|
777
|
-
Generated on
|
777
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
778
778
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
779
779
|
0.9.16 (ruby-2.5.0).
|
780
780
|
</div>
|
@@ -795,7 +795,7 @@
|
|
795
795
|
</div>
|
796
796
|
|
797
797
|
<div id="footer">
|
798
|
-
Generated on
|
798
|
+
Generated on Sun Sep 9 18:07:27 2018 by
|
799
799
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
800
800
|
0.9.16 (ruby-2.5.0).
|
801
801
|
</div>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</div>
|
223
223
|
|
224
224
|
<div id="footer">
|
225
|
-
Generated on
|
225
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
226
226
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
227
227
|
0.9.16 (ruby-2.5.0).
|
228
228
|
</div>
|
@@ -878,7 +878,7 @@
|
|
878
878
|
</div>
|
879
879
|
|
880
880
|
<div id="footer">
|
881
|
-
Generated on
|
881
|
+
Generated on Sun Sep 9 18:07:25 2018 by
|
882
882
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
883
883
|
0.9.16 (ruby-2.5.0).
|
884
884
|
</div>
|
@@ -309,7 +309,7 @@
|
|
309
309
|
</div>
|
310
310
|
|
311
311
|
<div id="footer">
|
312
|
-
Generated on
|
312
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
313
313
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
314
314
|
0.9.16 (ruby-2.5.0).
|
315
315
|
</div>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</div>
|
223
223
|
|
224
224
|
<div id="footer">
|
225
|
-
Generated on
|
225
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
226
226
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
227
227
|
0.9.16 (ruby-2.5.0).
|
228
228
|
</div>
|
@@ -200,7 +200,7 @@
|
|
200
200
|
</div>
|
201
201
|
|
202
202
|
<div id="footer">
|
203
|
-
Generated on
|
203
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
204
204
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
205
205
|
0.9.16 (ruby-2.5.0).
|
206
206
|
</div>
|
@@ -204,7 +204,7 @@
|
|
204
204
|
</div>
|
205
205
|
|
206
206
|
<div id="footer">
|
207
|
-
Generated on
|
207
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
208
208
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
209
209
|
0.9.16 (ruby-2.5.0).
|
210
210
|
</div>
|
@@ -204,7 +204,7 @@
|
|
204
204
|
</div>
|
205
205
|
|
206
206
|
<div id="footer">
|
207
|
-
Generated on
|
207
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
208
208
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
209
209
|
0.9.16 (ruby-2.5.0).
|
210
210
|
</div>
|
@@ -204,7 +204,7 @@
|
|
204
204
|
</div>
|
205
205
|
|
206
206
|
<div id="footer">
|
207
|
-
Generated on
|
207
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
208
208
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
209
209
|
0.9.16 (ruby-2.5.0).
|
210
210
|
</div>
|
@@ -475,7 +475,7 @@
|
|
475
475
|
</div>
|
476
476
|
|
477
477
|
<div id="footer">
|
478
|
-
Generated on
|
478
|
+
Generated on Sun Sep 9 18:07:25 2018 by
|
479
479
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
480
480
|
0.9.16 (ruby-2.5.0).
|
481
481
|
</div>
|
@@ -309,7 +309,7 @@
|
|
309
309
|
</div>
|
310
310
|
|
311
311
|
<div id="footer">
|
312
|
-
Generated on
|
312
|
+
Generated on Sun Sep 9 18:07:25 2018 by
|
313
313
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
314
314
|
0.9.16 (ruby-2.5.0).
|
315
315
|
</div>
|
@@ -311,7 +311,7 @@
|
|
311
311
|
</div>
|
312
312
|
|
313
313
|
<div id="footer">
|
314
|
-
Generated on
|
314
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
315
315
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
316
316
|
0.9.16 (ruby-2.5.0).
|
317
317
|
</div>
|
@@ -224,7 +224,7 @@
|
|
224
224
|
</div>
|
225
225
|
|
226
226
|
<div id="footer">
|
227
|
-
Generated on
|
227
|
+
Generated on Sun Sep 9 18:07:25 2018 by
|
228
228
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
229
229
|
0.9.16 (ruby-2.5.0).
|
230
230
|
</div>
|
@@ -847,7 +847,7 @@
|
|
847
847
|
</div>
|
848
848
|
|
849
849
|
<div id="footer">
|
850
|
-
Generated on
|
850
|
+
Generated on Sun Sep 9 18:07:27 2018 by
|
851
851
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
852
852
|
0.9.16 (ruby-2.5.0).
|
853
853
|
</div>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</div>
|
223
223
|
|
224
224
|
<div id="footer">
|
225
|
-
Generated on
|
225
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
226
226
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
227
227
|
0.9.16 (ruby-2.5.0).
|
228
228
|
</div>
|
@@ -268,6 +268,30 @@
|
|
268
268
|
<p>Forcecloses a project.</p>
|
269
269
|
</div></span>
|
270
270
|
|
271
|
+
</li>
|
272
|
+
|
273
|
+
|
274
|
+
<li class="public ">
|
275
|
+
<span class="summary_signature">
|
276
|
+
|
277
|
+
<a href="#freeze_project-instance_method" title="#freeze_project (instance method)">#<strong>freeze_project</strong>(id:) ⇒ Boolean </a>
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
</span>
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
<span class="summary_desc"><div class='inline'>
|
292
|
+
<p>Freezes a project.</p>
|
293
|
+
</div></span>
|
294
|
+
|
271
295
|
</li>
|
272
296
|
|
273
297
|
|
@@ -700,6 +724,30 @@
|
|
700
724
|
<p>Unarchives a project.</p>
|
701
725
|
</div></span>
|
702
726
|
|
727
|
+
</li>
|
728
|
+
|
729
|
+
|
730
|
+
<li class="public ">
|
731
|
+
<span class="summary_signature">
|
732
|
+
|
733
|
+
<a href="#unfreeze_project-instance_method" title="#unfreeze_project (instance method)">#<strong>unfreeze_project</strong>(id:) ⇒ Boolean </a>
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
</span>
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
|
747
|
+
<span class="summary_desc"><div class='inline'>
|
748
|
+
<p>Unfreezes a project.</p>
|
749
|
+
</div></span>
|
750
|
+
|
703
751
|
</li>
|
704
752
|
|
705
753
|
|
@@ -808,17 +856,17 @@
|
|
808
856
|
<pre class="lines">
|
809
857
|
|
810
858
|
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
859
|
+
258
|
860
|
+
259
|
861
|
+
260
|
862
|
+
261
|
863
|
+
262
|
864
|
+
263
|
865
|
+
264
|
866
|
+
265</pre>
|
819
867
|
</td>
|
820
868
|
<td>
|
821
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
869
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 258</span>
|
822
870
|
|
823
871
|
<span class='kw'>def</span> <span class='id identifier rubyid_add_team_to_project'>add_team_to_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>team_id:</span><span class='comma'>,</span> <span class='label'>write:</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
824
872
|
<span class='id identifier rubyid_body'>body</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
@@ -897,19 +945,19 @@
|
|
897
945
|
<pre class="lines">
|
898
946
|
|
899
947
|
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
948
|
+
189
|
949
|
+
190
|
950
|
+
191
|
951
|
+
192
|
952
|
+
193
|
953
|
+
194
|
954
|
+
195
|
955
|
+
196
|
956
|
+
197
|
957
|
+
198</pre>
|
910
958
|
</td>
|
911
959
|
<td>
|
912
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
960
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 189</span>
|
913
961
|
|
914
962
|
<span class='kw'>def</span> <span class='id identifier rubyid_archive_project'>archive_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>archive_strategy_id:</span><span class='comma'>,</span> <span class='label'>exclude_linked_files:</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
915
963
|
<span class='id identifier rubyid_body'>body</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
@@ -1053,13 +1101,13 @@
|
|
1053
1101
|
<pre class="lines">
|
1054
1102
|
|
1055
1103
|
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1104
|
+
134
|
1105
|
+
135
|
1106
|
+
136
|
1107
|
+
137</pre>
|
1060
1108
|
</td>
|
1061
1109
|
<td>
|
1062
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
1110
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 134</span>
|
1063
1111
|
|
1064
1112
|
<span class='kw'>def</span> <span class='id identifier rubyid_close_project'>close_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>edit:</span><span class='rparen'>)</span>
|
1065
1113
|
<span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/close</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>headers:</span> <span class='lbrace'>{</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>X-FLAVOURSYS-EDIT</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_edit'>edit</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>job</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -1320,13 +1368,13 @@
|
|
1320
1368
|
<pre class="lines">
|
1321
1369
|
|
1322
1370
|
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1371
|
+
145
|
1372
|
+
146
|
1373
|
+
147
|
1374
|
+
148</pre>
|
1327
1375
|
</td>
|
1328
1376
|
<td>
|
1329
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
1377
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 145</span>
|
1330
1378
|
|
1331
1379
|
<span class='kw'>def</span> <span class='id identifier rubyid_forceclose_project'>forceclose_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>edit:</span><span class='rparen'>)</span>
|
1332
1380
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/forceclose</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>headers:</span> <span class='lbrace'>{</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>X-FLAVOURSYS-EDIT</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_edit'>edit</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>job</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -1335,6 +1383,85 @@
|
|
1335
1383
|
</td>
|
1336
1384
|
</tr>
|
1337
1385
|
</table>
|
1386
|
+
</div>
|
1387
|
+
|
1388
|
+
<div class="method_details ">
|
1389
|
+
<h3 class="signature " id="freeze_project-instance_method">
|
1390
|
+
|
1391
|
+
#<strong>freeze_project</strong>(id:) ⇒ <tt>Boolean</tt>
|
1392
|
+
|
1393
|
+
|
1394
|
+
|
1395
|
+
|
1396
|
+
|
1397
|
+
</h3><div class="docstring">
|
1398
|
+
<div class="discussion">
|
1399
|
+
|
1400
|
+
<p>Freezes a project</p>
|
1401
|
+
|
1402
|
+
|
1403
|
+
</div>
|
1404
|
+
</div>
|
1405
|
+
<div class="tags">
|
1406
|
+
<p class="tag_title">Parameters:</p>
|
1407
|
+
<ul class="param">
|
1408
|
+
|
1409
|
+
<li>
|
1410
|
+
|
1411
|
+
<span class='name'>id</span>
|
1412
|
+
|
1413
|
+
|
1414
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1415
|
+
|
1416
|
+
|
1417
|
+
|
1418
|
+
—
|
1419
|
+
<div class='inline'>
|
1420
|
+
<p>Id of the project to freeze</p>
|
1421
|
+
</div>
|
1422
|
+
|
1423
|
+
</li>
|
1424
|
+
|
1425
|
+
</ul>
|
1426
|
+
|
1427
|
+
<p class="tag_title">Returns:</p>
|
1428
|
+
<ul class="return">
|
1429
|
+
|
1430
|
+
<li>
|
1431
|
+
|
1432
|
+
|
1433
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1434
|
+
|
1435
|
+
|
1436
|
+
|
1437
|
+
—
|
1438
|
+
<div class='inline'>
|
1439
|
+
<p>Success</p>
|
1440
|
+
</div>
|
1441
|
+
|
1442
|
+
</li>
|
1443
|
+
|
1444
|
+
</ul>
|
1445
|
+
|
1446
|
+
</div><table class="source_code">
|
1447
|
+
<tr>
|
1448
|
+
<td>
|
1449
|
+
<pre class="lines">
|
1450
|
+
|
1451
|
+
|
1452
|
+
114
|
1453
|
+
115
|
1454
|
+
116</pre>
|
1455
|
+
</td>
|
1456
|
+
<td>
|
1457
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 114</span>
|
1458
|
+
|
1459
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_freeze_project'>freeze_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
1460
|
+
<span class='id identifier rubyid_put'>put</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/freeze</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_success?'>success?</span>
|
1461
|
+
<span class='kw'>end</span></pre>
|
1462
|
+
</td>
|
1463
|
+
</tr>
|
1464
|
+
</table>
|
1338
1465
|
</div>
|
1339
1466
|
|
1340
1467
|
<div class="method_details ">
|
@@ -1464,13 +1591,13 @@
|
|
1464
1591
|
<pre class="lines">
|
1465
1592
|
|
1466
1593
|
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1594
|
+
156
|
1595
|
+
157
|
1596
|
+
158
|
1597
|
+
159</pre>
|
1471
1598
|
</td>
|
1472
1599
|
<td>
|
1473
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
1600
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 156</span>
|
1474
1601
|
|
1475
1602
|
<span class='kw'>def</span> <span class='id identifier rubyid_mount_project'>mount_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>edit:</span><span class='rparen'>)</span>
|
1476
1603
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='id identifier rubyid_put'>put</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/mount</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>headers:</span> <span class='lbrace'>{</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>X-FLAVOURSYS-EDIT</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_edit'>edit</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>job</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -1768,15 +1895,15 @@
|
|
1768
1895
|
<pre class="lines">
|
1769
1896
|
|
1770
1897
|
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1898
|
+
307
|
1899
|
+
308
|
1900
|
+
309
|
1901
|
+
310
|
1902
|
+
311
|
1903
|
+
312</pre>
|
1777
1904
|
</td>
|
1778
1905
|
<td>
|
1779
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
1906
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 307</span>
|
1780
1907
|
|
1781
1908
|
<span class='kw'>def</span> <span class='id identifier rubyid_project_assets'>project_assets</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
1782
1909
|
<span class='id identifier rubyid_assets'>assets</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/assets</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>assets</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -1853,15 +1980,15 @@
|
|
1853
1980
|
<pre class="lines">
|
1854
1981
|
|
1855
1982
|
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1983
|
+
294
|
1984
|
+
295
|
1985
|
+
296
|
1986
|
+
297
|
1987
|
+
298
|
1988
|
+
299</pre>
|
1862
1989
|
</td>
|
1863
1990
|
<td>
|
1864
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
1991
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 294</span>
|
1865
1992
|
|
1866
1993
|
<span class='kw'>def</span> <span class='id identifier rubyid_project_custom_metadata'>project_custom_metadata</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
1867
1994
|
<span class='id identifier rubyid_custom_metadata'>custom_metadata</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/custom_metadata</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>array</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -1938,15 +2065,15 @@
|
|
1938
2065
|
<pre class="lines">
|
1939
2066
|
|
1940
2067
|
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
2068
|
+
243
|
2069
|
+
244
|
2070
|
+
245
|
2071
|
+
246
|
2072
|
+
247
|
2073
|
+
248</pre>
|
1947
2074
|
</td>
|
1948
2075
|
<td>
|
1949
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2076
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 243</span>
|
1950
2077
|
|
1951
2078
|
<span class='kw'>def</span> <span class='id identifier rubyid_project_effective_access_rights'>project_effective_access_rights</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
1952
2079
|
<span class='id identifier rubyid_access_rights'>access_rights</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/effective_access_rights</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>hash</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -2023,12 +2150,12 @@
|
|
2023
2150
|
<pre class="lines">
|
2024
2151
|
|
2025
2152
|
|
2026
|
-
|
2027
|
-
|
2028
|
-
|
2153
|
+
284
|
2154
|
+
285
|
2155
|
+
286</pre>
|
2029
2156
|
</td>
|
2030
2157
|
<td>
|
2031
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2158
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 284</span>
|
2032
2159
|
|
2033
2160
|
<span class='kw'>def</span> <span class='id identifier rubyid_project_status_flags'>project_status_flags</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
2034
2161
|
<span class='id identifier rubyid_status_flags'>status_flags</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/status_flags</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>array</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -2102,15 +2229,15 @@
|
|
2102
2229
|
<pre class="lines">
|
2103
2230
|
|
2104
2231
|
|
2105
|
-
|
2106
|
-
|
2107
|
-
|
2108
|
-
|
2109
|
-
|
2110
|
-
|
2232
|
+
230
|
2233
|
+
231
|
2234
|
+
232
|
2235
|
+
233
|
2236
|
+
234
|
2237
|
+
235</pre>
|
2111
2238
|
</td>
|
2112
2239
|
<td>
|
2113
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2240
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 230</span>
|
2114
2241
|
|
2115
2242
|
<span class='kw'>def</span> <span class='id identifier rubyid_project_teams'>project_teams</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
2116
2243
|
<span class='id identifier rubyid_teams'>teams</span> <span class='op'>=</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/teams</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>array</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -2230,12 +2357,12 @@
|
|
2230
2357
|
<pre class="lines">
|
2231
2358
|
|
2232
2359
|
|
2233
|
-
|
2234
|
-
|
2235
|
-
|
2360
|
+
319
|
2361
|
+
320
|
2362
|
+
321</pre>
|
2236
2363
|
</td>
|
2237
2364
|
<td>
|
2238
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2365
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 319</span>
|
2239
2366
|
|
2240
2367
|
<span class='kw'>def</span> <span class='id identifier rubyid_projects_report'>projects_report</span>
|
2241
2368
|
<span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects_report</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span>
|
@@ -2309,13 +2436,13 @@
|
|
2309
2436
|
<pre class="lines">
|
2310
2437
|
|
2311
2438
|
|
2312
|
-
|
2313
|
-
|
2314
|
-
|
2315
|
-
|
2439
|
+
178
|
2440
|
+
179
|
2441
|
+
180
|
2442
|
+
181</pre>
|
2316
2443
|
</td>
|
2317
2444
|
<td>
|
2318
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2445
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 178</span>
|
2319
2446
|
|
2320
2447
|
<span class='kw'>def</span> <span class='id identifier rubyid_refresh_mounted_project'>refresh_mounted_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
2321
2448
|
<span class='id identifier rubyid_put'>put</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/refreshmountedproject</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>headers:</span> <span class='lbrace'>{</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>X-FLAVOURSYS-EDIT</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_edit'>edit</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>job</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -2406,12 +2533,12 @@
|
|
2406
2533
|
<pre class="lines">
|
2407
2534
|
|
2408
2535
|
|
2409
|
-
|
2410
|
-
|
2411
|
-
|
2536
|
+
274
|
2537
|
+
275
|
2538
|
+
276</pre>
|
2412
2539
|
</td>
|
2413
2540
|
<td>
|
2414
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2541
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 274</span>
|
2415
2542
|
|
2416
2543
|
<span class='kw'>def</span> <span class='id identifier rubyid_remove_team_from_project'>remove_team_from_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>team_id:</span><span class='rparen'>)</span>
|
2417
2544
|
<span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/teams/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_team_id'>team_id</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_success?'>success?</span>
|
@@ -2485,14 +2612,14 @@
|
|
2485
2612
|
<pre class="lines">
|
2486
2613
|
|
2487
2614
|
|
2488
|
-
|
2489
|
-
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2615
|
+
218
|
2616
|
+
219
|
2617
|
+
220
|
2618
|
+
221
|
2619
|
+
222</pre>
|
2493
2620
|
</td>
|
2494
2621
|
<td>
|
2495
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2622
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 218</span>
|
2496
2623
|
|
2497
2624
|
<span class='kw'>def</span> <span class='id identifier rubyid_search_project'>search_project</span><span class='lparen'>(</span><span class='label'>name:</span><span class='rparen'>)</span>
|
2498
2625
|
<span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/search</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>body:</span> <span class='lbrace'>{</span><span class='label'>name:</span> <span class='id identifier rubyid_name'>name</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>projects</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='op'>&.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_project'>project</span><span class='op'>|</span>
|
@@ -2649,13 +2776,13 @@
|
|
2649
2776
|
<pre class="lines">
|
2650
2777
|
|
2651
2778
|
|
2652
|
-
|
2653
|
-
|
2654
|
-
|
2655
|
-
|
2779
|
+
167
|
2780
|
+
168
|
2781
|
+
169
|
2782
|
+
170</pre>
|
2656
2783
|
</td>
|
2657
2784
|
<td>
|
2658
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2785
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 167</span>
|
2659
2786
|
|
2660
2787
|
<span class='kw'>def</span> <span class='id identifier rubyid_umount_project'>umount_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='comma'>,</span> <span class='label'>edit:</span><span class='rparen'>)</span>
|
2661
2788
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/umount</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>headers:</span> <span class='lbrace'>{</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>X-FLAVOURSYS-EDIT</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_edit'>edit</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>job</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -2730,14 +2857,14 @@
|
|
2730
2857
|
<pre class="lines">
|
2731
2858
|
|
2732
2859
|
|
2733
|
-
|
2734
|
-
|
2735
|
-
|
2736
|
-
|
2737
|
-
|
2860
|
+
206
|
2861
|
+
207
|
2862
|
+
208
|
2863
|
+
209
|
2864
|
+
210</pre>
|
2738
2865
|
</td>
|
2739
2866
|
<td>
|
2740
|
-
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line
|
2867
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 206</span>
|
2741
2868
|
|
2742
2869
|
<span class='kw'>def</span> <span class='id identifier rubyid_unarchive_project'>unarchive_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
2743
2870
|
<span class='id identifier rubyid_put'>put</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/unarchive</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>archivestrategystate</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='op'>&.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_state'>state</span><span class='op'>|</span>
|
@@ -2747,6 +2874,85 @@
|
|
2747
2874
|
</td>
|
2748
2875
|
</tr>
|
2749
2876
|
</table>
|
2877
|
+
</div>
|
2878
|
+
|
2879
|
+
<div class="method_details ">
|
2880
|
+
<h3 class="signature " id="unfreeze_project-instance_method">
|
2881
|
+
|
2882
|
+
#<strong>unfreeze_project</strong>(id:) ⇒ <tt>Boolean</tt>
|
2883
|
+
|
2884
|
+
|
2885
|
+
|
2886
|
+
|
2887
|
+
|
2888
|
+
</h3><div class="docstring">
|
2889
|
+
<div class="discussion">
|
2890
|
+
|
2891
|
+
<p>Unfreezes a project</p>
|
2892
|
+
|
2893
|
+
|
2894
|
+
</div>
|
2895
|
+
</div>
|
2896
|
+
<div class="tags">
|
2897
|
+
<p class="tag_title">Parameters:</p>
|
2898
|
+
<ul class="param">
|
2899
|
+
|
2900
|
+
<li>
|
2901
|
+
|
2902
|
+
<span class='name'>id</span>
|
2903
|
+
|
2904
|
+
|
2905
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
2906
|
+
|
2907
|
+
|
2908
|
+
|
2909
|
+
—
|
2910
|
+
<div class='inline'>
|
2911
|
+
<p>Id of the project to unfreeze</p>
|
2912
|
+
</div>
|
2913
|
+
|
2914
|
+
</li>
|
2915
|
+
|
2916
|
+
</ul>
|
2917
|
+
|
2918
|
+
<p class="tag_title">Returns:</p>
|
2919
|
+
<ul class="return">
|
2920
|
+
|
2921
|
+
<li>
|
2922
|
+
|
2923
|
+
|
2924
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
2925
|
+
|
2926
|
+
|
2927
|
+
|
2928
|
+
—
|
2929
|
+
<div class='inline'>
|
2930
|
+
<p>Success</p>
|
2931
|
+
</div>
|
2932
|
+
|
2933
|
+
</li>
|
2934
|
+
|
2935
|
+
</ul>
|
2936
|
+
|
2937
|
+
</div><table class="source_code">
|
2938
|
+
<tr>
|
2939
|
+
<td>
|
2940
|
+
<pre class="lines">
|
2941
|
+
|
2942
|
+
|
2943
|
+
124
|
2944
|
+
125
|
2945
|
+
126</pre>
|
2946
|
+
</td>
|
2947
|
+
<td>
|
2948
|
+
<pre class="code"><span class="info file"># File 'lib/strawberry_api/client/projects.rb', line 124</span>
|
2949
|
+
|
2950
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_unfreeze_project'>unfreeze_project</span><span class='lparen'>(</span><span class='label'>id:</span><span class='rparen'>)</span>
|
2951
|
+
<span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/projects/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_id'>id</span><span class='embexpr_end'>}</span><span class='tstring_content'>/unfreeze</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_success?'>success?</span>
|
2952
|
+
<span class='kw'>end</span></pre>
|
2953
|
+
</td>
|
2954
|
+
</tr>
|
2955
|
+
</table>
|
2750
2956
|
</div>
|
2751
2957
|
|
2752
2958
|
</div>
|
@@ -2754,7 +2960,7 @@
|
|
2754
2960
|
</div>
|
2755
2961
|
|
2756
2962
|
<div id="footer">
|
2757
|
-
Generated on
|
2963
|
+
Generated on Sun Sep 9 18:07:26 2018 by
|
2758
2964
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2759
2965
|
0.9.16 (ruby-2.5.0).
|
2760
2966
|
</div>
|