shortcut_client_ruby 0.0.2
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 +7 -0
- data/Gemfile +9 -0
- data/LICENSE +21 -0
- data/README.md +2303 -0
- data/Rakefile +8 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/bin/update.rb +34 -0
- data/config.json +7 -0
- data/docs/BasicWorkspaceInfo.md +8 -0
- data/docs/Branch.md +17 -0
- data/docs/Category.md +15 -0
- data/docs/Commit.md +19 -0
- data/docs/CreateCategory.md +10 -0
- data/docs/CreateCategoryParams.md +9 -0
- data/docs/CreateCommentComment.md +11 -0
- data/docs/CreateEntityTemplate.md +9 -0
- data/docs/CreateEpic.md +23 -0
- data/docs/CreateEpicComment.md +11 -0
- data/docs/CreateGroup.md +14 -0
- data/docs/CreateIteration.md +13 -0
- data/docs/CreateLabelParams.md +10 -0
- data/docs/CreateLinkedFile.md +15 -0
- data/docs/CreateMilestone.md +12 -0
- data/docs/CreateOrDeleteStoryReaction.md +7 -0
- data/docs/CreateProject.md +17 -0
- data/docs/CreateStories.md +7 -0
- data/docs/CreateStoryComment.md +11 -0
- data/docs/CreateStoryCommentParams.md +11 -0
- data/docs/CreateStoryContents.md +27 -0
- data/docs/CreateStoryLink.md +9 -0
- data/docs/CreateStoryLinkParams.md +9 -0
- data/docs/CreateStoryParams.md +33 -0
- data/docs/CreateTask.md +12 -0
- data/docs/CreateTaskParams.md +12 -0
- data/docs/DefaultApi.md +5632 -0
- data/docs/DeleteStories.md +7 -0
- data/docs/EntityTemplate.md +14 -0
- data/docs/EntityTemplateTask.md +10 -0
- data/docs/Epic.md +44 -0
- data/docs/EpicSearchResults.md +10 -0
- data/docs/EpicSlim.md +43 -0
- data/docs/EpicState.md +15 -0
- data/docs/EpicStats.md +19 -0
- data/docs/EpicWorkflow.md +12 -0
- data/docs/GetEpicStories.md +7 -0
- data/docs/GetExternalLinkStoriesParams.md +7 -0
- data/docs/GetIterationStories.md +7 -0
- data/docs/GetLabelStories.md +7 -0
- data/docs/GetMember.md +7 -0
- data/docs/GetProjectStories.md +7 -0
- data/docs/Group.md +22 -0
- data/docs/History.md +15 -0
- data/docs/HistoryActionBranchCreate.md +11 -0
- data/docs/HistoryActionBranchMerge.md +11 -0
- data/docs/HistoryActionBranchPush.md +11 -0
- data/docs/HistoryActionLabelCreate.md +11 -0
- data/docs/HistoryActionLabelDelete.md +10 -0
- data/docs/HistoryActionLabelUpdate.md +9 -0
- data/docs/HistoryActionProjectUpdate.md +11 -0
- data/docs/HistoryActionPullRequest.md +12 -0
- data/docs/HistoryActionStoryCommentCreate.md +12 -0
- data/docs/HistoryActionStoryCreate.md +30 -0
- data/docs/HistoryActionStoryDelete.md +11 -0
- data/docs/HistoryActionStoryLinkCreate.md +12 -0
- data/docs/HistoryActionStoryLinkDelete.md +12 -0
- data/docs/HistoryActionStoryLinkUpdate.md +13 -0
- data/docs/HistoryActionStoryUpdate.md +13 -0
- data/docs/HistoryActionTaskCreate.md +15 -0
- data/docs/HistoryActionTaskDelete.md +10 -0
- data/docs/HistoryActionTaskUpdate.md +13 -0
- data/docs/HistoryChangesStory.md +30 -0
- data/docs/HistoryChangesStoryLink.md +9 -0
- data/docs/HistoryChangesTask.md +10 -0
- data/docs/HistoryReferenceBranch.md +10 -0
- data/docs/HistoryReferenceCommit.md +10 -0
- data/docs/HistoryReferenceEpic.md +10 -0
- data/docs/HistoryReferenceGeneral.md +9 -0
- data/docs/HistoryReferenceGroup.md +9 -0
- data/docs/HistoryReferenceIteration.md +10 -0
- data/docs/HistoryReferenceLabel.md +10 -0
- data/docs/HistoryReferenceProject.md +10 -0
- data/docs/HistoryReferenceStory.md +11 -0
- data/docs/HistoryReferenceStoryTask.md +9 -0
- data/docs/HistoryReferenceWorkflowState.md +10 -0
- data/docs/Icon.md +11 -0
- data/docs/Identity.md +9 -0
- data/docs/Iteration.md +24 -0
- data/docs/IterationSlim.md +23 -0
- data/docs/IterationStats.md +17 -0
- data/docs/Label.md +17 -0
- data/docs/LabelSlim.md +16 -0
- data/docs/LabelStats.md +21 -0
- data/docs/LinkedFile.md +22 -0
- data/docs/ListEpics.md +7 -0
- data/docs/ListGroupStories.md +8 -0
- data/docs/ListLabels.md +7 -0
- data/docs/ListMembers.md +7 -0
- data/docs/MaxSearchResultsExceededError.md +9 -0
- data/docs/Member.md +17 -0
- data/docs/MemberInfo.md +10 -0
- data/docs/Milestone.md +23 -0
- data/docs/MilestoneStats.md +9 -0
- data/docs/Profile.md +15 -0
- data/docs/Project.md +25 -0
- data/docs/ProjectStats.md +9 -0
- data/docs/PullRequest.md +28 -0
- data/docs/PullRequestLabel.md +11 -0
- data/docs/Repository.md +15 -0
- data/docs/Search.md +10 -0
- data/docs/SearchResults.md +8 -0
- data/docs/SearchStories.md +34 -0
- data/docs/Story.md +56 -0
- data/docs/StoryComment.md +20 -0
- data/docs/StoryContents.md +25 -0
- data/docs/StoryContentsTask.md +11 -0
- data/docs/StoryHistoryChangeAddsRemovesInt.md +8 -0
- data/docs/StoryHistoryChangeAddsRemovesUuid.md +8 -0
- data/docs/StoryHistoryChangeOldNewBool.md +8 -0
- data/docs/StoryHistoryChangeOldNewInt.md +8 -0
- data/docs/StoryHistoryChangeOldNewStr.md +8 -0
- data/docs/StoryHistoryChangeOldNewUuid.md +8 -0
- data/docs/StoryLink.md +14 -0
- data/docs/StoryReaction.md +8 -0
- data/docs/StorySearchResults.md +10 -0
- data/docs/StorySlim.md +54 -0
- data/docs/StoryStats.md +7 -0
- data/docs/Task.md +20 -0
- data/docs/ThreadedComment.md +19 -0
- data/docs/TypedStoryLink.md +15 -0
- data/docs/UnusableEntitlementError.md +9 -0
- data/docs/UpdateCategory.md +9 -0
- data/docs/UpdateComment.md +7 -0
- data/docs/UpdateEntityTemplate.md +8 -0
- data/docs/UpdateEpic.md +23 -0
- data/docs/UpdateFile.md +12 -0
- data/docs/UpdateGroup.md +15 -0
- data/docs/UpdateIteration.md +13 -0
- data/docs/UpdateLabel.md +10 -0
- data/docs/UpdateLinkedFile.md +14 -0
- data/docs/UpdateMilestone.md +14 -0
- data/docs/UpdateProject.md +15 -0
- data/docs/UpdateStories.md +27 -0
- data/docs/UpdateStory.md +32 -0
- data/docs/UpdateStoryComment.md +7 -0
- data/docs/UpdateStoryContents.md +27 -0
- data/docs/UpdateStoryLink.md +9 -0
- data/docs/UpdateTask.md +11 -0
- data/docs/UploadedFile.md +23 -0
- data/docs/V3FilesBody.md +11 -0
- data/docs/Workflow.md +17 -0
- data/docs/WorkflowState.md +18 -0
- data/git_push.sh +55 -0
- data/lib/shortcut/client/ruby/version.rb +9 -0
- data/lib/shortcut/client/ruby.rb +12 -0
- data/lib/shortcut_client_ruby/api/default_api.rb +6091 -0
- data/lib/shortcut_client_ruby/api_client.rb +388 -0
- data/lib/shortcut_client_ruby/api_error.rb +57 -0
- data/lib/shortcut_client_ruby/configuration.rb +205 -0
- data/lib/shortcut_client_ruby/models/basic_workspace_info.rb +227 -0
- data/lib/shortcut_client_ruby/models/branch.rb +371 -0
- data/lib/shortcut_client_ruby/models/category.rb +335 -0
- data/lib/shortcut_client_ruby/models/commit.rb +398 -0
- data/lib/shortcut_client_ruby/models/create_category.rb +281 -0
- data/lib/shortcut_client_ruby/models/create_category_params.rb +233 -0
- data/lib/shortcut_client_ruby/models/create_comment_comment.rb +252 -0
- data/lib/shortcut_client_ruby/models/create_entity_template.rb +237 -0
- data/lib/shortcut_client_ruby/models/create_epic.rb +416 -0
- data/lib/shortcut_client_ruby/models/create_epic_comment.rb +252 -0
- data/lib/shortcut_client_ruby/models/create_group.rb +325 -0
- data/lib/shortcut_client_ruby/models/create_iteration.rb +288 -0
- data/lib/shortcut_client_ruby/models/create_label_params.rb +243 -0
- data/lib/shortcut_client_ruby/models/create_linked_file.rb +336 -0
- data/lib/shortcut_client_ruby/models/create_milestone.rb +298 -0
- data/lib/shortcut_client_ruby/models/create_or_delete_story_reaction.rb +212 -0
- data/lib/shortcut_client_ruby/models/create_project.rb +319 -0
- data/lib/shortcut_client_ruby/models/create_stories.rb +214 -0
- data/lib/shortcut_client_ruby/models/create_story_comment.rb +252 -0
- data/lib/shortcut_client_ruby/models/create_story_comment_params.rb +253 -0
- data/lib/shortcut_client_ruby/models/create_story_contents.rb +433 -0
- data/lib/shortcut_client_ruby/models/create_story_link.rb +276 -0
- data/lib/shortcut_client_ruby/models/create_story_link_params.rb +267 -0
- data/lib/shortcut_client_ruby/models/create_story_params.rb +532 -0
- data/lib/shortcut_client_ruby/models/create_task.rb +264 -0
- data/lib/shortcut_client_ruby/models/create_task_params.rb +265 -0
- data/lib/shortcut_client_ruby/models/delete_stories.rb +214 -0
- data/lib/shortcut_client_ruby/models/entity_template.rb +317 -0
- data/lib/shortcut_client_ruby/models/entity_template_task.rb +245 -0
- data/lib/shortcut_client_ruby/models/epic.rb +799 -0
- data/lib/shortcut_client_ruby/models/epic_search_results.rb +257 -0
- data/lib/shortcut_client_ruby/models/epic_slim.rb +777 -0
- data/lib/shortcut_client_ruby/models/epic_state.rb +328 -0
- data/lib/shortcut_client_ruby/models/epic_stats.rb +384 -0
- data/lib/shortcut_client_ruby/models/epic_workflow.rb +290 -0
- data/lib/shortcut_client_ruby/models/get_epic_stories.rb +207 -0
- data/lib/shortcut_client_ruby/models/get_external_link_stories_params.rb +212 -0
- data/lib/shortcut_client_ruby/models/get_iteration_stories.rb +207 -0
- data/lib/shortcut_client_ruby/models/get_label_stories.rb +207 -0
- data/lib/shortcut_client_ruby/models/get_member.rb +207 -0
- data/lib/shortcut_client_ruby/models/get_project_stories.rb +207 -0
- data/lib/shortcut_client_ruby/models/group.rb +479 -0
- data/lib/shortcut_client_ruby/models/history.rb +347 -0
- data/lib/shortcut_client_ruby/models/history_action_branch_create.rb +307 -0
- data/lib/shortcut_client_ruby/models/history_action_branch_merge.rb +307 -0
- data/lib/shortcut_client_ruby/models/history_action_branch_push.rb +307 -0
- data/lib/shortcut_client_ruby/models/history_action_label_create.rb +307 -0
- data/lib/shortcut_client_ruby/models/history_action_label_delete.rb +292 -0
- data/lib/shortcut_client_ruby/models/history_action_label_update.rb +277 -0
- data/lib/shortcut_client_ruby/models/history_action_project_update.rb +307 -0
- data/lib/shortcut_client_ruby/models/history_action_pull_request.rb +322 -0
- data/lib/shortcut_client_ruby/models/history_action_story_comment_create.rb +322 -0
- data/lib/shortcut_client_ruby/models/history_action_story_create.rb +527 -0
- data/lib/shortcut_client_ruby/models/history_action_story_delete.rb +319 -0
- data/lib/shortcut_client_ruby/models/history_action_story_link_create.rb +334 -0
- data/lib/shortcut_client_ruby/models/history_action_story_link_delete.rb +336 -0
- data/lib/shortcut_client_ruby/models/history_action_story_link_update.rb +348 -0
- data/lib/shortcut_client_ruby/models/history_action_story_update.rb +343 -0
- data/lib/shortcut_client_ruby/models/history_action_task_create.rb +353 -0
- data/lib/shortcut_client_ruby/models/history_action_task_delete.rb +292 -0
- data/lib/shortcut_client_ruby/models/history_action_task_update.rb +331 -0
- data/lib/shortcut_client_ruby/models/history_changes_story.rb +414 -0
- data/lib/shortcut_client_ruby/models/history_changes_story_link.rb +225 -0
- data/lib/shortcut_client_ruby/models/history_changes_task.rb +234 -0
- data/lib/shortcut_client_ruby/models/history_reference_branch.rb +258 -0
- data/lib/shortcut_client_ruby/models/history_reference_commit.rb +258 -0
- data/lib/shortcut_client_ruby/models/history_reference_epic.rb +258 -0
- data/lib/shortcut_client_ruby/models/history_reference_general.rb +243 -0
- data/lib/shortcut_client_ruby/models/history_reference_group.rb +243 -0
- data/lib/shortcut_client_ruby/models/history_reference_iteration.rb +258 -0
- data/lib/shortcut_client_ruby/models/history_reference_label.rb +258 -0
- data/lib/shortcut_client_ruby/models/history_reference_project.rb +258 -0
- data/lib/shortcut_client_ruby/models/history_reference_story.rb +307 -0
- data/lib/shortcut_client_ruby/models/history_reference_story_task.rb +243 -0
- data/lib/shortcut_client_ruby/models/history_reference_workflow_state.rb +292 -0
- data/lib/shortcut_client_ruby/models/icon.rb +273 -0
- data/lib/shortcut_client_ruby/models/identity.rb +245 -0
- data/lib/shortcut_client_ruby/models/iteration.rb +481 -0
- data/lib/shortcut_client_ruby/models/iteration_slim.rb +466 -0
- data/lib/shortcut_client_ruby/models/iteration_stats.rb +353 -0
- data/lib/shortcut_client_ruby/models/label.rb +362 -0
- data/lib/shortcut_client_ruby/models/label_slim.rb +353 -0
- data/lib/shortcut_client_ruby/models/label_stats.rb +423 -0
- data/lib/shortcut_client_ruby/models/linked_file.rb +450 -0
- data/lib/shortcut_client_ruby/models/list_epics.rb +207 -0
- data/lib/shortcut_client_ruby/models/list_group_stories.rb +217 -0
- data/lib/shortcut_client_ruby/models/list_labels.rb +207 -0
- data/lib/shortcut_client_ruby/models/list_members.rb +207 -0
- data/lib/shortcut_client_ruby/models/max_search_results_exceeded_error.rb +289 -0
- data/lib/shortcut_client_ruby/models/member.rb +395 -0
- data/lib/shortcut_client_ruby/models/member_info.rb +253 -0
- data/lib/shortcut_client_ruby/models/milestone.rb +453 -0
- data/lib/shortcut_client_ruby/models/milestone_stats.rb +233 -0
- data/lib/shortcut_client_ruby/models/profile.rb +330 -0
- data/lib/shortcut_client_ruby/models/project.rb +490 -0
- data/lib/shortcut_client_ruby/models/project_stats.rb +243 -0
- data/lib/shortcut_client_ruby/models/pull_request.rb +518 -0
- data/lib/shortcut_client_ruby/models/pull_request_label.rb +269 -0
- data/lib/shortcut_client_ruby/models/repository.rb +340 -0
- data/lib/shortcut_client_ruby/models/search.rb +275 -0
- data/lib/shortcut_client_ruby/models/search_results.rb +226 -0
- data/lib/shortcut_client_ruby/models/search_stories.rb +529 -0
- data/lib/shortcut_client_ruby/models/story.rb +985 -0
- data/lib/shortcut_client_ruby/models/story_comment.rb +419 -0
- data/lib/shortcut_client_ruby/models/story_contents.rb +404 -0
- data/lib/shortcut_client_ruby/models/story_contents_task.rb +255 -0
- data/lib/shortcut_client_ruby/models/story_history_change_adds_removes_int.rb +222 -0
- data/lib/shortcut_client_ruby/models/story_history_change_adds_removes_uuid.rb +222 -0
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_bool.rb +218 -0
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_int.rb +218 -0
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_str.rb +218 -0
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_uuid.rb +218 -0
- data/lib/shortcut_client_ruby/models/story_link.rb +318 -0
- data/lib/shortcut_client_ruby/models/story_reaction.rb +230 -0
- data/lib/shortcut_client_ruby/models/story_search_results.rb +257 -0
- data/lib/shortcut_client_ruby/models/story_slim.rb +944 -0
- data/lib/shortcut_client_ruby/models/story_stats.rb +213 -0
- data/lib/shortcut_client_ruby/models/task.rb +418 -0
- data/lib/shortcut_client_ruby/models/threaded_comment.rb +402 -0
- data/lib/shortcut_client_ruby/models/typed_story_link.rb +333 -0
- data/lib/shortcut_client_ruby/models/unusable_entitlement_error.rb +276 -0
- data/lib/shortcut_client_ruby/models/update_category.rb +228 -0
- data/lib/shortcut_client_ruby/models/update_comment.rb +212 -0
- data/lib/shortcut_client_ruby/models/update_entity_template.rb +217 -0
- data/lib/shortcut_client_ruby/models/update_epic.rb +413 -0
- data/lib/shortcut_client_ruby/models/update_file.rb +257 -0
- data/lib/shortcut_client_ruby/models/update_group.rb +328 -0
- data/lib/shortcut_client_ruby/models/update_iteration.rb +273 -0
- data/lib/shortcut_client_ruby/models/update_label.rb +238 -0
- data/lib/shortcut_client_ruby/models/update_linked_file.rb +311 -0
- data/lib/shortcut_client_ruby/models/update_milestone.rb +315 -0
- data/lib/shortcut_client_ruby/models/update_project.rb +289 -0
- data/lib/shortcut_client_ruby/models/update_stories.rb +480 -0
- data/lib/shortcut_client_ruby/models/update_story.rb +529 -0
- data/lib/shortcut_client_ruby/models/update_story_comment.rb +212 -0
- data/lib/shortcut_client_ruby/models/update_story_contents.rb +434 -0
- data/lib/shortcut_client_ruby/models/update_story_link.rb +261 -0
- data/lib/shortcut_client_ruby/models/update_task.rb +249 -0
- data/lib/shortcut_client_ruby/models/uploaded_file.rb +466 -0
- data/lib/shortcut_client_ruby/models/v3_files_body.rb +252 -0
- data/lib/shortcut_client_ruby/models/workflow.rb +367 -0
- data/lib/shortcut_client_ruby/models/workflow_state.rb +374 -0
- data/lib/shortcut_client_ruby/version.rb +14 -0
- data/lib/shortcut_client_ruby.rb +181 -0
- data/shortcut-client-ruby.gemspec +36 -0
- data/shortcut_client_ruby.gemspec +38 -0
- data/spec/api/default_api_spec.rb +1310 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/basic_workspace_info_spec.rb +46 -0
- data/spec/models/branch_spec.rb +100 -0
- data/spec/models/category_spec.rb +88 -0
- data/spec/models/commit_spec.rb +112 -0
- data/spec/models/create_category_params_spec.rb +52 -0
- data/spec/models/create_category_spec.rb +62 -0
- data/spec/models/create_comment_comment_spec.rb +64 -0
- data/spec/models/create_entity_template_spec.rb +52 -0
- data/spec/models/create_epic_comment_spec.rb +64 -0
- data/spec/models/create_epic_spec.rb +140 -0
- data/spec/models/create_group_spec.rb +86 -0
- data/spec/models/create_iteration_spec.rb +76 -0
- data/spec/models/create_label_params_spec.rb +58 -0
- data/spec/models/create_linked_file_spec.rb +92 -0
- data/spec/models/create_milestone_spec.rb +74 -0
- data/spec/models/create_or_delete_story_reaction_spec.rb +40 -0
- data/spec/models/create_project_spec.rb +100 -0
- data/spec/models/create_stories_spec.rb +40 -0
- data/spec/models/create_story_comment_params_spec.rb +64 -0
- data/spec/models/create_story_comment_spec.rb +64 -0
- data/spec/models/create_story_contents_spec.rb +160 -0
- data/spec/models/create_story_link_params_spec.rb +56 -0
- data/spec/models/create_story_link_spec.rb +56 -0
- data/spec/models/create_story_params_spec.rb +200 -0
- data/spec/models/create_task_params_spec.rb +70 -0
- data/spec/models/create_task_spec.rb +70 -0
- data/spec/models/delete_stories_spec.rb +40 -0
- data/spec/models/entity_template_spec.rb +82 -0
- data/spec/models/entity_template_task_spec.rb +58 -0
- data/spec/models/epic_search_results_spec.rb +58 -0
- data/spec/models/epic_slim_spec.rb +256 -0
- data/spec/models/epic_spec.rb +262 -0
- data/spec/models/epic_state_spec.rb +88 -0
- data/spec/models/epic_stats_spec.rb +112 -0
- data/spec/models/epic_workflow_spec.rb +70 -0
- data/spec/models/get_epic_stories_spec.rb +40 -0
- data/spec/models/get_external_link_stories_params_spec.rb +40 -0
- data/spec/models/get_iteration_stories_spec.rb +40 -0
- data/spec/models/get_label_stories_spec.rb +40 -0
- data/spec/models/get_member_spec.rb +40 -0
- data/spec/models/get_project_stories_spec.rb +40 -0
- data/spec/models/group_spec.rb +134 -0
- data/spec/models/history_action_branch_create_spec.rb +68 -0
- data/spec/models/history_action_branch_merge_spec.rb +68 -0
- data/spec/models/history_action_branch_push_spec.rb +68 -0
- data/spec/models/history_action_label_create_spec.rb +68 -0
- data/spec/models/history_action_label_delete_spec.rb +62 -0
- data/spec/models/history_action_label_update_spec.rb +56 -0
- data/spec/models/history_action_project_update_spec.rb +68 -0
- data/spec/models/history_action_pull_request_spec.rb +74 -0
- data/spec/models/history_action_story_comment_create_spec.rb +74 -0
- data/spec/models/history_action_story_create_spec.rb +186 -0
- data/spec/models/history_action_story_delete_spec.rb +72 -0
- data/spec/models/history_action_story_link_create_spec.rb +78 -0
- data/spec/models/history_action_story_link_delete_spec.rb +78 -0
- data/spec/models/history_action_story_link_update_spec.rb +84 -0
- data/spec/models/history_action_story_update_spec.rb +84 -0
- data/spec/models/history_action_task_create_spec.rb +92 -0
- data/spec/models/history_action_task_delete_spec.rb +62 -0
- data/spec/models/history_action_task_update_spec.rb +80 -0
- data/spec/models/history_changes_story_link_spec.rb +52 -0
- data/spec/models/history_changes_story_spec.rb +178 -0
- data/spec/models/history_changes_task_spec.rb +58 -0
- data/spec/models/history_reference_branch_spec.rb +58 -0
- data/spec/models/history_reference_commit_spec.rb +58 -0
- data/spec/models/history_reference_epic_spec.rb +58 -0
- data/spec/models/history_reference_general_spec.rb +52 -0
- data/spec/models/history_reference_group_spec.rb +52 -0
- data/spec/models/history_reference_iteration_spec.rb +58 -0
- data/spec/models/history_reference_label_spec.rb +58 -0
- data/spec/models/history_reference_project_spec.rb +58 -0
- data/spec/models/history_reference_story_spec.rb +68 -0
- data/spec/models/history_reference_story_task_spec.rb +52 -0
- data/spec/models/history_reference_workflow_state_spec.rb +62 -0
- data/spec/models/history_spec.rb +92 -0
- data/spec/models/icon_spec.rb +64 -0
- data/spec/models/identity_spec.rb +52 -0
- data/spec/models/iteration_slim_spec.rb +136 -0
- data/spec/models/iteration_spec.rb +142 -0
- data/spec/models/iteration_stats_spec.rb +100 -0
- data/spec/models/label_slim_spec.rb +94 -0
- data/spec/models/label_spec.rb +100 -0
- data/spec/models/label_stats_spec.rb +124 -0
- data/spec/models/linked_file_spec.rb +130 -0
- data/spec/models/list_epics_spec.rb +40 -0
- data/spec/models/list_group_stories_spec.rb +46 -0
- data/spec/models/list_labels_spec.rb +40 -0
- data/spec/models/list_members_spec.rb +40 -0
- data/spec/models/max_search_results_exceeded_error_spec.rb +60 -0
- data/spec/models/member_info_spec.rb +58 -0
- data/spec/models/member_spec.rb +104 -0
- data/spec/models/milestone_spec.rb +136 -0
- data/spec/models/milestone_stats_spec.rb +52 -0
- data/spec/models/profile_spec.rb +88 -0
- data/spec/models/project_spec.rb +148 -0
- data/spec/models/project_stats_spec.rb +52 -0
- data/spec/models/pull_request_label_spec.rb +64 -0
- data/spec/models/pull_request_spec.rb +166 -0
- data/spec/models/repository_spec.rb +88 -0
- data/spec/models/search_results_spec.rb +46 -0
- data/spec/models/search_spec.rb +62 -0
- data/spec/models/search_stories_spec.rb +210 -0
- data/spec/models/story_comment_spec.rb +118 -0
- data/spec/models/story_contents_spec.rb +148 -0
- data/spec/models/story_contents_task_spec.rb +64 -0
- data/spec/models/story_history_change_adds_removes_int_spec.rb +46 -0
- data/spec/models/story_history_change_adds_removes_uuid_spec.rb +46 -0
- data/spec/models/story_history_change_old_new_bool_spec.rb +46 -0
- data/spec/models/story_history_change_old_new_int_spec.rb +46 -0
- data/spec/models/story_history_change_old_new_str_spec.rb +46 -0
- data/spec/models/story_history_change_old_new_uuid_spec.rb +46 -0
- data/spec/models/story_link_spec.rb +82 -0
- data/spec/models/story_reaction_spec.rb +46 -0
- data/spec/models/story_search_results_spec.rb +58 -0
- data/spec/models/story_slim_spec.rb +322 -0
- data/spec/models/story_spec.rb +334 -0
- data/spec/models/story_stats_spec.rb +40 -0
- data/spec/models/task_spec.rb +118 -0
- data/spec/models/threaded_comment_spec.rb +112 -0
- data/spec/models/typed_story_link_spec.rb +88 -0
- data/spec/models/unusable_entitlement_error_spec.rb +56 -0
- data/spec/models/update_category_spec.rb +52 -0
- data/spec/models/update_comment_spec.rb +40 -0
- data/spec/models/update_entity_template_spec.rb +46 -0
- data/spec/models/update_epic_spec.rb +140 -0
- data/spec/models/update_file_spec.rb +70 -0
- data/spec/models/update_group_spec.rb +92 -0
- data/spec/models/update_iteration_spec.rb +76 -0
- data/spec/models/update_label_spec.rb +58 -0
- data/spec/models/update_linked_file_spec.rb +86 -0
- data/spec/models/update_milestone_spec.rb +86 -0
- data/spec/models/update_project_spec.rb +88 -0
- data/spec/models/update_stories_spec.rb +168 -0
- data/spec/models/update_story_comment_spec.rb +40 -0
- data/spec/models/update_story_contents_spec.rb +160 -0
- data/spec/models/update_story_link_spec.rb +56 -0
- data/spec/models/update_story_spec.rb +198 -0
- data/spec/models/update_task_spec.rb +64 -0
- data/spec/models/uploaded_file_spec.rb +136 -0
- data/spec/models/v3_files_body_spec.rb +64 -0
- data/spec/models/workflow_spec.rb +100 -0
- data/spec/models/workflow_state_spec.rb +106 -0
- data/spec/spec_helper.rb +110 -0
- metadata +701 -0
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Shortcut API
|
|
3
|
+
|
|
4
|
+
#Shortcut API
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 3.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 3.0.35
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'date'
|
|
13
|
+
|
|
14
|
+
module Shortcut
|
|
15
|
+
# A Comment is any note added within the Comment field of a Story.
|
|
16
|
+
class StoryComment
|
|
17
|
+
# The Shortcut application url for the Comment.
|
|
18
|
+
attr_accessor :app_url
|
|
19
|
+
|
|
20
|
+
# A string description of this resource.
|
|
21
|
+
attr_accessor :entity_type
|
|
22
|
+
|
|
23
|
+
# The ID of the Story on which the Comment appears.
|
|
24
|
+
attr_accessor :story_id
|
|
25
|
+
|
|
26
|
+
# Deprecated: use member_mention_ids.
|
|
27
|
+
attr_accessor :mention_ids
|
|
28
|
+
|
|
29
|
+
# The unique ID of the Member who is the Comment's author.
|
|
30
|
+
attr_accessor :author_id
|
|
31
|
+
|
|
32
|
+
# The unique IDs of the Member who are mentioned in the Comment.
|
|
33
|
+
attr_accessor :member_mention_ids
|
|
34
|
+
|
|
35
|
+
# The time/date when the Comment was updated.
|
|
36
|
+
attr_accessor :updated_at
|
|
37
|
+
|
|
38
|
+
# The unique IDs of the Group who are mentioned in the Comment.
|
|
39
|
+
attr_accessor :group_mention_ids
|
|
40
|
+
|
|
41
|
+
# This field can be set to another unique ID. In the case that the Comment has been imported from another tool, the ID in the other tool can be indicated here.
|
|
42
|
+
attr_accessor :external_id
|
|
43
|
+
|
|
44
|
+
# The unique ID of the Comment.
|
|
45
|
+
attr_accessor :id
|
|
46
|
+
|
|
47
|
+
# The Comments numerical position in the list from oldest to newest.
|
|
48
|
+
attr_accessor :position
|
|
49
|
+
|
|
50
|
+
# A set of Reactions to this Comment.
|
|
51
|
+
attr_accessor :reactions
|
|
52
|
+
|
|
53
|
+
# The time/date when the Comment was created.
|
|
54
|
+
attr_accessor :created_at
|
|
55
|
+
|
|
56
|
+
# The text of the Comment.
|
|
57
|
+
attr_accessor :text
|
|
58
|
+
|
|
59
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
60
|
+
def self.attribute_map
|
|
61
|
+
{
|
|
62
|
+
:'app_url' => :'app_url',
|
|
63
|
+
:'entity_type' => :'entity_type',
|
|
64
|
+
:'story_id' => :'story_id',
|
|
65
|
+
:'mention_ids' => :'mention_ids',
|
|
66
|
+
:'author_id' => :'author_id',
|
|
67
|
+
:'member_mention_ids' => :'member_mention_ids',
|
|
68
|
+
:'updated_at' => :'updated_at',
|
|
69
|
+
:'group_mention_ids' => :'group_mention_ids',
|
|
70
|
+
:'external_id' => :'external_id',
|
|
71
|
+
:'id' => :'id',
|
|
72
|
+
:'position' => :'position',
|
|
73
|
+
:'reactions' => :'reactions',
|
|
74
|
+
:'created_at' => :'created_at',
|
|
75
|
+
:'text' => :'text'
|
|
76
|
+
}
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# Attribute type mapping.
|
|
80
|
+
def self.openapi_types
|
|
81
|
+
{
|
|
82
|
+
:'app_url' => :'Object',
|
|
83
|
+
:'entity_type' => :'Object',
|
|
84
|
+
:'story_id' => :'Object',
|
|
85
|
+
:'mention_ids' => :'Object',
|
|
86
|
+
:'author_id' => :'Object',
|
|
87
|
+
:'member_mention_ids' => :'Object',
|
|
88
|
+
:'updated_at' => :'Object',
|
|
89
|
+
:'group_mention_ids' => :'Object',
|
|
90
|
+
:'external_id' => :'Object',
|
|
91
|
+
:'id' => :'Object',
|
|
92
|
+
:'position' => :'Object',
|
|
93
|
+
:'reactions' => :'Object',
|
|
94
|
+
:'created_at' => :'Object',
|
|
95
|
+
:'text' => :'Object'
|
|
96
|
+
}
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# List of attributes with nullable: true
|
|
100
|
+
def self.openapi_nullable
|
|
101
|
+
Set.new([
|
|
102
|
+
:'author_id',
|
|
103
|
+
:'updated_at',
|
|
104
|
+
:'external_id',
|
|
105
|
+
])
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# Initializes the object
|
|
109
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
110
|
+
def initialize(attributes = {})
|
|
111
|
+
if (!attributes.is_a?(Hash))
|
|
112
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Shortcut::StoryComment` initialize method"
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
116
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
117
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
118
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Shortcut::StoryComment`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
119
|
+
end
|
|
120
|
+
h[k.to_sym] = v
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
if attributes.key?(:'app_url')
|
|
124
|
+
self.app_url = attributes[:'app_url']
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
if attributes.key?(:'entity_type')
|
|
128
|
+
self.entity_type = attributes[:'entity_type']
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
if attributes.key?(:'story_id')
|
|
132
|
+
self.story_id = attributes[:'story_id']
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
if attributes.key?(:'mention_ids')
|
|
136
|
+
if (value = attributes[:'mention_ids']).is_a?(Array)
|
|
137
|
+
self.mention_ids = value
|
|
138
|
+
end
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
if attributes.key?(:'author_id')
|
|
142
|
+
self.author_id = attributes[:'author_id']
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
if attributes.key?(:'member_mention_ids')
|
|
146
|
+
if (value = attributes[:'member_mention_ids']).is_a?(Array)
|
|
147
|
+
self.member_mention_ids = value
|
|
148
|
+
end
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
if attributes.key?(:'updated_at')
|
|
152
|
+
self.updated_at = attributes[:'updated_at']
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
if attributes.key?(:'group_mention_ids')
|
|
156
|
+
if (value = attributes[:'group_mention_ids']).is_a?(Array)
|
|
157
|
+
self.group_mention_ids = value
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
if attributes.key?(:'external_id')
|
|
162
|
+
self.external_id = attributes[:'external_id']
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
if attributes.key?(:'id')
|
|
166
|
+
self.id = attributes[:'id']
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
if attributes.key?(:'position')
|
|
170
|
+
self.position = attributes[:'position']
|
|
171
|
+
end
|
|
172
|
+
|
|
173
|
+
if attributes.key?(:'reactions')
|
|
174
|
+
if (value = attributes[:'reactions']).is_a?(Array)
|
|
175
|
+
self.reactions = value
|
|
176
|
+
end
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
if attributes.key?(:'created_at')
|
|
180
|
+
self.created_at = attributes[:'created_at']
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
if attributes.key?(:'text')
|
|
184
|
+
self.text = attributes[:'text']
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
189
|
+
# @return Array for valid properties with the reasons
|
|
190
|
+
def list_invalid_properties
|
|
191
|
+
invalid_properties = Array.new
|
|
192
|
+
if @app_url.nil?
|
|
193
|
+
invalid_properties.push('invalid value for "app_url", app_url cannot be nil.')
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
if @entity_type.nil?
|
|
197
|
+
invalid_properties.push('invalid value for "entity_type", entity_type cannot be nil.')
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
if @story_id.nil?
|
|
201
|
+
invalid_properties.push('invalid value for "story_id", story_id cannot be nil.')
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
if @mention_ids.nil?
|
|
205
|
+
invalid_properties.push('invalid value for "mention_ids", mention_ids cannot be nil.')
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
if @author_id.nil?
|
|
209
|
+
invalid_properties.push('invalid value for "author_id", author_id cannot be nil.')
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
if @member_mention_ids.nil?
|
|
213
|
+
invalid_properties.push('invalid value for "member_mention_ids", member_mention_ids cannot be nil.')
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
if @updated_at.nil?
|
|
217
|
+
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
if @group_mention_ids.nil?
|
|
221
|
+
invalid_properties.push('invalid value for "group_mention_ids", group_mention_ids cannot be nil.')
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
if @external_id.nil?
|
|
225
|
+
invalid_properties.push('invalid value for "external_id", external_id cannot be nil.')
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
if @id.nil?
|
|
229
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
if @position.nil?
|
|
233
|
+
invalid_properties.push('invalid value for "position", position cannot be nil.')
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
if @reactions.nil?
|
|
237
|
+
invalid_properties.push('invalid value for "reactions", reactions cannot be nil.')
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
if @created_at.nil?
|
|
241
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
if @text.nil?
|
|
245
|
+
invalid_properties.push('invalid value for "text", text cannot be nil.')
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
invalid_properties
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
# Check to see if the all the properties in the model are valid
|
|
252
|
+
# @return true if the model is valid
|
|
253
|
+
def valid?
|
|
254
|
+
return false if @app_url.nil?
|
|
255
|
+
return false if @entity_type.nil?
|
|
256
|
+
return false if @story_id.nil?
|
|
257
|
+
return false if @mention_ids.nil?
|
|
258
|
+
return false if @author_id.nil?
|
|
259
|
+
return false if @member_mention_ids.nil?
|
|
260
|
+
return false if @updated_at.nil?
|
|
261
|
+
return false if @group_mention_ids.nil?
|
|
262
|
+
return false if @external_id.nil?
|
|
263
|
+
return false if @id.nil?
|
|
264
|
+
return false if @position.nil?
|
|
265
|
+
return false if @reactions.nil?
|
|
266
|
+
return false if @created_at.nil?
|
|
267
|
+
return false if @text.nil?
|
|
268
|
+
true
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
# Checks equality by comparing each attribute.
|
|
272
|
+
# @param [Object] Object to be compared
|
|
273
|
+
def ==(o)
|
|
274
|
+
return true if self.equal?(o)
|
|
275
|
+
self.class == o.class &&
|
|
276
|
+
app_url == o.app_url &&
|
|
277
|
+
entity_type == o.entity_type &&
|
|
278
|
+
story_id == o.story_id &&
|
|
279
|
+
mention_ids == o.mention_ids &&
|
|
280
|
+
author_id == o.author_id &&
|
|
281
|
+
member_mention_ids == o.member_mention_ids &&
|
|
282
|
+
updated_at == o.updated_at &&
|
|
283
|
+
group_mention_ids == o.group_mention_ids &&
|
|
284
|
+
external_id == o.external_id &&
|
|
285
|
+
id == o.id &&
|
|
286
|
+
position == o.position &&
|
|
287
|
+
reactions == o.reactions &&
|
|
288
|
+
created_at == o.created_at &&
|
|
289
|
+
text == o.text
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
# @see the `==` method
|
|
293
|
+
# @param [Object] Object to be compared
|
|
294
|
+
def eql?(o)
|
|
295
|
+
self == o
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
# Calculates hash code according to all attributes.
|
|
299
|
+
# @return [Integer] Hash code
|
|
300
|
+
def hash
|
|
301
|
+
[app_url, entity_type, story_id, mention_ids, author_id, member_mention_ids, updated_at, group_mention_ids, external_id, id, position, reactions, created_at, text].hash
|
|
302
|
+
end
|
|
303
|
+
|
|
304
|
+
# Builds the object from hash
|
|
305
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
306
|
+
# @return [Object] Returns the model itself
|
|
307
|
+
def self.build_from_hash(attributes)
|
|
308
|
+
new.build_from_hash(attributes)
|
|
309
|
+
end
|
|
310
|
+
|
|
311
|
+
# Builds the object from hash
|
|
312
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
313
|
+
# @return [Object] Returns the model itself
|
|
314
|
+
def build_from_hash(attributes)
|
|
315
|
+
return nil unless attributes.is_a?(Hash)
|
|
316
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
317
|
+
if type =~ /\AArray<(.*)>/i
|
|
318
|
+
# check to ensure the input is an array given that the attribute
|
|
319
|
+
# is documented as an array but the input is not
|
|
320
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
321
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
322
|
+
end
|
|
323
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
324
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
325
|
+
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
326
|
+
self.send("#{key}=", nil)
|
|
327
|
+
end
|
|
328
|
+
end
|
|
329
|
+
|
|
330
|
+
self
|
|
331
|
+
end
|
|
332
|
+
|
|
333
|
+
# Deserializes the data based on type
|
|
334
|
+
# @param string type Data type
|
|
335
|
+
# @param string value Value to be deserialized
|
|
336
|
+
# @return [Object] Deserialized data
|
|
337
|
+
def _deserialize(type, value)
|
|
338
|
+
case type.to_sym
|
|
339
|
+
when :DateTime
|
|
340
|
+
DateTime.parse(value)
|
|
341
|
+
when :Date
|
|
342
|
+
Date.parse(value)
|
|
343
|
+
when :String
|
|
344
|
+
value.to_s
|
|
345
|
+
when :Integer
|
|
346
|
+
value.to_i
|
|
347
|
+
when :Float
|
|
348
|
+
value.to_f
|
|
349
|
+
when :Boolean
|
|
350
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
351
|
+
true
|
|
352
|
+
else
|
|
353
|
+
false
|
|
354
|
+
end
|
|
355
|
+
when :Object
|
|
356
|
+
# generic object (usually a Hash), return directly
|
|
357
|
+
value
|
|
358
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
359
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
360
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
361
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
362
|
+
k_type = Regexp.last_match[:k_type]
|
|
363
|
+
v_type = Regexp.last_match[:v_type]
|
|
364
|
+
{}.tap do |hash|
|
|
365
|
+
value.each do |k, v|
|
|
366
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
367
|
+
end
|
|
368
|
+
end
|
|
369
|
+
else # model
|
|
370
|
+
Shortcut.const_get(type).build_from_hash(value)
|
|
371
|
+
end
|
|
372
|
+
end
|
|
373
|
+
|
|
374
|
+
# Returns the string representation of the object
|
|
375
|
+
# @return [String] String presentation of the object
|
|
376
|
+
def to_s
|
|
377
|
+
to_hash.to_s
|
|
378
|
+
end
|
|
379
|
+
|
|
380
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
381
|
+
# @return [Hash] Returns the object in the form of hash
|
|
382
|
+
def to_body
|
|
383
|
+
to_hash
|
|
384
|
+
end
|
|
385
|
+
|
|
386
|
+
# Returns the object in the form of hash
|
|
387
|
+
# @return [Hash] Returns the object in the form of hash
|
|
388
|
+
def to_hash
|
|
389
|
+
hash = {}
|
|
390
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
391
|
+
value = self.send(attr)
|
|
392
|
+
if value.nil?
|
|
393
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
394
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
hash[param] = _to_hash(value)
|
|
398
|
+
end
|
|
399
|
+
hash
|
|
400
|
+
end
|
|
401
|
+
|
|
402
|
+
# Outputs non-array value in the form of hash
|
|
403
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
404
|
+
# @param [Object] value Any valid value
|
|
405
|
+
# @return [Hash] Returns the value in the form of hash
|
|
406
|
+
def _to_hash(value)
|
|
407
|
+
if value.is_a?(Array)
|
|
408
|
+
value.compact.map { |v| _to_hash(v) }
|
|
409
|
+
elsif value.is_a?(Hash)
|
|
410
|
+
{}.tap do |hash|
|
|
411
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
412
|
+
end
|
|
413
|
+
elsif value.respond_to? :to_hash
|
|
414
|
+
value.to_hash
|
|
415
|
+
else
|
|
416
|
+
value
|
|
417
|
+
end
|
|
418
|
+
end end
|
|
419
|
+
end
|