emasser 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (469) hide show
  1. checksums.yaml +7 -0
  2. data/.dockerignore +11 -0
  3. data/.env-example +10 -0
  4. data/.github/release-drafter.yml +16 -0
  5. data/.github/workflows/codeql-analysis.yml +70 -0
  6. data/.github/workflows/draft-release.yml +16 -0
  7. data/.github/workflows/generate_docs.yml +33 -0
  8. data/.github/workflows/gh-pages.yml +33 -0
  9. data/.github/workflows/release.yml +38 -0
  10. data/.github/workflows/rubocop.yml +23 -0
  11. data/.github/workflows/test-cli.yml +73 -0
  12. data/.gitignore +17 -0
  13. data/.mergify.yml +25 -0
  14. data/.rubocop.yml +80 -0
  15. data/.rubocop_todo.yml +27 -0
  16. data/CHANGELOG.md +16 -0
  17. data/Dockerfile +10 -0
  18. data/Gemfile +8 -0
  19. data/Gemfile.lock +110 -0
  20. data/LICENSE.md +15 -0
  21. data/README.md +108 -0
  22. data/Rakefile +18 -0
  23. data/TAGS +2393 -0
  24. data/_config.yml +2 -0
  25. data/docs/developers.md +115 -0
  26. data/docs/features.md +1193 -0
  27. data/docs/redoc/index.html +1231 -0
  28. data/docs/swagger/dist/favicon-16x16.png +0 -0
  29. data/docs/swagger/dist/favicon-32x32.png +0 -0
  30. data/docs/swagger/dist/oauth2-redirect.html +75 -0
  31. data/docs/swagger/dist/swagger-ui-bundle.js +3 -0
  32. data/docs/swagger/dist/swagger-ui-bundle.js.map +1 -0
  33. data/docs/swagger/dist/swagger-ui-es-bundle-core.js +3 -0
  34. data/docs/swagger/dist/swagger-ui-es-bundle-core.js.map +1 -0
  35. data/docs/swagger/dist/swagger-ui-es-bundle.js +3 -0
  36. data/docs/swagger/dist/swagger-ui-es-bundle.js.map +1 -0
  37. data/docs/swagger/dist/swagger-ui-standalone-preset.js +3 -0
  38. data/docs/swagger/dist/swagger-ui-standalone-preset.js.map +1 -0
  39. data/docs/swagger/dist/swagger-ui.css +4 -0
  40. data/docs/swagger/dist/swagger-ui.css.map +1 -0
  41. data/docs/swagger/dist/swagger-ui.js +3 -0
  42. data/docs/swagger/dist/swagger-ui.js.map +1 -0
  43. data/docs/swagger/index.html +60 -0
  44. data/emass_client/eMASSRestOpenApi.yaml +5698 -0
  45. data/emass_client/ruby_client/.gitignore +39 -0
  46. data/emass_client/ruby_client/.rspec +2 -0
  47. data/emass_client/ruby_client/.rubocop.yml +154 -0
  48. data/emass_client/ruby_client/.swagger-codegen/VERSION +1 -0
  49. data/emass_client/ruby_client/.swagger-codegen-ignore +23 -0
  50. data/emass_client/ruby_client/Gemfile +9 -0
  51. data/emass_client/ruby_client/README.md +1284 -0
  52. data/emass_client/ruby_client/Rakefile +8 -0
  53. data/emass_client/ruby_client/docs/ArtifactsApi.md +284 -0
  54. data/emass_client/ruby_client/docs/ArtifactsDelete.md +6 -0
  55. data/emass_client/ruby_client/docs/ArtifactsDeleteInner.md +7 -0
  56. data/emass_client/ruby_client/docs/ArtifactsExportApi.md +76 -0
  57. data/emass_client/ruby_client/docs/ArtifactsGet.md +20 -0
  58. data/emass_client/ruby_client/docs/ArtifactsRequestPutBody.md +16 -0
  59. data/emass_client/ruby_client/docs/ArtifactsResponseDel.md +8 -0
  60. data/emass_client/ruby_client/docs/ArtifactsResponseDelData.md +9 -0
  61. data/emass_client/ruby_client/docs/ArtifactsResponseGet.md +8 -0
  62. data/emass_client/ruby_client/docs/ArtifactsResponsePutPost.md +8 -0
  63. data/emass_client/ruby_client/docs/CACApi.md +140 -0
  64. data/emass_client/ruby_client/docs/CMMCAssessmentsApi.md +71 -0
  65. data/emass_client/ruby_client/docs/CacGet.md +13 -0
  66. data/emass_client/ruby_client/docs/CacRequestPostBody.md +8 -0
  67. data/emass_client/ruby_client/docs/CacResponseGet.md +8 -0
  68. data/emass_client/ruby_client/docs/CacResponsePost.md +8 -0
  69. data/emass_client/ruby_client/docs/CacResponsePostData.md +9 -0
  70. data/emass_client/ruby_client/docs/CmmcGet.md +19 -0
  71. data/emass_client/ruby_client/docs/CmmcResponseGet.md +8 -0
  72. data/emass_client/ruby_client/docs/ConnectivityCcsd.md +8 -0
  73. data/emass_client/ruby_client/docs/ControlsApi.md +140 -0
  74. data/emass_client/ruby_client/docs/ControlsGet.md +36 -0
  75. data/emass_client/ruby_client/docs/ControlsPut.md +9 -0
  76. data/emass_client/ruby_client/docs/ControlsRequestPutBody.md +29 -0
  77. data/emass_client/ruby_client/docs/ControlsResponseGet.md +8 -0
  78. data/emass_client/ruby_client/docs/ControlsResponsePut.md +8 -0
  79. data/emass_client/ruby_client/docs/DefinitionTransitions.md +9 -0
  80. data/emass_client/ruby_client/docs/DeleteMilestone.md +7 -0
  81. data/emass_client/ruby_client/docs/DeletePoam.md +7 -0
  82. data/emass_client/ruby_client/docs/Empty200Response.md +6 -0
  83. data/emass_client/ruby_client/docs/Error.md +8 -0
  84. data/emass_client/ruby_client/docs/InstancesTransitions.md +12 -0
  85. data/emass_client/ruby_client/docs/MilestoneResponseGet.md +8 -0
  86. data/emass_client/ruby_client/docs/MilestoneResponsePost.md +8 -0
  87. data/emass_client/ruby_client/docs/MilestoneResponsePut.md +8 -0
  88. data/emass_client/ruby_client/docs/MilestonesApi.md +350 -0
  89. data/emass_client/ruby_client/docs/MilestonesDelete.md +6 -0
  90. data/emass_client/ruby_client/docs/MilestonesGet.md +12 -0
  91. data/emass_client/ruby_client/docs/MilestonesPost.md +6 -0
  92. data/emass_client/ruby_client/docs/MilestonesPut.md +6 -0
  93. data/emass_client/ruby_client/docs/MilestonesPutPostDelete.md +11 -0
  94. data/emass_client/ruby_client/docs/MilestonesRequestPostBody.md +9 -0
  95. data/emass_client/ruby_client/docs/MilestonesRequestPutBody.md +9 -0
  96. data/emass_client/ruby_client/docs/MilestonesRequiredPost.md +8 -0
  97. data/emass_client/ruby_client/docs/MilestonesRequiredPut.md +9 -0
  98. data/emass_client/ruby_client/docs/Model200.md +7 -0
  99. data/emass_client/ruby_client/docs/Model201.md +7 -0
  100. data/emass_client/ruby_client/docs/Model201Meta.md +8 -0
  101. data/emass_client/ruby_client/docs/Model400.md +7 -0
  102. data/emass_client/ruby_client/docs/Model400Meta.md +8 -0
  103. data/emass_client/ruby_client/docs/Model400Response.md +7 -0
  104. data/emass_client/ruby_client/docs/Model401.md +7 -0
  105. data/emass_client/ruby_client/docs/Model401Meta.md +8 -0
  106. data/emass_client/ruby_client/docs/Model403.md +7 -0
  107. data/emass_client/ruby_client/docs/Model403Meta.md +8 -0
  108. data/emass_client/ruby_client/docs/Model404.md +8 -0
  109. data/emass_client/ruby_client/docs/Model404Response.md +7 -0
  110. data/emass_client/ruby_client/docs/Model405.md +7 -0
  111. data/emass_client/ruby_client/docs/Model405Meta.md +8 -0
  112. data/emass_client/ruby_client/docs/Model411.md +7 -0
  113. data/emass_client/ruby_client/docs/Model411Meta.md +8 -0
  114. data/emass_client/ruby_client/docs/Model490.md +7 -0
  115. data/emass_client/ruby_client/docs/Model490Meta.md +8 -0
  116. data/emass_client/ruby_client/docs/Model500.md +7 -0
  117. data/emass_client/ruby_client/docs/Model500Meta.md +8 -0
  118. data/emass_client/ruby_client/docs/PACApi.md +137 -0
  119. data/emass_client/ruby_client/docs/POAMApi.md +346 -0
  120. data/emass_client/ruby_client/docs/PacGet.md +14 -0
  121. data/emass_client/ruby_client/docs/PacPost.md +9 -0
  122. data/emass_client/ruby_client/docs/PacRequestPostBody.md +9 -0
  123. data/emass_client/ruby_client/docs/PacResponseGet.md +8 -0
  124. data/emass_client/ruby_client/docs/PacResponsePost.md +8 -0
  125. data/emass_client/ruby_client/docs/PoamDelete.md +6 -0
  126. data/emass_client/ruby_client/docs/PoamGet.md +39 -0
  127. data/emass_client/ruby_client/docs/PoamPost.md +6 -0
  128. data/emass_client/ruby_client/docs/PoamPostPutDel.md +10 -0
  129. data/emass_client/ruby_client/docs/PoamPut.md +6 -0
  130. data/emass_client/ruby_client/docs/PoamRequestPostBody.md +6 -0
  131. data/emass_client/ruby_client/docs/PoamRequestPutBody.md +6 -0
  132. data/emass_client/ruby_client/docs/PoamRequiredPost.md +32 -0
  133. data/emass_client/ruby_client/docs/PoamRequiredPut.md +35 -0
  134. data/emass_client/ruby_client/docs/PoamResponseDelete.md +8 -0
  135. data/emass_client/ruby_client/docs/PoamResponseGet.md +8 -0
  136. data/emass_client/ruby_client/docs/PoamResponsePost.md +8 -0
  137. data/emass_client/ruby_client/docs/PoamResponsePut.md +8 -0
  138. data/emass_client/ruby_client/docs/Register.md +8 -0
  139. data/emass_client/ruby_client/docs/RegisterData.md +7 -0
  140. data/emass_client/ruby_client/docs/RegisterUserRequestPostBody.md +7 -0
  141. data/emass_client/ruby_client/docs/RegistrationApi.md +71 -0
  142. data/emass_client/ruby_client/docs/RoleCategory.md +10 -0
  143. data/emass_client/ruby_client/docs/Roles.md +9 -0
  144. data/emass_client/ruby_client/docs/Ssps.md +9 -0
  145. data/emass_client/ruby_client/docs/Stage.md +8 -0
  146. data/emass_client/ruby_client/docs/StaticCodeApplication.md +12 -0
  147. data/emass_client/ruby_client/docs/StaticCodeRequestPostBody.md +6 -0
  148. data/emass_client/ruby_client/docs/StaticCodeRequiredPost.md +8 -0
  149. data/emass_client/ruby_client/docs/StaticCodeRequiredPostApplication.md +8 -0
  150. data/emass_client/ruby_client/docs/StaticCodeScansApi.md +73 -0
  151. data/emass_client/ruby_client/docs/Success200Response.md +8 -0
  152. data/emass_client/ruby_client/docs/SystemIdArtifactsBody.md +10 -0
  153. data/emass_client/ruby_client/docs/SystemResponse.md +8 -0
  154. data/emass_client/ruby_client/docs/SystemRolesApi.md +137 -0
  155. data/emass_client/ruby_client/docs/SystemRolesCategoryResponse.md +8 -0
  156. data/emass_client/ruby_client/docs/SystemRolesResponse.md +8 -0
  157. data/emass_client/ruby_client/docs/SystemRolesResponseData.md +8 -0
  158. data/emass_client/ruby_client/docs/Systems.md +70 -0
  159. data/emass_client/ruby_client/docs/SystemsApi.md +155 -0
  160. data/emass_client/ruby_client/docs/Test.md +8 -0
  161. data/emass_client/ruby_client/docs/TestApi.md +66 -0
  162. data/emass_client/ruby_client/docs/TestData.md +7 -0
  163. data/emass_client/ruby_client/docs/TestResultsApi.md +144 -0
  164. data/emass_client/ruby_client/docs/TestResultsGet.md +15 -0
  165. data/emass_client/ruby_client/docs/TestResultsPost.md +9 -0
  166. data/emass_client/ruby_client/docs/TestResultsRequestPostBody.md +11 -0
  167. data/emass_client/ruby_client/docs/TestResultsResponseGet.md +8 -0
  168. data/emass_client/ruby_client/docs/TestResultsResponsePost.md +8 -0
  169. data/emass_client/ruby_client/docs/Users.md +9 -0
  170. data/emass_client/ruby_client/docs/WorkflowDefinitionGet.md +11 -0
  171. data/emass_client/ruby_client/docs/WorkflowDefinitionResponseGet.md +8 -0
  172. data/emass_client/ruby_client/docs/WorkflowDefinitionsApi.md +74 -0
  173. data/emass_client/ruby_client/docs/WorkflowInstancesApi.md +146 -0
  174. data/emass_client/ruby_client/docs/WorkflowInstancesGet.md +16 -0
  175. data/emass_client/ruby_client/docs/WorkflowInstancesResponseGet.md +8 -0
  176. data/emass_client/ruby_client/git_push.sh +55 -0
  177. data/emass_client/ruby_client/lib/swagger_client/api/artifacts_api.rb +310 -0
  178. data/emass_client/ruby_client/lib/swagger_client/api/artifacts_export_api.rb +86 -0
  179. data/emass_client/ruby_client/lib/swagger_client/api/cac_api.rb +143 -0
  180. data/emass_client/ruby_client/lib/swagger_client/api/cmmc_assessments_api.rb +77 -0
  181. data/emass_client/ruby_client/lib/swagger_client/api/controls_api.rb +143 -0
  182. data/emass_client/ruby_client/lib/swagger_client/api/milestones_api.rb +366 -0
  183. data/emass_client/ruby_client/lib/swagger_client/api/pac_api.rb +140 -0
  184. data/emass_client/ruby_client/lib/swagger_client/api/poam_api.rb +345 -0
  185. data/emass_client/ruby_client/lib/swagger_client/api/registration_api.rb +78 -0
  186. data/emass_client/ruby_client/lib/swagger_client/api/static_code_scans_api.rb +84 -0
  187. data/emass_client/ruby_client/lib/swagger_client/api/system_roles_api.rb +150 -0
  188. data/emass_client/ruby_client/lib/swagger_client/api/systems_api.rb +162 -0
  189. data/emass_client/ruby_client/lib/swagger_client/api/test_api.rb +70 -0
  190. data/emass_client/ruby_client/lib/swagger_client/api/test_results_api.rb +149 -0
  191. data/emass_client/ruby_client/lib/swagger_client/api/workflow_definitions_api.rb +76 -0
  192. data/emass_client/ruby_client/lib/swagger_client/api/workflow_instances_api.rb +153 -0
  193. data/emass_client/ruby_client/lib/swagger_client/api_client.rb +389 -0
  194. data/emass_client/ruby_client/lib/swagger_client/api_error.rb +57 -0
  195. data/emass_client/ruby_client/lib/swagger_client/configuration.rb +224 -0
  196. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_delete.rb +201 -0
  197. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_delete_inner.rb +207 -0
  198. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_get.rb +383 -0
  199. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_request_put_body.rb +363 -0
  200. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_del.rb +217 -0
  201. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_del_data.rb +225 -0
  202. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_get.rb +217 -0
  203. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_put_post.rb +217 -0
  204. data/emass_client/ruby_client/lib/swagger_client/models/cac_get.rb +301 -0
  205. data/emass_client/ruby_client/lib/swagger_client/models/cac_request_post_body.rb +217 -0
  206. data/emass_client/ruby_client/lib/swagger_client/models/cac_response_get.rb +217 -0
  207. data/emass_client/ruby_client/lib/swagger_client/models/cac_response_post.rb +217 -0
  208. data/emass_client/ruby_client/lib/swagger_client/models/cac_response_post_data.rb +225 -0
  209. data/emass_client/ruby_client/lib/swagger_client/models/cmmc_get.rb +398 -0
  210. data/emass_client/ruby_client/lib/swagger_client/models/cmmc_response_get.rb +217 -0
  211. data/emass_client/ruby_client/lib/swagger_client/models/connectivity_ccsd.rb +217 -0
  212. data/emass_client/ruby_client/lib/swagger_client/models/controls_get.rb +663 -0
  213. data/emass_client/ruby_client/lib/swagger_client/models/controls_put.rb +227 -0
  214. data/emass_client/ruby_client/lib/swagger_client/models/controls_request_put_body.rb +606 -0
  215. data/emass_client/ruby_client/lib/swagger_client/models/controls_response_get.rb +217 -0
  216. data/emass_client/ruby_client/lib/swagger_client/models/controls_response_put.rb +217 -0
  217. data/emass_client/ruby_client/lib/swagger_client/models/definition_transitions.rb +274 -0
  218. data/emass_client/ruby_client/lib/swagger_client/models/delete_milestone.rb +212 -0
  219. data/emass_client/ruby_client/lib/swagger_client/models/delete_poam.rb +212 -0
  220. data/emass_client/ruby_client/lib/swagger_client/models/empty200_response.rb +197 -0
  221. data/emass_client/ruby_client/lib/swagger_client/models/error.rb +225 -0
  222. data/emass_client/ruby_client/lib/swagger_client/models/instances_transitions.rb +327 -0
  223. data/emass_client/ruby_client/lib/swagger_client/models/milestone_response_get.rb +217 -0
  224. data/emass_client/ruby_client/lib/swagger_client/models/milestone_response_post.rb +217 -0
  225. data/emass_client/ruby_client/lib/swagger_client/models/milestone_response_put.rb +217 -0
  226. data/emass_client/ruby_client/lib/swagger_client/models/milestones_delete.rb +197 -0
  227. data/emass_client/ruby_client/lib/swagger_client/models/milestones_get.rb +291 -0
  228. data/emass_client/ruby_client/lib/swagger_client/models/milestones_post.rb +197 -0
  229. data/emass_client/ruby_client/lib/swagger_client/models/milestones_put.rb +197 -0
  230. data/emass_client/ruby_client/lib/swagger_client/models/milestones_put_post_delete.rb +247 -0
  231. data/emass_client/ruby_client/lib/swagger_client/models/milestones_request_post_body.rb +242 -0
  232. data/emass_client/ruby_client/lib/swagger_client/models/milestones_request_put_body.rb +242 -0
  233. data/emass_client/ruby_client/lib/swagger_client/models/milestones_required_post.rb +227 -0
  234. data/emass_client/ruby_client/lib/swagger_client/models/milestones_required_put.rb +242 -0
  235. data/emass_client/ruby_client/lib/swagger_client/models/model_200.rb +208 -0
  236. data/emass_client/ruby_client/lib/swagger_client/models/model_201.rb +206 -0
  237. data/emass_client/ruby_client/lib/swagger_client/models/model_201_meta.rb +219 -0
  238. data/emass_client/ruby_client/lib/swagger_client/models/model_400.rb +206 -0
  239. data/emass_client/ruby_client/lib/swagger_client/models/model_400_meta.rb +219 -0
  240. data/emass_client/ruby_client/lib/swagger_client/models/model_400_response.rb +206 -0
  241. data/emass_client/ruby_client/lib/swagger_client/models/model_401.rb +206 -0
  242. data/emass_client/ruby_client/lib/swagger_client/models/model_401_meta.rb +219 -0
  243. data/emass_client/ruby_client/lib/swagger_client/models/model_403.rb +206 -0
  244. data/emass_client/ruby_client/lib/swagger_client/models/model_403_meta.rb +219 -0
  245. data/emass_client/ruby_client/lib/swagger_client/models/model_404.rb +219 -0
  246. data/emass_client/ruby_client/lib/swagger_client/models/model_404_response.rb +206 -0
  247. data/emass_client/ruby_client/lib/swagger_client/models/model_405.rb +206 -0
  248. data/emass_client/ruby_client/lib/swagger_client/models/model_405_meta.rb +219 -0
  249. data/emass_client/ruby_client/lib/swagger_client/models/model_411.rb +206 -0
  250. data/emass_client/ruby_client/lib/swagger_client/models/model_411_meta.rb +219 -0
  251. data/emass_client/ruby_client/lib/swagger_client/models/model_490.rb +206 -0
  252. data/emass_client/ruby_client/lib/swagger_client/models/model_490_meta.rb +219 -0
  253. data/emass_client/ruby_client/lib/swagger_client/models/model_500.rb +206 -0
  254. data/emass_client/ruby_client/lib/swagger_client/models/model_500_meta.rb +219 -0
  255. data/emass_client/ruby_client/lib/swagger_client/models/pac_get.rb +311 -0
  256. data/emass_client/ruby_client/lib/swagger_client/models/pac_post.rb +259 -0
  257. data/emass_client/ruby_client/lib/swagger_client/models/pac_request_post_body.rb +261 -0
  258. data/emass_client/ruby_client/lib/swagger_client/models/pac_response_get.rb +217 -0
  259. data/emass_client/ruby_client/lib/swagger_client/models/pac_response_post.rb +217 -0
  260. data/emass_client/ruby_client/lib/swagger_client/models/poam_delete.rb +197 -0
  261. data/emass_client/ruby_client/lib/swagger_client/models/poam_get.rb +646 -0
  262. data/emass_client/ruby_client/lib/swagger_client/models/poam_post.rb +197 -0
  263. data/emass_client/ruby_client/lib/swagger_client/models/poam_post_put_del.rb +237 -0
  264. data/emass_client/ruby_client/lib/swagger_client/models/poam_put.rb +197 -0
  265. data/emass_client/ruby_client/lib/swagger_client/models/poam_request_post_body.rb +197 -0
  266. data/emass_client/ruby_client/lib/swagger_client/models/poam_request_put_body.rb +197 -0
  267. data/emass_client/ruby_client/lib/swagger_client/models/poam_required_post.rb +564 -0
  268. data/emass_client/ruby_client/lib/swagger_client/models/poam_required_put.rb +594 -0
  269. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_delete.rb +217 -0
  270. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_get.rb +217 -0
  271. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_post.rb +217 -0
  272. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_put.rb +217 -0
  273. data/emass_client/ruby_client/lib/swagger_client/models/register.rb +215 -0
  274. data/emass_client/ruby_client/lib/swagger_client/models/register_data.rb +206 -0
  275. data/emass_client/ruby_client/lib/swagger_client/models/register_user_request_post_body.rb +211 -0
  276. data/emass_client/ruby_client/lib/swagger_client/models/role_category.rb +272 -0
  277. data/emass_client/ruby_client/lib/swagger_client/models/roles.rb +274 -0
  278. data/emass_client/ruby_client/lib/swagger_client/models/ssps.rb +227 -0
  279. data/emass_client/ruby_client/lib/swagger_client/models/stage.rb +252 -0
  280. data/emass_client/ruby_client/lib/swagger_client/models/static_code_application.rb +303 -0
  281. data/emass_client/ruby_client/lib/swagger_client/models/static_code_request_post_body.rb +197 -0
  282. data/emass_client/ruby_client/lib/swagger_client/models/static_code_required_post.rb +217 -0
  283. data/emass_client/ruby_client/lib/swagger_client/models/static_code_required_post_application.rb +217 -0
  284. data/emass_client/ruby_client/lib/swagger_client/models/success200_response.rb +217 -0
  285. data/emass_client/ruby_client/lib/swagger_client/models/system_id_artifacts_body.rb +284 -0
  286. data/emass_client/ruby_client/lib/swagger_client/models/system_response.rb +217 -0
  287. data/emass_client/ruby_client/lib/swagger_client/models/system_roles_category_response.rb +217 -0
  288. data/emass_client/ruby_client/lib/swagger_client/models/system_roles_response.rb +217 -0
  289. data/emass_client/ruby_client/lib/swagger_client/models/system_roles_response_data.rb +219 -0
  290. data/emass_client/ruby_client/lib/swagger_client/models/systems.rb +1137 -0
  291. data/emass_client/ruby_client/lib/swagger_client/models/test.rb +215 -0
  292. data/emass_client/ruby_client/lib/swagger_client/models/test_data.rb +206 -0
  293. data/emass_client/ruby_client/lib/swagger_client/models/test_results_get.rb +333 -0
  294. data/emass_client/ruby_client/lib/swagger_client/models/test_results_post.rb +227 -0
  295. data/emass_client/ruby_client/lib/swagger_client/models/test_results_request_post_body.rb +306 -0
  296. data/emass_client/ruby_client/lib/swagger_client/models/test_results_response_get.rb +217 -0
  297. data/emass_client/ruby_client/lib/swagger_client/models/test_results_response_post.rb +217 -0
  298. data/emass_client/ruby_client/lib/swagger_client/models/users.rb +224 -0
  299. data/emass_client/ruby_client/lib/swagger_client/models/workflow_definition_get.rb +282 -0
  300. data/emass_client/ruby_client/lib/swagger_client/models/workflow_definition_response_get.rb +217 -0
  301. data/emass_client/ruby_client/lib/swagger_client/models/workflow_instances_get.rb +368 -0
  302. data/emass_client/ruby_client/lib/swagger_client/models/workflow_instances_response_get.rb +217 -0
  303. data/emass_client/ruby_client/lib/swagger_client/version.rb +14 -0
  304. data/emass_client/ruby_client/lib/swagger_client.rb +161 -0
  305. data/emass_client/ruby_client/spec/api/artifacts_api_spec.rb +92 -0
  306. data/emass_client/ruby_client/spec/api/artifacts_export_api_spec.rb +48 -0
  307. data/emass_client/ruby_client/spec/api/cac_api_spec.rb +60 -0
  308. data/emass_client/ruby_client/spec/api/cmmc_assessments_api_spec.rb +46 -0
  309. data/emass_client/ruby_client/spec/api/controls_api_spec.rb +60 -0
  310. data/emass_client/ruby_client/spec/api/milestones_api_spec.rb +105 -0
  311. data/emass_client/ruby_client/spec/api/pac_api_spec.rb +59 -0
  312. data/emass_client/ruby_client/spec/api/poam_api_spec.rb +103 -0
  313. data/emass_client/ruby_client/spec/api/registration_api_spec.rb +46 -0
  314. data/emass_client/ruby_client/spec/api/static_code_scans_api_spec.rb +47 -0
  315. data/emass_client/ruby_client/spec/api/system_roles_api_spec.rb +60 -0
  316. data/emass_client/ruby_client/spec/api/systems_api_spec.rb +67 -0
  317. data/emass_client/ruby_client/spec/api/test_api_spec.rb +45 -0
  318. data/emass_client/ruby_client/spec/api/test_results_api_spec.rb +62 -0
  319. data/emass_client/ruby_client/spec/api/workflow_definitions_api_spec.rb +47 -0
  320. data/emass_client/ruby_client/spec/api/workflow_instances_api_spec.rb +63 -0
  321. data/emass_client/ruby_client/spec/api_client_spec.rb +225 -0
  322. data/emass_client/ruby_client/spec/base_object_spec.rb +109 -0
  323. data/emass_client/ruby_client/spec/configuration_spec.rb +41 -0
  324. data/emass_client/ruby_client/spec/models/artifacts_delete_inner_spec.rb +40 -0
  325. data/emass_client/ruby_client/spec/models/artifacts_delete_spec.rb +34 -0
  326. data/emass_client/ruby_client/spec/models/artifacts_get_spec.rb +126 -0
  327. data/emass_client/ruby_client/spec/models/artifacts_request_put_body_spec.rb +102 -0
  328. data/emass_client/ruby_client/spec/models/artifacts_response_del_data_spec.rb +52 -0
  329. data/emass_client/ruby_client/spec/models/artifacts_response_del_spec.rb +46 -0
  330. data/emass_client/ruby_client/spec/models/artifacts_response_get_spec.rb +46 -0
  331. data/emass_client/ruby_client/spec/models/artifacts_response_put_post_spec.rb +46 -0
  332. data/emass_client/ruby_client/spec/models/cac_get_spec.rb +80 -0
  333. data/emass_client/ruby_client/spec/models/cac_request_post_body_spec.rb +46 -0
  334. data/emass_client/ruby_client/spec/models/cac_response_get_spec.rb +46 -0
  335. data/emass_client/ruby_client/spec/models/cac_response_post_data_spec.rb +52 -0
  336. data/emass_client/ruby_client/spec/models/cac_response_post_spec.rb +46 -0
  337. data/emass_client/ruby_client/spec/models/cmmc_get_spec.rb +128 -0
  338. data/emass_client/ruby_client/spec/models/cmmc_response_get_spec.rb +46 -0
  339. data/emass_client/ruby_client/spec/models/connectivity_ccsd_spec.rb +46 -0
  340. data/emass_client/ruby_client/spec/models/controls_get_spec.rb +262 -0
  341. data/emass_client/ruby_client/spec/models/controls_put_spec.rb +52 -0
  342. data/emass_client/ruby_client/spec/models/controls_request_put_body_spec.rb +216 -0
  343. data/emass_client/ruby_client/spec/models/controls_response_get_spec.rb +46 -0
  344. data/emass_client/ruby_client/spec/models/controls_response_put_spec.rb +46 -0
  345. data/emass_client/ruby_client/spec/models/definition_transitions_spec.rb +64 -0
  346. data/emass_client/ruby_client/spec/models/delete_milestone_spec.rb +40 -0
  347. data/emass_client/ruby_client/spec/models/delete_poam_spec.rb +40 -0
  348. data/emass_client/ruby_client/spec/models/empty200_response_spec.rb +34 -0
  349. data/emass_client/ruby_client/spec/models/error_spec.rb +46 -0
  350. data/emass_client/ruby_client/spec/models/instances_transitions_spec.rb +86 -0
  351. data/emass_client/ruby_client/spec/models/milestone_response_get_spec.rb +46 -0
  352. data/emass_client/ruby_client/spec/models/milestone_response_post_spec.rb +46 -0
  353. data/emass_client/ruby_client/spec/models/milestone_response_put_spec.rb +46 -0
  354. data/emass_client/ruby_client/spec/models/milestones_delete_spec.rb +34 -0
  355. data/emass_client/ruby_client/spec/models/milestones_get_spec.rb +74 -0
  356. data/emass_client/ruby_client/spec/models/milestones_post_spec.rb +34 -0
  357. data/emass_client/ruby_client/spec/models/milestones_put_post_delete_spec.rb +64 -0
  358. data/emass_client/ruby_client/spec/models/milestones_put_spec.rb +34 -0
  359. data/emass_client/ruby_client/spec/models/milestones_request_post_body_spec.rb +52 -0
  360. data/emass_client/ruby_client/spec/models/milestones_request_put_body_spec.rb +52 -0
  361. data/emass_client/ruby_client/spec/models/milestones_required_post_spec.rb +46 -0
  362. data/emass_client/ruby_client/spec/models/milestones_required_put_spec.rb +52 -0
  363. data/emass_client/ruby_client/spec/models/model_200_spec.rb +40 -0
  364. data/emass_client/ruby_client/spec/models/model_201_meta_spec.rb +46 -0
  365. data/emass_client/ruby_client/spec/models/model_201_spec.rb +40 -0
  366. data/emass_client/ruby_client/spec/models/model_400_meta_spec.rb +46 -0
  367. data/emass_client/ruby_client/spec/models/model_400_response_spec.rb +40 -0
  368. data/emass_client/ruby_client/spec/models/model_400_spec.rb +40 -0
  369. data/emass_client/ruby_client/spec/models/model_401_meta_spec.rb +46 -0
  370. data/emass_client/ruby_client/spec/models/model_401_spec.rb +40 -0
  371. data/emass_client/ruby_client/spec/models/model_403_meta_spec.rb +46 -0
  372. data/emass_client/ruby_client/spec/models/model_403_spec.rb +40 -0
  373. data/emass_client/ruby_client/spec/models/model_404_response_spec.rb +40 -0
  374. data/emass_client/ruby_client/spec/models/model_404_spec.rb +46 -0
  375. data/emass_client/ruby_client/spec/models/model_405_meta_spec.rb +46 -0
  376. data/emass_client/ruby_client/spec/models/model_405_spec.rb +40 -0
  377. data/emass_client/ruby_client/spec/models/model_411_meta_spec.rb +46 -0
  378. data/emass_client/ruby_client/spec/models/model_411_spec.rb +40 -0
  379. data/emass_client/ruby_client/spec/models/model_490_meta_spec.rb +46 -0
  380. data/emass_client/ruby_client/spec/models/model_490_spec.rb +40 -0
  381. data/emass_client/ruby_client/spec/models/model_500_meta_spec.rb +46 -0
  382. data/emass_client/ruby_client/spec/models/model_500_spec.rb +40 -0
  383. data/emass_client/ruby_client/spec/models/pac_get_spec.rb +86 -0
  384. data/emass_client/ruby_client/spec/models/pac_post_spec.rb +56 -0
  385. data/emass_client/ruby_client/spec/models/pac_request_post_body_spec.rb +56 -0
  386. data/emass_client/ruby_client/spec/models/pac_response_get_spec.rb +46 -0
  387. data/emass_client/ruby_client/spec/models/pac_response_post_spec.rb +46 -0
  388. data/emass_client/ruby_client/spec/models/poam_delete_spec.rb +34 -0
  389. data/emass_client/ruby_client/spec/models/poam_get_spec.rb +264 -0
  390. data/emass_client/ruby_client/spec/models/poam_post_put_del_spec.rb +58 -0
  391. data/emass_client/ruby_client/spec/models/poam_post_spec.rb +34 -0
  392. data/emass_client/ruby_client/spec/models/poam_put_spec.rb +34 -0
  393. data/emass_client/ruby_client/spec/models/poam_request_post_body_spec.rb +34 -0
  394. data/emass_client/ruby_client/spec/models/poam_request_put_body_spec.rb +34 -0
  395. data/emass_client/ruby_client/spec/models/poam_required_post_spec.rb +218 -0
  396. data/emass_client/ruby_client/spec/models/poam_required_put_spec.rb +236 -0
  397. data/emass_client/ruby_client/spec/models/poam_response_delete_spec.rb +46 -0
  398. data/emass_client/ruby_client/spec/models/poam_response_get_spec.rb +46 -0
  399. data/emass_client/ruby_client/spec/models/poam_response_post_spec.rb +46 -0
  400. data/emass_client/ruby_client/spec/models/poam_response_put_spec.rb +46 -0
  401. data/emass_client/ruby_client/spec/models/register_data_spec.rb +40 -0
  402. data/emass_client/ruby_client/spec/models/register_spec.rb +46 -0
  403. data/emass_client/ruby_client/spec/models/register_user_request_post_body_spec.rb +40 -0
  404. data/emass_client/ruby_client/spec/models/role_category_spec.rb +62 -0
  405. data/emass_client/ruby_client/spec/models/roles_spec.rb +60 -0
  406. data/emass_client/ruby_client/spec/models/ssps_spec.rb +52 -0
  407. data/emass_client/ruby_client/spec/models/stage_spec.rb +50 -0
  408. data/emass_client/ruby_client/spec/models/static_code_application_spec.rb +78 -0
  409. data/emass_client/ruby_client/spec/models/static_code_request_post_body_spec.rb +34 -0
  410. data/emass_client/ruby_client/spec/models/static_code_required_post_application_spec.rb +46 -0
  411. data/emass_client/ruby_client/spec/models/static_code_required_post_spec.rb +46 -0
  412. data/emass_client/ruby_client/spec/models/success200_response_spec.rb +46 -0
  413. data/emass_client/ruby_client/spec/models/system_id_artifacts_body_spec.rb +66 -0
  414. data/emass_client/ruby_client/spec/models/system_response_spec.rb +46 -0
  415. data/emass_client/ruby_client/spec/models/system_roles_category_response_spec.rb +46 -0
  416. data/emass_client/ruby_client/spec/models/system_roles_response_data_spec.rb +46 -0
  417. data/emass_client/ruby_client/spec/models/system_roles_response_spec.rb +46 -0
  418. data/emass_client/ruby_client/spec/models/systems_spec.rb +510 -0
  419. data/emass_client/ruby_client/spec/models/test_data_spec.rb +40 -0
  420. data/emass_client/ruby_client/spec/models/test_results_get_spec.rb +96 -0
  421. data/emass_client/ruby_client/spec/models/test_results_post_spec.rb +52 -0
  422. data/emass_client/ruby_client/spec/models/test_results_request_post_body_spec.rb +68 -0
  423. data/emass_client/ruby_client/spec/models/test_results_response_get_spec.rb +46 -0
  424. data/emass_client/ruby_client/spec/models/test_results_response_post_spec.rb +46 -0
  425. data/emass_client/ruby_client/spec/models/test_spec.rb +46 -0
  426. data/emass_client/ruby_client/spec/models/users_spec.rb +52 -0
  427. data/emass_client/ruby_client/spec/models/workflow_definition_get_spec.rb +68 -0
  428. data/emass_client/ruby_client/spec/models/workflow_definition_response_get_spec.rb +46 -0
  429. data/emass_client/ruby_client/spec/models/workflow_instances_get_spec.rb +110 -0
  430. data/emass_client/ruby_client/spec/models/workflow_instances_response_get_spec.rb +46 -0
  431. data/emass_client/ruby_client/spec/spec_helper.rb +110 -0
  432. data/emass_client/ruby_client/swagger_client.gemspec +38 -0
  433. data/emass_client/swagger-codegen/ruby_template/api_client.mustache +384 -0
  434. data/emass_client/swagger-codegen/ruby_template/api_info.mustache +12 -0
  435. data/emass_client/swagger-codegen/ruby_template/configuration.mustache +234 -0
  436. data/emass_client/swagger-codegen/ruby_template/gemspec.mustache +37 -0
  437. data/emasser.gemspec +40 -0
  438. data/exe/emasser +5 -0
  439. data/lib/emasser/cli.rb +25 -0
  440. data/lib/emasser/configuration.rb +34 -0
  441. data/lib/emasser/constants.rb +18 -0
  442. data/lib/emasser/delete.rb +146 -0
  443. data/lib/emasser/errors.rb +14 -0
  444. data/lib/emasser/get.rb +675 -0
  445. data/lib/emasser/help/approvalCac_post_mapper.md +20 -0
  446. data/lib/emasser/help/approvalPac_post_mapper.md +20 -0
  447. data/lib/emasser/help/artifacts_del_mapper.md +9 -0
  448. data/lib/emasser/help/artifacts_post_mapper.md +59 -0
  449. data/lib/emasser/help/artifacts_put_mapper.md +34 -0
  450. data/lib/emasser/help/cmmc_get_mapper.md +4 -0
  451. data/lib/emasser/help/controls_put_mapper.md +74 -0
  452. data/lib/emasser/help/milestone_del_mapper.md +11 -0
  453. data/lib/emasser/help/milestone_post_mapper.md +14 -0
  454. data/lib/emasser/help/milestone_put_mapper.md +23 -0
  455. data/lib/emasser/help/poam_del_mapper.md +5 -0
  456. data/lib/emasser/help/poam_post_mapper.md +93 -0
  457. data/lib/emasser/help/poam_put_mapper.md +107 -0
  458. data/lib/emasser/help/staticcode_clear_mapper.md +16 -0
  459. data/lib/emasser/help/staticcode_post_mapper.md +21 -0
  460. data/lib/emasser/help/testresults_post_mapper.md +21 -0
  461. data/lib/emasser/help.rb +11 -0
  462. data/lib/emasser/input_converters.rb +21 -0
  463. data/lib/emasser/options_parser.rb +20 -0
  464. data/lib/emasser/output_converters.rb +14 -0
  465. data/lib/emasser/post.rb +609 -0
  466. data/lib/emasser/put.rb +581 -0
  467. data/lib/emasser/version.rb +5 -0
  468. data/lib/emasser.rb +19 -0
  469. metadata +725 -0
data/TAGS ADDED
@@ -0,0 +1,2393 @@
1
+
2
+ emass_client/ruby_client/lib/swagger_client/api/approval_chain_api.rb,1866
3
+ module SwaggerClientSwaggerClient12,0
4
+ class ApprovalChainApiApprovalChainApi13,0
5
+ class ApprovalChainApiSwaggerClient::ApprovalChainApi13,0
6
+ attr_accessor :api_clientapi_client14,0
7
+ attr_accessor :api_clientapi_client=14,0
8
+ def initialize(api_client = ApiClient.default)initialize16,0
9
+ def add_c_ac_approval_chain_by_system_id(body, system_id, opts = {})add_c_ac_approval_chain_by_system_id25,0
10
+ def add_c_ac_approval_chain_by_system_id_with_http_info(body, system_id, opts = {})add_c_ac_approval_chain_by_system_id_with_http_info36,0
11
+ def add_c_ac_approval_chain_by_system_id(control_acronyms, comments, system_id, opts = {})add_c_ac_approval_chain_by_system_id92,0
12
+ def add_c_ac_approval_chain_by_system_id_with_http_info(control_acronyms, comments, system_id, opts = {})add_c_ac_approval_chain_by_system_id_with_http_info104,0
13
+ def add_pac_approval_chain_by_system_id(body, system_id, opts = {})add_pac_approval_chain_by_system_id163,0
14
+ def add_pac_approval_chain_by_system_id_with_http_info(body, system_id, opts = {})add_pac_approval_chain_by_system_id_with_http_info174,0
15
+ def add_pac_approval_chain_by_system_id(type, name, comments, system_id, opts = {})add_pac_approval_chain_by_system_id232,0
16
+ def add_pac_approval_chain_by_system_id_with_http_info(type, name, comments, system_id, opts = {})add_pac_approval_chain_by_system_id_with_http_info245,0
17
+ def get_cac_approval_by_system_id(system_id, opts = {})get_cac_approval_by_system_id313,0
18
+ def get_cac_approval_by_system_id_with_http_info(system_id, opts = {})get_cac_approval_by_system_id_with_http_info324,0
19
+ def get_pac_approval_by_system_id(system_id, opts = {})get_pac_approval_by_system_id371,0
20
+ def get_pac_approval_by_system_id_with_http_info(system_id, opts = {})get_pac_approval_by_system_id_with_http_info381,0
21
+
22
+ emass_client/ruby_client/lib/swagger_client/api/artifacts_api.rb,1960
23
+ module SwaggerClientSwaggerClient12,0
24
+ class ArtifactsApiArtifactsApi13,0
25
+ class ArtifactsApiSwaggerClient::ArtifactsApi13,0
26
+ attr_accessor :api_clientapi_client14,0
27
+ attr_accessor :api_clientapi_client=14,0
28
+ def initialize(api_client = ApiClient.default)initialize16,0
29
+ def add_artifacts_by_system_id(zipper, system_id, opts = {})add_artifacts_by_system_id25,0
30
+ def add_artifacts_by_system_id_with_http_info(zipper, system_id, opts = {})add_artifacts_by_system_id_with_http_info36,0
31
+ def api_systems_system_id_artifacts_export_get(system_id, filename, compress, opts = {})api_systems_system_id_artifacts_export_get91,0
32
+ def api_systems_system_id_artifacts_export_get_with_http_info(system_id, filename, compress, opts = {})api_systems_system_id_artifacts_export_get_with_http_info103,0
33
+ def api_systems_system_id_artifacts_get(system_id, opts = {})api_systems_system_id_artifacts_get163,0
34
+ def api_systems_system_id_artifacts_get_with_http_info(system_id, opts = {})api_systems_system_id_artifacts_get_with_http_info177,0
35
+ def delete_artifact(body, system_id, opts = {})delete_artifact228,0
36
+ def delete_artifact_with_http_info(body, system_id, opts = {})delete_artifact_with_http_info239,0
37
+ def update_artifact_by_system_id(body, system_id, opts = {})update_artifact_by_system_id292,0
38
+ def update_artifact_by_system_id_with_http_info(body, system_id, opts = {})update_artifact_by_system_id_with_http_info303,0
39
+ def update_artifact_by_system_id(filename, description, is_template, type, category, ref_page_number, controls, ccis, artifact_expiration_date, last_review_date, system_id, opts = {})update_artifact_by_system_id375,0
40
+ def update_artifact_by_system_id_with_http_info(filename, description, is_template, type, category, ref_page_number, controls, ccis, artifact_expiration_date, last_review_date, system_id, opts = {})update_artifact_by_system_id_with_http_info395,0
41
+
42
+ emass_client/ruby_client/lib/swagger_client/api/controls_api.rb,709
43
+ module SwaggerClientSwaggerClient12,0
44
+ class ControlsApiControlsApi13,0
45
+ class ControlsApiSwaggerClient::ControlsApi13,0
46
+ attr_accessor :api_clientapi_client14,0
47
+ attr_accessor :api_clientapi_client=14,0
48
+ def initialize(api_client = ApiClient.default)initialize16,0
49
+ def get_system_by_system_id(system_id, opts = {})get_system_by_system_id25,0
50
+ def get_system_by_system_id_with_http_info(system_id, opts = {})get_system_by_system_id_with_http_info36,0
51
+ def update_control_by_system_id(body, system_id, opts = {})update_control_by_system_id84,0
52
+ def update_control_by_system_id_with_http_info(body, system_id, opts = {})update_control_by_system_id_with_http_info95,0
53
+
54
+ emass_client/ruby_client/lib/swagger_client/api/poam_api.rb,6089
55
+ module SwaggerClientSwaggerClient12,0
56
+ class POAMApiPOAMApi13,0
57
+ class POAMApiSwaggerClient::POAMApi13,0
58
+ attr_accessor :api_clientapi_client14,0
59
+ attr_accessor :api_clientapi_client=14,0
60
+ def initialize(api_client = ApiClient.default)initialize16,0
61
+ def add_milestone_by_system_id_and_poam_id(body, system_id, poam_id, opts = {})add_milestone_by_system_id_and_poam_id26,0
62
+ def add_milestone_by_system_id_and_poam_id_with_http_info(body, system_id, poam_id, opts = {})add_milestone_by_system_id_and_poam_id_with_http_info38,0
63
+ def add_milestone_by_system_id_and_poam_id(poam_id2, description, scheduled_completion_date, system_id, poam_id, opts = {})add_milestone_by_system_id_and_poam_id101,0
64
+ def add_milestone_by_system_id_and_poam_id_with_http_info(poam_id2, description, scheduled_completion_date, system_id, poam_id, opts = {})add_milestone_by_system_id_and_poam_id_with_http_info115,0
65
+ def add_poam_by_system_id(body, system_id, opts = {})add_poam_by_system_id183,0
66
+ def add_poam_by_system_id_with_http_info(body, system_id, opts = {})add_poam_by_system_id_with_http_info194,0
67
+ def add_poam_by_system_id(poam_id, is_inherited, external_uid, control_acronyms, ccis, system_only, severity, raw_severity, status, review_status, scheduled_completion_date, completion_date, extension_date, scheduled_completion_date_start, scheduled_completion_date_end, poc_organization, poc_first_name, poc_last_name, poc_email, poc_phone_number, vulnerability_description, mitigation, comments, resources, source_ident_vuln, security_checks, recommendations, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level, milestones, system_id, opts = {})add_poam_by_system_id312,0
68
+ def add_poam_by_system_id_with_http_info(poam_id, is_inherited, external_uid, control_acronyms, ccis, system_only, severity, raw_severity, status, review_status, scheduled_completion_date, completion_date, extension_date, scheduled_completion_date_start, scheduled_completion_date_end, poc_organization, poc_first_name, poc_last_name, poc_email, poc_phone_number, vulnerability_description, mitigation, comments, resources, source_ident_vuln, security_checks, recommendations, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level, milestones, system_id, opts = {})add_poam_by_system_id_with_http_info355,0
69
+ def api_systems_system_id_poams_get(system_id, opts = {})api_systems_system_id_poams_get605,0
70
+ def api_systems_system_id_poams_get_with_http_info(system_id, opts = {})api_systems_system_id_poams_get_with_http_info620,0
71
+ def delete_milestone(system_id, poam_id, milestone_id, opts = {})delete_milestone673,0
72
+ def delete_milestone_with_http_info(system_id, poam_id, milestone_id, opts = {})delete_milestone_with_http_info685,0
73
+ def delete_poam(system_id, poam_id, opts = {})delete_poam741,0
74
+ def delete_poam_with_http_info(system_id, poam_id, opts = {})delete_poam_with_http_info752,0
75
+ def get_milestones_by_system_id_and_poam_id(system_id, poam_id, opts = {})get_milestones_by_system_id_and_poam_id806,0
76
+ def get_milestones_by_system_id_and_poam_id_with_http_info(system_id, poam_id, opts = {})get_milestones_by_system_id_and_poam_id_with_http_info819,0
77
+ def get_milestones_by_system_id_and_poam_id_andf_milestone_id(system_id, poam_id, milestone_id, opts = {})get_milestones_by_system_id_and_poam_id_andf_milestone_id873,0
78
+ def get_milestones_by_system_id_and_poam_id_andf_milestone_id_with_http_info(system_id, poam_id, milestone_id, opts = {})get_milestones_by_system_id_and_poam_id_andf_milestone_id_with_http_info885,0
79
+ def get_poam_by_system_id_and_poam_id(system_id, poam_id, opts = {})get_poam_by_system_id_and_poam_id940,0
80
+ def get_poam_by_system_id_and_poam_id_with_http_info(system_id, poam_id, opts = {})get_poam_by_system_id_and_poam_id_with_http_info951,0
81
+ def update_milestone_by_system_id_and_poam_id(body, system_id, poam_id, opts = {})update_milestone_by_system_id_and_poam_id1003,0
82
+ def update_milestone_by_system_id_and_poam_id_with_http_info(body, system_id, poam_id, opts = {})update_milestone_by_system_id_and_poam_id_with_http_info1015,0
83
+ def update_milestone_by_system_id_and_poam_id(poam_id2, description, scheduled_completion_date, system_id, poam_id, opts = {})update_milestone_by_system_id_and_poam_id1078,0
84
+ def update_milestone_by_system_id_and_poam_id_with_http_info(poam_id2, description, scheduled_completion_date, system_id, poam_id, opts = {})update_milestone_by_system_id_and_poam_id_with_http_info1092,0
85
+ def update_poam_by_system_id(body, system_id, opts = {})update_poam_by_system_id1160,0
86
+ def update_poam_by_system_id_with_http_info(body, system_id, opts = {})update_poam_by_system_id_with_http_info1171,0
87
+ def update_poam_by_system_id(poam_id, is_inherited, external_uid, control_acronyms, ccis, system_only, severity, raw_severity, status, review_status, scheduled_completion_date, completion_date, extension_date, scheduled_completion_date_start, scheduled_completion_date_end, poc_organization, poc_first_name, poc_last_name, poc_email, poc_phone_number, vulnerability_description, mitigation, comments, resources, source_ident_vuln, security_checks, recommendations, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level, milestones, system_id, opts = {})update_poam_by_system_id1289,0
88
+ def update_poam_by_system_id_with_http_info(poam_id, is_inherited, external_uid, control_acronyms, ccis, system_only, severity, raw_severity, status, review_status, scheduled_completion_date, completion_date, extension_date, scheduled_completion_date_start, scheduled_completion_date_end, poc_organization, poc_first_name, poc_last_name, poc_email, poc_phone_number, vulnerability_description, mitigation, comments, resources, source_ident_vuln, security_checks, recommendations, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level, milestones, system_id, opts = {})update_poam_by_system_id_with_http_info1332,0
89
+
90
+ emass_client/ruby_client/lib/swagger_client/api/registration_api.rb,605
91
+ module SwaggerClientSwaggerClient12,0
92
+ class RegistrationApiRegistrationApi13,0
93
+ class RegistrationApiSwaggerClient::RegistrationApi13,0
94
+ attr_accessor :api_clientapi_client14,0
95
+ attr_accessor :api_clientapi_client=14,0
96
+ def initialize(api_client = ApiClient.default)initialize16,0
97
+ def register_user(body, opts = {})register_user24,0
98
+ def register_user_with_http_info(body, opts = {})register_user_with_http_info34,0
99
+ def register_user(user_uid, opts = {})register_user83,0
100
+ def register_user_with_http_info(user_uid, opts = {})register_user_with_http_info93,0
101
+
102
+ emass_client/ruby_client/lib/swagger_client/api/systems_api.rb,411
103
+ module SwaggerClientSwaggerClient12,0
104
+ class SystemsApiSystemsApi13,0
105
+ class SystemsApiSwaggerClient::SystemsApi13,0
106
+ attr_accessor :api_clientapi_client14,0
107
+ attr_accessor :api_clientapi_client=14,0
108
+ def initialize(api_client = ApiClient.default)initialize16,0
109
+ def get_systems(opts = {})get_systems30,0
110
+ def get_systems_with_http_info(opts = {})get_systems_with_http_info46,0
111
+
112
+ emass_client/ruby_client/lib/swagger_client/api/system_roles_api.rb,693
113
+ module SwaggerClientSwaggerClient12,0
114
+ class SystemRolesApiSystemRolesApi13,0
115
+ class SystemRolesApiSwaggerClient::SystemRolesApi13,0
116
+ attr_accessor :api_clientapi_client14,0
117
+ attr_accessor :api_clientapi_client=14,0
118
+ def initialize(api_client = ApiClient.default)initialize16,0
119
+ def get_system_by_role_category_id(role_category, role, opts = {})get_system_by_role_category_id26,0
120
+ def get_system_by_role_category_id_with_http_info(role_category, role, opts = {})get_system_by_role_category_id_with_http_info38,0
121
+ def get_system_roles(opts = {})get_system_roles100,0
122
+ def get_system_roles_with_http_info(opts = {})get_system_roles_with_http_info109,0
123
+
124
+ emass_client/ruby_client/lib/swagger_client/api/test_api.rb,415
125
+ module SwaggerClientSwaggerClient12,0
126
+ class TestApiTestApi13,0
127
+ class TestApiSwaggerClient::TestApi13,0
128
+ attr_accessor :api_clientapi_client14,0
129
+ attr_accessor :api_clientapi_client=14,0
130
+ def initialize(api_client = ApiClient.default)initialize16,0
131
+ def test_connection(opts = {})test_connection23,0
132
+ def test_connection_with_http_info(opts = {})test_connection_with_http_info32,0
133
+
134
+ emass_client/ruby_client/lib/swagger_client/api/test_results_api.rb,754
135
+ module SwaggerClientSwaggerClient12,0
136
+ class TestResultsApiTestResultsApi13,0
137
+ class TestResultsApiSwaggerClient::TestResultsApi13,0
138
+ attr_accessor :api_clientapi_client14,0
139
+ attr_accessor :api_clientapi_client=14,0
140
+ def initialize(api_client = ApiClient.default)initialize16,0
141
+ def add_test_results_by_system_id(body, system_id, opts = {})add_test_results_by_system_id25,0
142
+ def add_test_results_by_system_id_with_http_info(body, system_id, opts = {})add_test_results_by_system_id_with_http_info36,0
143
+ def get_test_results_by_system_id(system_id, opts = {})get_test_results_by_system_id91,0
144
+ def get_test_results_by_system_id_with_http_info(system_id, opts = {})get_test_results_by_system_id_with_http_info104,0
145
+
146
+ emass_client/ruby_client/lib/swagger_client/api_client.rb,1462
147
+ module SwaggerClientSwaggerClient19,0
148
+ class ApiClientApiClient20,0
149
+ class ApiClientSwaggerClient::ApiClient20,0
150
+ attr_accessor :configconfig22,0
151
+ attr_accessor :configconfig=22,0
152
+ attr_accessor :default_headersdefault_headers27,0
153
+ attr_accessor :default_headersdefault_headers=27,0
154
+ def initialize(config = Configuration.default)initialize31,0
155
+ def self.defaultdefault40,0
156
+ def call_api(http_method, path, opts = {})call_api48,0
157
+ def build_request(http_method, path, opts = {})build_request88,0
158
+ def build_request_body(header_params, form_params, body)build_request_body137,0
159
+ def json_mime?(mime)json_mime?167,0
160
+ def deserialize(response, return_type)deserialize175,0
161
+ def convert_to_type(data, return_type)convert_to_type209,0
162
+ def download_file(request)download_file252,0
163
+ def sanitize_filename(filename)sanitize_filename288,0
164
+ def build_request_url(path)build_request_url292,0
165
+ def update_params_for_auth!(header_params, query_params, auth_names)update_params_for_auth!303,0
166
+ def user_agent=(user_agent)user_agent=318,0
167
+ def select_header_accept(accepts)select_header_accept326,0
168
+ def select_header_content_type(content_types)select_header_content_type336,0
169
+ def object_to_http_body(model)object_to_http_body347,0
170
+ def object_to_hash(obj)object_to_hash361,0
171
+ def build_collection_param(param, collection_format)build_collection_param371,0
172
+
173
+ emass_client/ruby_client/lib/swagger_client/api_error.rb,469
174
+ module SwaggerClientSwaggerClient12,0
175
+ class ApiError < StandardErrorApiError13,0
176
+ class ApiError < StandardErrorSwaggerClient::ApiError13,0
177
+ attr_reader :code, :response_headers, :response_bodycode14,0
178
+ attr_reader :code, :response_headers, :response_bodyresponse_headers14,0
179
+ attr_reader :code, :response_headers, :response_bodyresponse_body14,0
180
+ def initialize(arg = nil)initialize21,0
181
+ def to_sto_s38,0
182
+ def messagemessage42,0
183
+
184
+ emass_client/ruby_client/lib/swagger_client/configuration.rb,2687
185
+ module SwaggerClientSwaggerClient12,0
186
+ class ConfigurationConfiguration13,0
187
+ class ConfigurationSwaggerClient::Configuration13,0
188
+ attr_accessor :schemescheme15,0
189
+ attr_accessor :schemescheme=15,0
190
+ attr_accessor :hosthost18,0
191
+ attr_accessor :hosthost=18,0
192
+ attr_accessor :base_pathbase_path21,0
193
+ attr_accessor :base_pathbase_path=21,0
194
+ attr_accessor :api_keyapi_key29,0
195
+ attr_accessor :api_keyapi_key=29,0
196
+ attr_accessor :api_key_prefixapi_key_prefix37,0
197
+ attr_accessor :api_key_prefixapi_key_prefix=37,0
198
+ attr_accessor :usernameusername42,0
199
+ attr_accessor :usernameusername=42,0
200
+ attr_accessor :passwordpassword47,0
201
+ attr_accessor :passwordpassword=47,0
202
+ attr_accessor :access_tokenaccess_token50,0
203
+ attr_accessor :access_tokenaccess_token=50,0
204
+ attr_accessor :debuggingdebugging57,0
205
+ attr_accessor :debuggingdebugging=57,0
206
+ attr_accessor :loggerlogger63,0
207
+ attr_accessor :loggerlogger=63,0
208
+ attr_accessor :temp_folder_pathtemp_folder_path70,0
209
+ attr_accessor :temp_folder_pathtemp_folder_path=70,0
210
+ attr_accessor :timeouttimeout74,0
211
+ attr_accessor :timeouttimeout=74,0
212
+ attr_accessor :client_side_validationclient_side_validation79,0
213
+ attr_accessor :client_side_validationclient_side_validation=79,0
214
+ attr_accessor :verify_sslverify_ssl88,0
215
+ attr_accessor :verify_sslverify_ssl=88,0
216
+ attr_accessor :verify_ssl_hostverify_ssl_host97,0
217
+ attr_accessor :verify_ssl_hostverify_ssl_host=97,0
218
+ attr_accessor :ssl_ca_certssl_ca_cert106,0
219
+ attr_accessor :ssl_ca_certssl_ca_cert=106,0
220
+ attr_accessor :cert_filecert_file110,0
221
+ attr_accessor :cert_filecert_file=110,0
222
+ attr_accessor :key_filekey_file114,0
223
+ attr_accessor :key_filekey_file=114,0
224
+ attr_accessor :key_passwordkey_password118,0
225
+ attr_accessor :key_passwordkey_password=118,0
226
+ attr_accessor :params_encodingparams_encoding125,0
227
+ attr_accessor :params_encodingparams_encoding=125,0
228
+ attr_accessor :inject_formatinject_format127,0
229
+ attr_accessor :inject_formatinject_format=127,0
230
+ attr_accessor :force_ending_formatforce_ending_format129,0
231
+ attr_accessor :force_ending_formatforce_ending_format=129,0
232
+ def initializeinitialize131,0
233
+ def self.defaultdefault154,0
234
+ def configureconfigure158,0
235
+ def scheme=(scheme)scheme=162,0
236
+ def host=(host)host=167,0
237
+ def base_path=(base_path)base_path=172,0
238
+ def base_urlbase_url178,0
239
+ def api_key_with_prefix(param_name)api_key_with_prefix184,0
240
+ def basic_auth_tokenbasic_auth_token193,0
241
+ def auth_settingsauth_settings198,0
242
+
243
+ emass_client/ruby_client/lib/swagger_client/models/approval_cac.rb,1745
244
+ module SwaggerClientSwaggerClient14,0
245
+ class ApprovalCacApprovalCac15,0
246
+ class ApprovalCacSwaggerClient::ApprovalCac15,0
247
+ attr_accessor :control_acronymscontrol_acronyms17,0
248
+ attr_accessor :control_acronymscontrol_acronyms=17,0
249
+ attr_accessor :compliance_statuscompliance_status20,0
250
+ attr_accessor :compliance_statuscompliance_status=20,0
251
+ attr_accessor :current_rolecurrent_role23,0
252
+ attr_accessor :current_rolecurrent_role=23,0
253
+ attr_accessor :current_stepcurrent_step26,0
254
+ attr_accessor :current_stepcurrent_step=26,0
255
+ attr_accessor :total_stepstotal_steps29,0
256
+ attr_accessor :total_stepstotal_steps=29,0
257
+ class EnumAttributeValidatorEnumAttributeValidator31,0
258
+ class EnumAttributeValidatorSwaggerClient::ApprovalCac::EnumAttributeValidator31,0
259
+ attr_reader :datatypedatatype32,0
260
+ attr_reader :allowable_valuesallowable_values33,0
261
+ def initialize(datatype, allowable_values)initialize35,0
262
+ def valid?(value)valid?48,0
263
+ def self.attribute_mapattribute_map54,0
264
+ def self.openapi_typesopenapi_types65,0
265
+ def self.openapi_nullableopenapi_nullable76,0
266
+ def initialize(attributes = {})initialize83,0
267
+ def list_invalid_propertieslist_invalid_properties119,0
268
+ def valid?valid?126,0
269
+ def compliance_status=(compliance_status)compliance_status=134,0
270
+ def ==(o)==144,0
271
+ def eql?(o)eql?156,0
272
+ def hashhash162,0
273
+ def self.build_from_hash(attributes)build_from_hash169,0
274
+ def build_from_hash(attributes)build_from_hash176,0
275
+ def _deserialize(type, value)_deserialize199,0
276
+ def to_sto_s238,0
277
+ def to_bodyto_body244,0
278
+ def to_hashto_hash250,0
279
+ def _to_hash(value)_to_hash268,0
280
+
281
+ emass_client/ruby_client/lib/swagger_client/models/approval_cac_response.rb,951
282
+ module SwaggerClientSwaggerClient14,0
283
+ class ApprovalCacResponseApprovalCacResponse15,0
284
+ class ApprovalCacResponseSwaggerClient::ApprovalCacResponse15,0
285
+ attr_accessor :metameta16,0
286
+ attr_accessor :metameta=16,0
287
+ attr_accessor :datadata18,0
288
+ attr_accessor :datadata=18,0
289
+ def self.attribute_mapattribute_map21,0
290
+ def self.openapi_typesopenapi_types29,0
291
+ def self.openapi_nullableopenapi_nullable37,0
292
+ def initialize(attributes = {})initialize44,0
293
+ def list_invalid_propertieslist_invalid_properties70,0
294
+ def valid?valid?77,0
295
+ def ==(o)==83,0
296
+ def eql?(o)eql?92,0
297
+ def hashhash98,0
298
+ def self.build_from_hash(attributes)build_from_hash105,0
299
+ def build_from_hash(attributes)build_from_hash112,0
300
+ def _deserialize(type, value)_deserialize135,0
301
+ def to_sto_s174,0
302
+ def to_bodyto_body180,0
303
+ def to_hashto_hash186,0
304
+ def _to_hash(value)_to_hash204,0
305
+
306
+ emass_client/ruby_client/lib/swagger_client/models/approval_pac.rb,1606
307
+ module SwaggerClientSwaggerClient14,0
308
+ class ApprovalPacApprovalPac15,0
309
+ class ApprovalPacSwaggerClient::ApprovalPac15,0
310
+ attr_accessor :typetype17,0
311
+ attr_accessor :typetype=17,0
312
+ attr_accessor :namename20,0
313
+ attr_accessor :namename=20,0
314
+ attr_accessor :current_rolecurrent_role23,0
315
+ attr_accessor :current_rolecurrent_role=23,0
316
+ attr_accessor :current_stepcurrent_step26,0
317
+ attr_accessor :current_stepcurrent_step=26,0
318
+ attr_accessor :total_stepstotal_steps29,0
319
+ attr_accessor :total_stepstotal_steps=29,0
320
+ class EnumAttributeValidatorEnumAttributeValidator31,0
321
+ class EnumAttributeValidatorSwaggerClient::ApprovalPac::EnumAttributeValidator31,0
322
+ attr_reader :datatypedatatype32,0
323
+ attr_reader :allowable_valuesallowable_values33,0
324
+ def initialize(datatype, allowable_values)initialize35,0
325
+ def valid?(value)valid?48,0
326
+ def self.attribute_mapattribute_map54,0
327
+ def self.openapi_typesopenapi_types65,0
328
+ def self.openapi_nullableopenapi_nullable76,0
329
+ def initialize(attributes = {})initialize83,0
330
+ def list_invalid_propertieslist_invalid_properties119,0
331
+ def valid?valid?126,0
332
+ def type=(type)type=134,0
333
+ def ==(o)==144,0
334
+ def eql?(o)eql?156,0
335
+ def hashhash162,0
336
+ def self.build_from_hash(attributes)build_from_hash169,0
337
+ def build_from_hash(attributes)build_from_hash176,0
338
+ def _deserialize(type, value)_deserialize199,0
339
+ def to_sto_s238,0
340
+ def to_bodyto_body244,0
341
+ def to_hashto_hash250,0
342
+ def _to_hash(value)_to_hash268,0
343
+
344
+ emass_client/ruby_client/lib/swagger_client/models/approval_pac_response1.rb,955
345
+ module SwaggerClientSwaggerClient14,0
346
+ class ApprovalPacResponse1ApprovalPacResponse115,0
347
+ class ApprovalPacResponse1SwaggerClient::ApprovalPacResponse115,0
348
+ attr_accessor :metameta16,0
349
+ attr_accessor :metameta=16,0
350
+ attr_accessor :datadata18,0
351
+ attr_accessor :datadata=18,0
352
+ def self.attribute_mapattribute_map21,0
353
+ def self.openapi_typesopenapi_types29,0
354
+ def self.openapi_nullableopenapi_nullable37,0
355
+ def initialize(attributes = {})initialize44,0
356
+ def list_invalid_propertieslist_invalid_properties70,0
357
+ def valid?valid?77,0
358
+ def ==(o)==83,0
359
+ def eql?(o)eql?92,0
360
+ def hashhash98,0
361
+ def self.build_from_hash(attributes)build_from_hash105,0
362
+ def build_from_hash(attributes)build_from_hash112,0
363
+ def _deserialize(type, value)_deserialize135,0
364
+ def to_sto_s174,0
365
+ def to_bodyto_body180,0
366
+ def to_hashto_hash186,0
367
+ def _to_hash(value)_to_hash204,0
368
+
369
+ emass_client/ruby_client/lib/swagger_client/models/approval_pac_response2.rb,1350
370
+ module SwaggerClientSwaggerClient14,0
371
+ class ApprovalPacResponse2ApprovalPacResponse215,0
372
+ class ApprovalPacResponse2SwaggerClient::ApprovalPacResponse215,0
373
+ attr_accessor :metameta16,0
374
+ attr_accessor :metameta=16,0
375
+ attr_accessor :datadata18,0
376
+ attr_accessor :datadata=18,0
377
+ class EnumAttributeValidatorEnumAttributeValidator20,0
378
+ class EnumAttributeValidatorSwaggerClient::ApprovalPacResponse2::EnumAttributeValidator20,0
379
+ attr_reader :datatypedatatype21,0
380
+ attr_reader :allowable_valuesallowable_values22,0
381
+ def initialize(datatype, allowable_values)initialize24,0
382
+ def valid?(value)valid?37,0
383
+ def self.attribute_mapattribute_map43,0
384
+ def self.openapi_typesopenapi_types51,0
385
+ def self.openapi_nullableopenapi_nullable59,0
386
+ def initialize(attributes = {})initialize66,0
387
+ def list_invalid_propertieslist_invalid_properties92,0
388
+ def valid?valid?99,0
389
+ def data=(data)data=107,0
390
+ def ==(o)==117,0
391
+ def eql?(o)eql?126,0
392
+ def hashhash132,0
393
+ def self.build_from_hash(attributes)build_from_hash139,0
394
+ def build_from_hash(attributes)build_from_hash146,0
395
+ def _deserialize(type, value)_deserialize169,0
396
+ def to_sto_s208,0
397
+ def to_bodyto_body214,0
398
+ def to_hashto_hash220,0
399
+ def _to_hash(value)_to_hash238,0
400
+
401
+ emass_client/ruby_client/lib/swagger_client/models/artifacts.rb,2608
402
+ module SwaggerClientSwaggerClient14,0
403
+ class ArtifactsArtifacts15,0
404
+ class ArtifactsSwaggerClient::Artifacts15,0
405
+ attr_accessor :system_idsystem_id17,0
406
+ attr_accessor :system_idsystem_id=17,0
407
+ attr_accessor :filenamefilename20,0
408
+ attr_accessor :filenamefilename=20,0
409
+ attr_accessor :is_inheritedis_inherited23,0
410
+ attr_accessor :is_inheritedis_inherited=23,0
411
+ attr_accessor :descriptiondescription26,0
412
+ attr_accessor :descriptiondescription=26,0
413
+ attr_accessor :is_artifact_templateis_artifact_template29,0
414
+ attr_accessor :is_artifact_templateis_artifact_template=29,0
415
+ attr_accessor :typetype32,0
416
+ attr_accessor :typetype=32,0
417
+ attr_accessor :categorycategory35,0
418
+ attr_accessor :categorycategory=35,0
419
+ attr_accessor :ref_page_numberref_page_number38,0
420
+ attr_accessor :ref_page_numberref_page_number=38,0
421
+ attr_accessor :controlscontrols41,0
422
+ attr_accessor :controlscontrols=41,0
423
+ attr_accessor :ccisccis44,0
424
+ attr_accessor :ccisccis=44,0
425
+ attr_accessor :mime_content_typemime_content_type47,0
426
+ attr_accessor :mime_content_typemime_content_type=47,0
427
+ attr_accessor :file_sizefile_size50,0
428
+ attr_accessor :file_sizefile_size=50,0
429
+ attr_accessor :artifact_expiration_dateartifact_expiration_date53,0
430
+ attr_accessor :artifact_expiration_dateartifact_expiration_date=53,0
431
+ attr_accessor :last_review_datelast_review_date56,0
432
+ attr_accessor :last_review_datelast_review_date=56,0
433
+ class EnumAttributeValidatorEnumAttributeValidator58,0
434
+ class EnumAttributeValidatorSwaggerClient::Artifacts::EnumAttributeValidator58,0
435
+ attr_reader :datatypedatatype59,0
436
+ attr_reader :allowable_valuesallowable_values60,0
437
+ def initialize(datatype, allowable_values)initialize62,0
438
+ def valid?(value)valid?75,0
439
+ def self.attribute_mapattribute_map81,0
440
+ def self.openapi_typesopenapi_types101,0
441
+ def self.openapi_nullableopenapi_nullable121,0
442
+ def initialize(attributes = {})initialize128,0
443
+ def list_invalid_propertieslist_invalid_properties200,0
444
+ def valid?valid?207,0
445
+ def type=(type)type=217,0
446
+ def category=(category)category=227,0
447
+ def ==(o)==237,0
448
+ def eql?(o)eql?258,0
449
+ def hashhash264,0
450
+ def self.build_from_hash(attributes)build_from_hash271,0
451
+ def build_from_hash(attributes)build_from_hash278,0
452
+ def _deserialize(type, value)_deserialize301,0
453
+ def to_sto_s340,0
454
+ def to_bodyto_body346,0
455
+ def to_hashto_hash352,0
456
+ def _to_hash(value)_to_hash370,0
457
+
458
+ emass_client/ruby_client/lib/swagger_client/models/artifacts_del_response.rb,955
459
+ module SwaggerClientSwaggerClient14,0
460
+ class ArtifactsDelResponseArtifactsDelResponse15,0
461
+ class ArtifactsDelResponseSwaggerClient::ArtifactsDelResponse15,0
462
+ attr_accessor :metameta16,0
463
+ attr_accessor :metameta=16,0
464
+ attr_accessor :datadata18,0
465
+ attr_accessor :datadata=18,0
466
+ def self.attribute_mapattribute_map21,0
467
+ def self.openapi_typesopenapi_types29,0
468
+ def self.openapi_nullableopenapi_nullable37,0
469
+ def initialize(attributes = {})initialize44,0
470
+ def list_invalid_propertieslist_invalid_properties70,0
471
+ def valid?valid?77,0
472
+ def ==(o)==83,0
473
+ def eql?(o)eql?92,0
474
+ def hashhash98,0
475
+ def self.build_from_hash(attributes)build_from_hash105,0
476
+ def build_from_hash(attributes)build_from_hash112,0
477
+ def _deserialize(type, value)_deserialize135,0
478
+ def to_sto_s174,0
479
+ def to_bodyto_body180,0
480
+ def to_hashto_hash186,0
481
+ def _to_hash(value)_to_hash204,0
482
+
483
+ emass_client/ruby_client/lib/swagger_client/models/artifacts_get_response.rb,955
484
+ module SwaggerClientSwaggerClient14,0
485
+ class ArtifactsGetResponseArtifactsGetResponse15,0
486
+ class ArtifactsGetResponseSwaggerClient::ArtifactsGetResponse15,0
487
+ attr_accessor :metameta16,0
488
+ attr_accessor :metameta=16,0
489
+ attr_accessor :datadata18,0
490
+ attr_accessor :datadata=18,0
491
+ def self.attribute_mapattribute_map21,0
492
+ def self.openapi_typesopenapi_types29,0
493
+ def self.openapi_nullableopenapi_nullable37,0
494
+ def initialize(attributes = {})initialize44,0
495
+ def list_invalid_propertieslist_invalid_properties70,0
496
+ def valid?valid?77,0
497
+ def ==(o)==83,0
498
+ def eql?(o)eql?92,0
499
+ def hashhash98,0
500
+ def self.build_from_hash(attributes)build_from_hash105,0
501
+ def build_from_hash(attributes)build_from_hash112,0
502
+ def _deserialize(type, value)_deserialize135,0
503
+ def to_sto_s174,0
504
+ def to_bodyto_body180,0
505
+ def to_hashto_hash186,0
506
+ def _to_hash(value)_to_hash204,0
507
+
508
+ emass_client/ruby_client/lib/swagger_client/models/artifacts_put_post_response.rb,971
509
+ module SwaggerClientSwaggerClient14,0
510
+ class ArtifactsPutPostResponseArtifactsPutPostResponse15,0
511
+ class ArtifactsPutPostResponseSwaggerClient::ArtifactsPutPostResponse15,0
512
+ attr_accessor :metameta16,0
513
+ attr_accessor :metameta=16,0
514
+ attr_accessor :datadata18,0
515
+ attr_accessor :datadata=18,0
516
+ def self.attribute_mapattribute_map21,0
517
+ def self.openapi_typesopenapi_types29,0
518
+ def self.openapi_nullableopenapi_nullable37,0
519
+ def initialize(attributes = {})initialize44,0
520
+ def list_invalid_propertieslist_invalid_properties70,0
521
+ def valid?valid?77,0
522
+ def ==(o)==83,0
523
+ def eql?(o)eql?92,0
524
+ def hashhash98,0
525
+ def self.build_from_hash(attributes)build_from_hash105,0
526
+ def build_from_hash(attributes)build_from_hash112,0
527
+ def _deserialize(type, value)_deserialize135,0
528
+ def to_sto_s174,0
529
+ def to_bodyto_body180,0
530
+ def to_hashto_hash186,0
531
+ def _to_hash(value)_to_hash204,0
532
+
533
+ emass_client/ruby_client/lib/swagger_client/models/artifacts_put_post_response_data.rb,1106
534
+ module SwaggerClientSwaggerClient14,0
535
+ class ArtifactsPutPostResponseDataArtifactsPutPostResponseData15,0
536
+ class ArtifactsPutPostResponseDataSwaggerClient::ArtifactsPutPostResponseData15,0
537
+ attr_accessor :filenamefilename17,0
538
+ attr_accessor :filenamefilename=17,0
539
+ attr_accessor :successsuccess19,0
540
+ attr_accessor :successsuccess=19,0
541
+ attr_accessor :system_idsystem_id21,0
542
+ attr_accessor :system_idsystem_id=21,0
543
+ def self.attribute_mapattribute_map24,0
544
+ def self.openapi_typesopenapi_types33,0
545
+ def self.openapi_nullableopenapi_nullable42,0
546
+ def initialize(attributes = {})initialize49,0
547
+ def list_invalid_propertieslist_invalid_properties77,0
548
+ def valid?valid?84,0
549
+ def ==(o)==90,0
550
+ def eql?(o)eql?100,0
551
+ def hashhash106,0
552
+ def self.build_from_hash(attributes)build_from_hash113,0
553
+ def build_from_hash(attributes)build_from_hash120,0
554
+ def _deserialize(type, value)_deserialize143,0
555
+ def to_sto_s182,0
556
+ def to_bodyto_body188,0
557
+ def to_hashto_hash194,0
558
+ def _to_hash(value)_to_hash212,0
559
+
560
+ emass_client/ruby_client/lib/swagger_client/models/artifact_get_export_response.rb,835
561
+ module SwaggerClientSwaggerClient14,0
562
+ class ArtifactGetExportResponseArtifactGetExportResponse15,0
563
+ class ArtifactGetExportResponseSwaggerClient::ArtifactGetExportResponse15,0
564
+ def self.attribute_mapattribute_map17,0
565
+ def self.openapi_typesopenapi_types23,0
566
+ def self.openapi_nullableopenapi_nullable29,0
567
+ def initialize(attributes = {})initialize36,0
568
+ def list_invalid_propertieslist_invalid_properties55,0
569
+ def valid?valid?62,0
570
+ def ==(o)==68,0
571
+ def eql?(o)eql?75,0
572
+ def hashhash81,0
573
+ def self.build_from_hash(attributes)build_from_hash88,0
574
+ def build_from_hash(attributes)build_from_hash95,0
575
+ def _deserialize(type, value)_deserialize119,0
576
+ def to_sto_s158,0
577
+ def to_bodyto_body164,0
578
+ def to_hashto_hash170,0
579
+ def _to_hash(value)_to_hash188,0
580
+
581
+ emass_client/ruby_client/lib/swagger_client/models/controls_get.rb,5080
582
+ module SwaggerClientSwaggerClient14,0
583
+ class ControlsGetControlsGet15,0
584
+ class ControlsGetSwaggerClient::ControlsGet15,0
585
+ attr_accessor :system_idsystem_id17,0
586
+ attr_accessor :system_idsystem_id=17,0
587
+ attr_accessor :namename20,0
588
+ attr_accessor :namename=20,0
589
+ attr_accessor :acronymacronym23,0
590
+ attr_accessor :acronymacronym=23,0
591
+ attr_accessor :ccisccis26,0
592
+ attr_accessor :ccisccis=26,0
593
+ attr_accessor :is_inheritedis_inherited29,0
594
+ attr_accessor :is_inheritedis_inherited=29,0
595
+ attr_accessor :included_statusincluded_status32,0
596
+ attr_accessor :included_statusincluded_status=32,0
597
+ attr_accessor :compliance_statuscompliance_status35,0
598
+ attr_accessor :compliance_statuscompliance_status=35,0
599
+ attr_accessor :modified_by_overlaysmodified_by_overlays38,0
600
+ attr_accessor :modified_by_overlaysmodified_by_overlays=38,0
601
+ attr_accessor :responsible_entitiesresponsible_entities41,0
602
+ attr_accessor :responsible_entitiesresponsible_entities=41,0
603
+ attr_accessor :implementation_statusimplementation_status44,0
604
+ attr_accessor :implementation_statusimplementation_status=44,0
605
+ attr_accessor :common_control_providercommon_control_provider47,0
606
+ attr_accessor :common_control_providercommon_control_provider=47,0
607
+ attr_accessor :na_justificationna_justification50,0
608
+ attr_accessor :na_justificationna_justification=50,0
609
+ attr_accessor :control_designationcontrol_designation53,0
610
+ attr_accessor :control_designationcontrol_designation=53,0
611
+ attr_accessor :estimated_completion_dateestimated_completion_date56,0
612
+ attr_accessor :estimated_completion_dateestimated_completion_date=56,0
613
+ attr_accessor :commentscomments59,0
614
+ attr_accessor :commentscomments=59,0
615
+ attr_accessor :slcm_criticalityslcm_criticality62,0
616
+ attr_accessor :slcm_criticalityslcm_criticality=62,0
617
+ attr_accessor :slcm_frequencyslcm_frequency65,0
618
+ attr_accessor :slcm_frequencyslcm_frequency=65,0
619
+ attr_accessor :slcm_methodslcm_method68,0
620
+ attr_accessor :slcm_methodslcm_method=68,0
621
+ attr_accessor :slcm_reportingslcm_reporting71,0
622
+ attr_accessor :slcm_reportingslcm_reporting=71,0
623
+ attr_accessor :slcm_trackingslcm_tracking74,0
624
+ attr_accessor :slcm_trackingslcm_tracking=74,0
625
+ attr_accessor :slcm_commentsslcm_comments77,0
626
+ attr_accessor :slcm_commentsslcm_comments=77,0
627
+ attr_accessor :severityseverity80,0
628
+ attr_accessor :severityseverity=80,0
629
+ attr_accessor :vulnerabilty_summaryvulnerabilty_summary83,0
630
+ attr_accessor :vulnerabilty_summaryvulnerabilty_summary=83,0
631
+ attr_accessor :recommendationsrecommendations86,0
632
+ attr_accessor :recommendationsrecommendations=86,0
633
+ attr_accessor :relevance_of_threatrelevance_of_threat89,0
634
+ attr_accessor :relevance_of_threatrelevance_of_threat=89,0
635
+ attr_accessor :likelihoodlikelihood92,0
636
+ attr_accessor :likelihoodlikelihood=92,0
637
+ attr_accessor :impactimpact95,0
638
+ attr_accessor :impactimpact=95,0
639
+ attr_accessor :impact_descriptionimpact_description98,0
640
+ attr_accessor :impact_descriptionimpact_description=98,0
641
+ attr_accessor :residual_risk_levelresidual_risk_level101,0
642
+ attr_accessor :residual_risk_levelresidual_risk_level=101,0
643
+ class EnumAttributeValidatorEnumAttributeValidator103,0
644
+ class EnumAttributeValidatorSwaggerClient::ControlsGet::EnumAttributeValidator103,0
645
+ attr_reader :datatypedatatype104,0
646
+ attr_reader :allowable_valuesallowable_values105,0
647
+ def initialize(datatype, allowable_values)initialize107,0
648
+ def valid?(value)valid?120,0
649
+ def self.attribute_mapattribute_map126,0
650
+ def self.openapi_typesopenapi_types161,0
651
+ def self.openapi_nullableopenapi_nullable196,0
652
+ def initialize(attributes = {})initialize203,0
653
+ def list_invalid_propertieslist_invalid_properties335,0
654
+ def valid?valid?342,0
655
+ def modified_by_overlays=(modified_by_overlays)modified_by_overlays=370,0
656
+ def implementation_status=(implementation_status)implementation_status=380,0
657
+ def common_control_provider=(common_control_provider)common_control_provider=390,0
658
+ def control_designation=(control_designation)control_designation=400,0
659
+ def slcm_frequency=(slcm_frequency)slcm_frequency=410,0
660
+ def slcm_method=(slcm_method)slcm_method=420,0
661
+ def severity=(severity)severity=430,0
662
+ def relevance_of_threat=(relevance_of_threat)relevance_of_threat=440,0
663
+ def likelihood=(likelihood)likelihood=450,0
664
+ def impact=(impact)impact=460,0
665
+ def residual_risk_level=(residual_risk_level)residual_risk_level=470,0
666
+ def ==(o)==480,0
667
+ def eql?(o)eql?516,0
668
+ def hashhash522,0
669
+ def self.build_from_hash(attributes)build_from_hash529,0
670
+ def build_from_hash(attributes)build_from_hash536,0
671
+ def _deserialize(type, value)_deserialize559,0
672
+ def to_sto_s598,0
673
+ def to_bodyto_body604,0
674
+ def to_hashto_hash610,0
675
+ def _to_hash(value)_to_hash628,0
676
+
677
+ emass_client/ruby_client/lib/swagger_client/models/controls_put.rb,1034
678
+ module SwaggerClientSwaggerClient14,0
679
+ class ControlsPutControlsPut15,0
680
+ class ControlsPutSwaggerClient::ControlsPut15,0
681
+ attr_accessor :acronymacronym17,0
682
+ attr_accessor :acronymacronym=17,0
683
+ attr_accessor :successsuccess20,0
684
+ attr_accessor :successsuccess=20,0
685
+ attr_accessor :system_idsystem_id23,0
686
+ attr_accessor :system_idsystem_id=23,0
687
+ def self.attribute_mapattribute_map26,0
688
+ def self.openapi_typesopenapi_types35,0
689
+ def self.openapi_nullableopenapi_nullable44,0
690
+ def initialize(attributes = {})initialize51,0
691
+ def list_invalid_propertieslist_invalid_properties79,0
692
+ def valid?valid?86,0
693
+ def ==(o)==92,0
694
+ def eql?(o)eql?102,0
695
+ def hashhash108,0
696
+ def self.build_from_hash(attributes)build_from_hash115,0
697
+ def build_from_hash(attributes)build_from_hash122,0
698
+ def _deserialize(type, value)_deserialize145,0
699
+ def to_sto_s184,0
700
+ def to_bodyto_body190,0
701
+ def to_hashto_hash196,0
702
+ def _to_hash(value)_to_hash214,0
703
+
704
+ emass_client/ruby_client/lib/swagger_client/models/controls_request_body.rb,4337
705
+ module SwaggerClientSwaggerClient14,0
706
+ class ControlsRequestBodyControlsRequestBody15,0
707
+ class ControlsRequestBodySwaggerClient::ControlsRequestBody15,0
708
+ attr_accessor :acronymacronym17,0
709
+ attr_accessor :acronymacronym=17,0
710
+ attr_accessor :responsible_entitiesresponsible_entities20,0
711
+ attr_accessor :responsible_entitiesresponsible_entities=20,0
712
+ attr_accessor :implementation_statusimplementation_status23,0
713
+ attr_accessor :implementation_statusimplementation_status=23,0
714
+ attr_accessor :common_control_providercommon_control_provider26,0
715
+ attr_accessor :common_control_providercommon_control_provider=26,0
716
+ attr_accessor :na_justificationna_justification29,0
717
+ attr_accessor :na_justificationna_justification=29,0
718
+ attr_accessor :control_designationcontrol_designation32,0
719
+ attr_accessor :control_designationcontrol_designation=32,0
720
+ attr_accessor :estimated_completion_dateestimated_completion_date35,0
721
+ attr_accessor :estimated_completion_dateestimated_completion_date=35,0
722
+ attr_accessor :commentscomments38,0
723
+ attr_accessor :commentscomments=38,0
724
+ attr_accessor :slcm_criticalityslcm_criticality41,0
725
+ attr_accessor :slcm_criticalityslcm_criticality=41,0
726
+ attr_accessor :slcm_frequencyslcm_frequency44,0
727
+ attr_accessor :slcm_frequencyslcm_frequency=44,0
728
+ attr_accessor :slcm_methodslcm_method47,0
729
+ attr_accessor :slcm_methodslcm_method=47,0
730
+ attr_accessor :slcm_reportingslcm_reporting50,0
731
+ attr_accessor :slcm_reportingslcm_reporting=50,0
732
+ attr_accessor :slcm_trackingslcm_tracking53,0
733
+ attr_accessor :slcm_trackingslcm_tracking=53,0
734
+ attr_accessor :slcm_commentsslcm_comments56,0
735
+ attr_accessor :slcm_commentsslcm_comments=56,0
736
+ attr_accessor :severityseverity59,0
737
+ attr_accessor :severityseverity=59,0
738
+ attr_accessor :vulnerabilty_summaryvulnerabilty_summary62,0
739
+ attr_accessor :vulnerabilty_summaryvulnerabilty_summary=62,0
740
+ attr_accessor :recommendationsrecommendations65,0
741
+ attr_accessor :recommendationsrecommendations=65,0
742
+ attr_accessor :relevance_of_threatrelevance_of_threat68,0
743
+ attr_accessor :relevance_of_threatrelevance_of_threat=68,0
744
+ attr_accessor :likelihoodlikelihood71,0
745
+ attr_accessor :likelihoodlikelihood=71,0
746
+ attr_accessor :impactimpact74,0
747
+ attr_accessor :impactimpact=74,0
748
+ attr_accessor :impact_descriptionimpact_description77,0
749
+ attr_accessor :impact_descriptionimpact_description=77,0
750
+ attr_accessor :residual_risk_levelresidual_risk_level80,0
751
+ attr_accessor :residual_risk_levelresidual_risk_level=80,0
752
+ class EnumAttributeValidatorEnumAttributeValidator82,0
753
+ class EnumAttributeValidatorSwaggerClient::ControlsRequestBody::EnumAttributeValidator82,0
754
+ attr_reader :datatypedatatype83,0
755
+ attr_reader :allowable_valuesallowable_values84,0
756
+ def initialize(datatype, allowable_values)initialize86,0
757
+ def valid?(value)valid?99,0
758
+ def self.attribute_mapattribute_map105,0
759
+ def self.openapi_typesopenapi_types133,0
760
+ def self.openapi_nullableopenapi_nullable161,0
761
+ def initialize(attributes = {})initialize168,0
762
+ def list_invalid_propertieslist_invalid_properties272,0
763
+ def valid?valid?299,0
764
+ def implementation_status=(implementation_status)implementation_status=330,0
765
+ def common_control_provider=(common_control_provider)common_control_provider=340,0
766
+ def control_designation=(control_designation)control_designation=350,0
767
+ def slcm_frequency=(slcm_frequency)slcm_frequency=360,0
768
+ def slcm_method=(slcm_method)slcm_method=370,0
769
+ def severity=(severity)severity=380,0
770
+ def relevance_of_threat=(relevance_of_threat)relevance_of_threat=390,0
771
+ def likelihood=(likelihood)likelihood=400,0
772
+ def impact=(impact)impact=410,0
773
+ def residual_risk_level=(residual_risk_level)residual_risk_level=420,0
774
+ def ==(o)==430,0
775
+ def eql?(o)eql?459,0
776
+ def hashhash465,0
777
+ def self.build_from_hash(attributes)build_from_hash472,0
778
+ def build_from_hash(attributes)build_from_hash479,0
779
+ def _deserialize(type, value)_deserialize502,0
780
+ def to_sto_s541,0
781
+ def to_bodyto_body547,0
782
+ def to_hashto_hash553,0
783
+ def _to_hash(value)_to_hash571,0
784
+
785
+ emass_client/ruby_client/lib/swagger_client/models/controls_response_get.rb,951
786
+ module SwaggerClientSwaggerClient14,0
787
+ class ControlsResponseGetControlsResponseGet15,0
788
+ class ControlsResponseGetSwaggerClient::ControlsResponseGet15,0
789
+ attr_accessor :metameta16,0
790
+ attr_accessor :metameta=16,0
791
+ attr_accessor :datadata18,0
792
+ attr_accessor :datadata=18,0
793
+ def self.attribute_mapattribute_map21,0
794
+ def self.openapi_typesopenapi_types29,0
795
+ def self.openapi_nullableopenapi_nullable37,0
796
+ def initialize(attributes = {})initialize44,0
797
+ def list_invalid_propertieslist_invalid_properties70,0
798
+ def valid?valid?77,0
799
+ def ==(o)==83,0
800
+ def eql?(o)eql?92,0
801
+ def hashhash98,0
802
+ def self.build_from_hash(attributes)build_from_hash105,0
803
+ def build_from_hash(attributes)build_from_hash112,0
804
+ def _deserialize(type, value)_deserialize135,0
805
+ def to_sto_s174,0
806
+ def to_bodyto_body180,0
807
+ def to_hashto_hash186,0
808
+ def _to_hash(value)_to_hash204,0
809
+
810
+ emass_client/ruby_client/lib/swagger_client/models/controls_response_put.rb,951
811
+ module SwaggerClientSwaggerClient14,0
812
+ class ControlsResponsePutControlsResponsePut15,0
813
+ class ControlsResponsePutSwaggerClient::ControlsResponsePut15,0
814
+ attr_accessor :metameta16,0
815
+ attr_accessor :metameta=16,0
816
+ attr_accessor :datadata18,0
817
+ attr_accessor :datadata=18,0
818
+ def self.attribute_mapattribute_map21,0
819
+ def self.openapi_typesopenapi_types29,0
820
+ def self.openapi_nullableopenapi_nullable37,0
821
+ def initialize(attributes = {})initialize44,0
822
+ def list_invalid_propertieslist_invalid_properties70,0
823
+ def valid?valid?77,0
824
+ def ==(o)==83,0
825
+ def eql?(o)eql?92,0
826
+ def hashhash98,0
827
+ def self.build_from_hash(attributes)build_from_hash105,0
828
+ def build_from_hash(attributes)build_from_hash112,0
829
+ def _deserialize(type, value)_deserialize135,0
830
+ def to_sto_s174,0
831
+ def to_bodyto_body180,0
832
+ def to_hashto_hash186,0
833
+ def _to_hash(value)_to_hash204,0
834
+
835
+ emass_client/ruby_client/lib/swagger_client/models/delete_artifacts.rb,795
836
+ module SwaggerClientSwaggerClient14,0
837
+ class DeleteArtifactsDeleteArtifacts15,0
838
+ class DeleteArtifactsSwaggerClient::DeleteArtifacts15,0
839
+ def self.attribute_mapattribute_map17,0
840
+ def self.openapi_typesopenapi_types23,0
841
+ def self.openapi_nullableopenapi_nullable29,0
842
+ def initialize(attributes = {})initialize36,0
843
+ def list_invalid_propertieslist_invalid_properties55,0
844
+ def valid?valid?62,0
845
+ def ==(o)==68,0
846
+ def eql?(o)eql?75,0
847
+ def hashhash81,0
848
+ def self.build_from_hash(attributes)build_from_hash88,0
849
+ def build_from_hash(attributes)build_from_hash95,0
850
+ def _deserialize(type, value)_deserialize119,0
851
+ def to_sto_s158,0
852
+ def to_bodyto_body164,0
853
+ def to_hashto_hash170,0
854
+ def _to_hash(value)_to_hash188,0
855
+
856
+ emass_client/ruby_client/lib/swagger_client/models/delete_artifacts_inner.rb,901
857
+ module SwaggerClientSwaggerClient14,0
858
+ class DeleteArtifactsInnerDeleteArtifactsInner15,0
859
+ class DeleteArtifactsInnerSwaggerClient::DeleteArtifactsInner15,0
860
+ attr_accessor :filenamefilename17,0
861
+ attr_accessor :filenamefilename=17,0
862
+ def self.attribute_mapattribute_map20,0
863
+ def self.openapi_typesopenapi_types27,0
864
+ def self.openapi_nullableopenapi_nullable34,0
865
+ def initialize(attributes = {})initialize41,0
866
+ def list_invalid_propertieslist_invalid_properties61,0
867
+ def valid?valid?68,0
868
+ def ==(o)==74,0
869
+ def eql?(o)eql?82,0
870
+ def hashhash88,0
871
+ def self.build_from_hash(attributes)build_from_hash95,0
872
+ def build_from_hash(attributes)build_from_hash102,0
873
+ def _deserialize(type, value)_deserialize125,0
874
+ def to_sto_s164,0
875
+ def to_bodyto_body170,0
876
+ def to_hashto_hash176,0
877
+ def _to_hash(value)_to_hash194,0
878
+
879
+ emass_client/ruby_client/lib/swagger_client/models/error.rb,909
880
+ module SwaggerClientSwaggerClient14,0
881
+ class ErrorError15,0
882
+ class ErrorSwaggerClient::Error15,0
883
+ attr_accessor :codecode16,0
884
+ attr_accessor :codecode=16,0
885
+ attr_accessor :messagemessage18,0
886
+ attr_accessor :messagemessage=18,0
887
+ def self.attribute_mapattribute_map21,0
888
+ def self.openapi_typesopenapi_types29,0
889
+ def self.openapi_nullableopenapi_nullable37,0
890
+ def initialize(attributes = {})initialize44,0
891
+ def list_invalid_propertieslist_invalid_properties68,0
892
+ def valid?valid?83,0
893
+ def ==(o)==91,0
894
+ def eql?(o)eql?100,0
895
+ def hashhash106,0
896
+ def self.build_from_hash(attributes)build_from_hash113,0
897
+ def build_from_hash(attributes)build_from_hash120,0
898
+ def _deserialize(type, value)_deserialize143,0
899
+ def to_sto_s182,0
900
+ def to_bodyto_body188,0
901
+ def to_hashto_hash194,0
902
+ def _to_hash(value)_to_hash212,0
903
+
904
+ emass_client/ruby_client/lib/swagger_client/models/inline_response_200.rb,803
905
+ module SwaggerClientSwaggerClient14,0
906
+ class InlineResponse200InlineResponse20015,0
907
+ class InlineResponse200SwaggerClient::InlineResponse20015,0
908
+ def self.attribute_mapattribute_map17,0
909
+ def self.openapi_typesopenapi_types23,0
910
+ def self.openapi_nullableopenapi_nullable29,0
911
+ def initialize(attributes = {})initialize36,0
912
+ def list_invalid_propertieslist_invalid_properties52,0
913
+ def valid?valid?59,0
914
+ def ==(o)==65,0
915
+ def eql?(o)eql?72,0
916
+ def hashhash78,0
917
+ def self.build_from_hash(attributes)build_from_hash85,0
918
+ def build_from_hash(attributes)build_from_hash92,0
919
+ def _deserialize(type, value)_deserialize115,0
920
+ def to_sto_s154,0
921
+ def to_bodyto_body160,0
922
+ def to_hashto_hash166,0
923
+ def _to_hash(value)_to_hash184,0
924
+
925
+ emass_client/ruby_client/lib/swagger_client/models/inline_response_200_1.rb,807
926
+ module SwaggerClientSwaggerClient14,0
927
+ class InlineResponse2001InlineResponse200115,0
928
+ class InlineResponse2001SwaggerClient::InlineResponse200115,0
929
+ def self.attribute_mapattribute_map17,0
930
+ def self.openapi_typesopenapi_types23,0
931
+ def self.openapi_nullableopenapi_nullable29,0
932
+ def initialize(attributes = {})initialize36,0
933
+ def list_invalid_propertieslist_invalid_properties52,0
934
+ def valid?valid?59,0
935
+ def ==(o)==65,0
936
+ def eql?(o)eql?72,0
937
+ def hashhash78,0
938
+ def self.build_from_hash(attributes)build_from_hash85,0
939
+ def build_from_hash(attributes)build_from_hash92,0
940
+ def _deserialize(type, value)_deserialize115,0
941
+ def to_sto_s154,0
942
+ def to_bodyto_body160,0
943
+ def to_hashto_hash166,0
944
+ def _to_hash(value)_to_hash184,0
945
+
946
+ emass_client/ruby_client/lib/swagger_client/models/milestones.rb,1302
947
+ module SwaggerClientSwaggerClient14,0
948
+ class MilestonesMilestones15,0
949
+ class MilestonesSwaggerClient::Milestones15,0
950
+ attr_accessor :system_idsystem_id17,0
951
+ attr_accessor :system_idsystem_id=17,0
952
+ attr_accessor :milestone_idmilestone_id20,0
953
+ attr_accessor :milestone_idmilestone_id=20,0
954
+ attr_accessor :poam_idpoam_id23,0
955
+ attr_accessor :poam_idpoam_id=23,0
956
+ attr_accessor :descriptiondescription26,0
957
+ attr_accessor :descriptiondescription=26,0
958
+ attr_accessor :scheduled_completion_datescheduled_completion_date29,0
959
+ attr_accessor :scheduled_completion_datescheduled_completion_date=29,0
960
+ def self.attribute_mapattribute_map32,0
961
+ def self.openapi_typesopenapi_types43,0
962
+ def self.openapi_nullableopenapi_nullable54,0
963
+ def initialize(attributes = {})initialize61,0
964
+ def list_invalid_propertieslist_invalid_properties97,0
965
+ def valid?valid?104,0
966
+ def ==(o)==110,0
967
+ def eql?(o)eql?122,0
968
+ def hashhash128,0
969
+ def self.build_from_hash(attributes)build_from_hash135,0
970
+ def build_from_hash(attributes)build_from_hash142,0
971
+ def _deserialize(type, value)_deserialize165,0
972
+ def to_sto_s204,0
973
+ def to_bodyto_body210,0
974
+ def to_hashto_hash216,0
975
+ def _to_hash(value)_to_hash234,0
976
+
977
+ emass_client/ruby_client/lib/swagger_client/models/milestone_response.rb,943
978
+ module SwaggerClientSwaggerClient14,0
979
+ class MilestoneResponseMilestoneResponse15,0
980
+ class MilestoneResponseSwaggerClient::MilestoneResponse15,0
981
+ attr_accessor :metameta16,0
982
+ attr_accessor :metameta=16,0
983
+ attr_accessor :datadata18,0
984
+ attr_accessor :datadata=18,0
985
+ def self.attribute_mapattribute_map21,0
986
+ def self.openapi_typesopenapi_types29,0
987
+ def self.openapi_nullableopenapi_nullable37,0
988
+ def initialize(attributes = {})initialize44,0
989
+ def list_invalid_propertieslist_invalid_properties70,0
990
+ def valid?valid?77,0
991
+ def ==(o)==83,0
992
+ def eql?(o)eql?92,0
993
+ def hashhash98,0
994
+ def self.build_from_hash(attributes)build_from_hash105,0
995
+ def build_from_hash(attributes)build_from_hash112,0
996
+ def _deserialize(type, value)_deserialize135,0
997
+ def to_sto_s174,0
998
+ def to_bodyto_body180,0
999
+ def to_hashto_hash186,0
1000
+ def _to_hash(value)_to_hash204,0
1001
+
1002
+ emass_client/ruby_client/lib/swagger_client/models/model_200.rb,837
1003
+ module SwaggerClientSwaggerClient14,0
1004
+ class Model200Model20015,0
1005
+ class Model200SwaggerClient::Model20015,0
1006
+ attr_accessor :codecode16,0
1007
+ attr_accessor :codecode=16,0
1008
+ def self.attribute_mapattribute_map19,0
1009
+ def self.openapi_typesopenapi_types26,0
1010
+ def self.openapi_nullableopenapi_nullable33,0
1011
+ def initialize(attributes = {})initialize40,0
1012
+ def list_invalid_propertieslist_invalid_properties62,0
1013
+ def valid?valid?69,0
1014
+ def ==(o)==75,0
1015
+ def eql?(o)eql?83,0
1016
+ def hashhash89,0
1017
+ def self.build_from_hash(attributes)build_from_hash96,0
1018
+ def build_from_hash(attributes)build_from_hash103,0
1019
+ def _deserialize(type, value)_deserialize126,0
1020
+ def to_sto_s165,0
1021
+ def to_bodyto_body171,0
1022
+ def to_hashto_hash177,0
1023
+ def _to_hash(value)_to_hash195,0
1024
+
1025
+ emass_client/ruby_client/lib/swagger_client/models/model_400.rb,944
1026
+ module SwaggerClientSwaggerClient14,0
1027
+ class Model400Model40015,0
1028
+ class Model400SwaggerClient::Model40015,0
1029
+ attr_accessor :codecode16,0
1030
+ attr_accessor :codecode=16,0
1031
+ attr_accessor :error_messageerror_message18,0
1032
+ attr_accessor :error_messageerror_message=18,0
1033
+ def self.attribute_mapattribute_map21,0
1034
+ def self.openapi_typesopenapi_types29,0
1035
+ def self.openapi_nullableopenapi_nullable37,0
1036
+ def initialize(attributes = {})initialize44,0
1037
+ def list_invalid_propertieslist_invalid_properties72,0
1038
+ def valid?valid?79,0
1039
+ def ==(o)==85,0
1040
+ def eql?(o)eql?94,0
1041
+ def hashhash100,0
1042
+ def self.build_from_hash(attributes)build_from_hash107,0
1043
+ def build_from_hash(attributes)build_from_hash114,0
1044
+ def _deserialize(type, value)_deserialize137,0
1045
+ def to_sto_s176,0
1046
+ def to_bodyto_body182,0
1047
+ def to_hashto_hash188,0
1048
+ def _to_hash(value)_to_hash206,0
1049
+
1050
+ emass_client/ruby_client/lib/swagger_client/models/model_400_response.rb,869
1051
+ module SwaggerClientSwaggerClient14,0
1052
+ class Model400ResponseModel400Response15,0
1053
+ class Model400ResponseSwaggerClient::Model400Response15,0
1054
+ attr_accessor :metameta16,0
1055
+ attr_accessor :metameta=16,0
1056
+ def self.attribute_mapattribute_map19,0
1057
+ def self.openapi_typesopenapi_types26,0
1058
+ def self.openapi_nullableopenapi_nullable33,0
1059
+ def initialize(attributes = {})initialize40,0
1060
+ def list_invalid_propertieslist_invalid_properties60,0
1061
+ def valid?valid?67,0
1062
+ def ==(o)==73,0
1063
+ def eql?(o)eql?81,0
1064
+ def hashhash87,0
1065
+ def self.build_from_hash(attributes)build_from_hash94,0
1066
+ def build_from_hash(attributes)build_from_hash101,0
1067
+ def _deserialize(type, value)_deserialize124,0
1068
+ def to_sto_s163,0
1069
+ def to_bodyto_body169,0
1070
+ def to_hashto_hash175,0
1071
+ def _to_hash(value)_to_hash193,0
1072
+
1073
+ emass_client/ruby_client/lib/swagger_client/models/model_401.rb,767
1074
+ module SwaggerClientSwaggerClient14,0
1075
+ class Model401Model40115,0
1076
+ class Model401SwaggerClient::Model40115,0
1077
+ def self.attribute_mapattribute_map17,0
1078
+ def self.openapi_typesopenapi_types23,0
1079
+ def self.openapi_nullableopenapi_nullable29,0
1080
+ def initialize(attributes = {})initialize36,0
1081
+ def list_invalid_propertieslist_invalid_properties52,0
1082
+ def valid?valid?59,0
1083
+ def ==(o)==65,0
1084
+ def eql?(o)eql?72,0
1085
+ def hashhash78,0
1086
+ def self.build_from_hash(attributes)build_from_hash85,0
1087
+ def build_from_hash(attributes)build_from_hash92,0
1088
+ def _deserialize(type, value)_deserialize115,0
1089
+ def to_sto_s154,0
1090
+ def to_bodyto_body160,0
1091
+ def to_hashto_hash166,0
1092
+ def _to_hash(value)_to_hash184,0
1093
+
1094
+ emass_client/ruby_client/lib/swagger_client/models/model_404.rb,944
1095
+ module SwaggerClientSwaggerClient14,0
1096
+ class Model404Model40415,0
1097
+ class Model404SwaggerClient::Model40415,0
1098
+ attr_accessor :codecode16,0
1099
+ attr_accessor :codecode=16,0
1100
+ attr_accessor :error_messageerror_message18,0
1101
+ attr_accessor :error_messageerror_message=18,0
1102
+ def self.attribute_mapattribute_map21,0
1103
+ def self.openapi_typesopenapi_types29,0
1104
+ def self.openapi_nullableopenapi_nullable37,0
1105
+ def initialize(attributes = {})initialize44,0
1106
+ def list_invalid_propertieslist_invalid_properties72,0
1107
+ def valid?valid?79,0
1108
+ def ==(o)==85,0
1109
+ def eql?(o)eql?94,0
1110
+ def hashhash100,0
1111
+ def self.build_from_hash(attributes)build_from_hash107,0
1112
+ def build_from_hash(attributes)build_from_hash114,0
1113
+ def _deserialize(type, value)_deserialize137,0
1114
+ def to_sto_s176,0
1115
+ def to_bodyto_body182,0
1116
+ def to_hashto_hash188,0
1117
+ def _to_hash(value)_to_hash206,0
1118
+
1119
+ emass_client/ruby_client/lib/swagger_client/models/model_404_response.rb,869
1120
+ module SwaggerClientSwaggerClient14,0
1121
+ class Model404ResponseModel404Response15,0
1122
+ class Model404ResponseSwaggerClient::Model404Response15,0
1123
+ attr_accessor :metameta16,0
1124
+ attr_accessor :metameta=16,0
1125
+ def self.attribute_mapattribute_map19,0
1126
+ def self.openapi_typesopenapi_types26,0
1127
+ def self.openapi_nullableopenapi_nullable33,0
1128
+ def initialize(attributes = {})initialize40,0
1129
+ def list_invalid_propertieslist_invalid_properties60,0
1130
+ def valid?valid?67,0
1131
+ def ==(o)==73,0
1132
+ def eql?(o)eql?81,0
1133
+ def hashhash87,0
1134
+ def self.build_from_hash(attributes)build_from_hash94,0
1135
+ def build_from_hash(attributes)build_from_hash101,0
1136
+ def _deserialize(type, value)_deserialize124,0
1137
+ def to_sto_s163,0
1138
+ def to_bodyto_body169,0
1139
+ def to_hashto_hash175,0
1140
+ def _to_hash(value)_to_hash193,0
1141
+
1142
+ emass_client/ruby_client/lib/swagger_client/models/model_480.rb,767
1143
+ module SwaggerClientSwaggerClient14,0
1144
+ class Model480Model48015,0
1145
+ class Model480SwaggerClient::Model48015,0
1146
+ def self.attribute_mapattribute_map17,0
1147
+ def self.openapi_typesopenapi_types23,0
1148
+ def self.openapi_nullableopenapi_nullable29,0
1149
+ def initialize(attributes = {})initialize36,0
1150
+ def list_invalid_propertieslist_invalid_properties52,0
1151
+ def valid?valid?59,0
1152
+ def ==(o)==65,0
1153
+ def eql?(o)eql?72,0
1154
+ def hashhash78,0
1155
+ def self.build_from_hash(attributes)build_from_hash85,0
1156
+ def build_from_hash(attributes)build_from_hash92,0
1157
+ def _deserialize(type, value)_deserialize115,0
1158
+ def to_sto_s154,0
1159
+ def to_bodyto_body160,0
1160
+ def to_hashto_hash166,0
1161
+ def _to_hash(value)_to_hash184,0
1162
+
1163
+ emass_client/ruby_client/lib/swagger_client/models/model_490.rb,767
1164
+ module SwaggerClientSwaggerClient14,0
1165
+ class Model490Model49015,0
1166
+ class Model490SwaggerClient::Model49015,0
1167
+ def self.attribute_mapattribute_map17,0
1168
+ def self.openapi_typesopenapi_types23,0
1169
+ def self.openapi_nullableopenapi_nullable29,0
1170
+ def initialize(attributes = {})initialize36,0
1171
+ def list_invalid_propertieslist_invalid_properties52,0
1172
+ def valid?valid?59,0
1173
+ def ==(o)==65,0
1174
+ def eql?(o)eql?72,0
1175
+ def hashhash78,0
1176
+ def self.build_from_hash(attributes)build_from_hash85,0
1177
+ def build_from_hash(attributes)build_from_hash92,0
1178
+ def _deserialize(type, value)_deserialize115,0
1179
+ def to_sto_s154,0
1180
+ def to_bodyto_body160,0
1181
+ def to_hashto_hash166,0
1182
+ def _to_hash(value)_to_hash184,0
1183
+
1184
+ emass_client/ruby_client/lib/swagger_client/models/one_ofinline_response_200.rb,823
1185
+ module SwaggerClientSwaggerClient14,0
1186
+ class OneOfinlineResponse200OneOfinlineResponse20015,0
1187
+ class OneOfinlineResponse200SwaggerClient::OneOfinlineResponse20015,0
1188
+ def self.attribute_mapattribute_map17,0
1189
+ def self.openapi_typesopenapi_types23,0
1190
+ def self.openapi_nullableopenapi_nullable29,0
1191
+ def initialize(attributes = {})initialize36,0
1192
+ def list_invalid_propertieslist_invalid_properties52,0
1193
+ def valid?valid?59,0
1194
+ def ==(o)==65,0
1195
+ def eql?(o)eql?72,0
1196
+ def hashhash78,0
1197
+ def self.build_from_hash(attributes)build_from_hash85,0
1198
+ def build_from_hash(attributes)build_from_hash92,0
1199
+ def _deserialize(type, value)_deserialize115,0
1200
+ def to_sto_s154,0
1201
+ def to_bodyto_body160,0
1202
+ def to_hashto_hash166,0
1203
+ def _to_hash(value)_to_hash184,0
1204
+
1205
+ emass_client/ruby_client/lib/swagger_client/models/one_ofinline_response_200_1.rb,827
1206
+ module SwaggerClientSwaggerClient14,0
1207
+ class OneOfinlineResponse2001OneOfinlineResponse200115,0
1208
+ class OneOfinlineResponse2001SwaggerClient::OneOfinlineResponse200115,0
1209
+ def self.attribute_mapattribute_map17,0
1210
+ def self.openapi_typesopenapi_types23,0
1211
+ def self.openapi_nullableopenapi_nullable29,0
1212
+ def initialize(attributes = {})initialize36,0
1213
+ def list_invalid_propertieslist_invalid_properties52,0
1214
+ def valid?valid?59,0
1215
+ def ==(o)==65,0
1216
+ def eql?(o)eql?72,0
1217
+ def hashhash78,0
1218
+ def self.build_from_hash(attributes)build_from_hash85,0
1219
+ def build_from_hash(attributes)build_from_hash92,0
1220
+ def _deserialize(type, value)_deserialize115,0
1221
+ def to_sto_s154,0
1222
+ def to_bodyto_body160,0
1223
+ def to_hashto_hash166,0
1224
+ def _to_hash(value)_to_hash184,0
1225
+
1226
+ emass_client/ruby_client/lib/swagger_client/models/poam.rb,5166
1227
+ module SwaggerClientSwaggerClient14,0
1228
+ class POAMPOAM15,0
1229
+ class POAMSwaggerClient::POAM15,0
1230
+ attr_accessor :poam_idpoam_id17,0
1231
+ attr_accessor :poam_idpoam_id=17,0
1232
+ attr_accessor :is_inheritedis_inherited20,0
1233
+ attr_accessor :is_inheritedis_inherited=20,0
1234
+ attr_accessor :external_uidexternal_uid23,0
1235
+ attr_accessor :external_uidexternal_uid=23,0
1236
+ attr_accessor :control_acronymscontrol_acronyms26,0
1237
+ attr_accessor :control_acronymscontrol_acronyms=26,0
1238
+ attr_accessor :ccisccis29,0
1239
+ attr_accessor :ccisccis=29,0
1240
+ attr_accessor :system_onlysystem_only32,0
1241
+ attr_accessor :system_onlysystem_only=32,0
1242
+ attr_accessor :severityseverity35,0
1243
+ attr_accessor :severityseverity=35,0
1244
+ attr_accessor :raw_severityraw_severity38,0
1245
+ attr_accessor :raw_severityraw_severity=38,0
1246
+ attr_accessor :statusstatus41,0
1247
+ attr_accessor :statusstatus=41,0
1248
+ attr_accessor :review_statusreview_status44,0
1249
+ attr_accessor :review_statusreview_status=44,0
1250
+ attr_accessor :scheduled_completion_datescheduled_completion_date47,0
1251
+ attr_accessor :scheduled_completion_datescheduled_completion_date=47,0
1252
+ attr_accessor :completion_datecompletion_date50,0
1253
+ attr_accessor :completion_datecompletion_date=50,0
1254
+ attr_accessor :extension_dateextension_date53,0
1255
+ attr_accessor :extension_dateextension_date=53,0
1256
+ attr_accessor :scheduled_completion_date_startscheduled_completion_date_start56,0
1257
+ attr_accessor :scheduled_completion_date_startscheduled_completion_date_start=56,0
1258
+ attr_accessor :scheduled_completion_date_endscheduled_completion_date_end59,0
1259
+ attr_accessor :scheduled_completion_date_endscheduled_completion_date_end=59,0
1260
+ attr_accessor :poc_organizationpoc_organization62,0
1261
+ attr_accessor :poc_organizationpoc_organization=62,0
1262
+ attr_accessor :poc_first_namepoc_first_name65,0
1263
+ attr_accessor :poc_first_namepoc_first_name=65,0
1264
+ attr_accessor :poc_last_namepoc_last_name68,0
1265
+ attr_accessor :poc_last_namepoc_last_name=68,0
1266
+ attr_accessor :poc_emailpoc_email71,0
1267
+ attr_accessor :poc_emailpoc_email=71,0
1268
+ attr_accessor :poc_phone_numberpoc_phone_number74,0
1269
+ attr_accessor :poc_phone_numberpoc_phone_number=74,0
1270
+ attr_accessor :vulnerability_descriptionvulnerability_description77,0
1271
+ attr_accessor :vulnerability_descriptionvulnerability_description=77,0
1272
+ attr_accessor :mitigationmitigation80,0
1273
+ attr_accessor :mitigationmitigation=80,0
1274
+ attr_accessor :commentscomments83,0
1275
+ attr_accessor :commentscomments=83,0
1276
+ attr_accessor :resourcesresources86,0
1277
+ attr_accessor :resourcesresources=86,0
1278
+ attr_accessor :source_ident_vulnsource_ident_vuln89,0
1279
+ attr_accessor :source_ident_vulnsource_ident_vuln=89,0
1280
+ attr_accessor :security_checkssecurity_checks92,0
1281
+ attr_accessor :security_checkssecurity_checks=92,0
1282
+ attr_accessor :recommendationsrecommendations95,0
1283
+ attr_accessor :recommendationsrecommendations=95,0
1284
+ attr_accessor :relevance_of_threatrelevance_of_threat98,0
1285
+ attr_accessor :relevance_of_threatrelevance_of_threat=98,0
1286
+ attr_accessor :likelihoodlikelihood101,0
1287
+ attr_accessor :likelihoodlikelihood=101,0
1288
+ attr_accessor :impactimpact104,0
1289
+ attr_accessor :impactimpact=104,0
1290
+ attr_accessor :impact_descriptionimpact_description107,0
1291
+ attr_accessor :impact_descriptionimpact_description=107,0
1292
+ attr_accessor :residual_risk_levelresidual_risk_level110,0
1293
+ attr_accessor :residual_risk_levelresidual_risk_level=110,0
1294
+ attr_accessor :milestonesmilestones112,0
1295
+ attr_accessor :milestonesmilestones=112,0
1296
+ class EnumAttributeValidatorEnumAttributeValidator114,0
1297
+ class EnumAttributeValidatorSwaggerClient::POAM::EnumAttributeValidator114,0
1298
+ attr_reader :datatypedatatype115,0
1299
+ attr_reader :allowable_valuesallowable_values116,0
1300
+ def initialize(datatype, allowable_values)initialize118,0
1301
+ def valid?(value)valid?131,0
1302
+ def self.attribute_mapattribute_map137,0
1303
+ def self.openapi_typesopenapi_types176,0
1304
+ def self.openapi_nullableopenapi_nullable215,0
1305
+ def initialize(attributes = {})initialize222,0
1306
+ def list_invalid_propertieslist_invalid_properties372,0
1307
+ def valid?valid?379,0
1308
+ def severity=(severity)severity=401,0
1309
+ def raw_severity=(raw_severity)raw_severity=411,0
1310
+ def status=(status)status=421,0
1311
+ def review_status=(review_status)review_status=431,0
1312
+ def relevance_of_threat=(relevance_of_threat)relevance_of_threat=441,0
1313
+ def likelihood=(likelihood)likelihood=451,0
1314
+ def impact=(impact)impact=461,0
1315
+ def residual_risk_level=(residual_risk_level)residual_risk_level=471,0
1316
+ def ==(o)==481,0
1317
+ def eql?(o)eql?521,0
1318
+ def hashhash527,0
1319
+ def self.build_from_hash(attributes)build_from_hash534,0
1320
+ def build_from_hash(attributes)build_from_hash541,0
1321
+ def _deserialize(type, value)_deserialize564,0
1322
+ def to_sto_s603,0
1323
+ def to_bodyto_body609,0
1324
+ def to_hashto_hash615,0
1325
+ def _to_hash(value)_to_hash633,0
1326
+
1327
+ emass_client/ruby_client/lib/swagger_client/models/poam_response.rb,923
1328
+ module SwaggerClientSwaggerClient14,0
1329
+ class PoamResponsePoamResponse15,0
1330
+ class PoamResponseSwaggerClient::PoamResponse15,0
1331
+ attr_accessor :metameta16,0
1332
+ attr_accessor :metameta=16,0
1333
+ attr_accessor :datadata18,0
1334
+ attr_accessor :datadata=18,0
1335
+ def self.attribute_mapattribute_map21,0
1336
+ def self.openapi_typesopenapi_types29,0
1337
+ def self.openapi_nullableopenapi_nullable37,0
1338
+ def initialize(attributes = {})initialize44,0
1339
+ def list_invalid_propertieslist_invalid_properties70,0
1340
+ def valid?valid?77,0
1341
+ def ==(o)==83,0
1342
+ def eql?(o)eql?92,0
1343
+ def hashhash98,0
1344
+ def self.build_from_hash(attributes)build_from_hash105,0
1345
+ def build_from_hash(attributes)build_from_hash112,0
1346
+ def _deserialize(type, value)_deserialize135,0
1347
+ def to_sto_s174,0
1348
+ def to_bodyto_body180,0
1349
+ def to_hashto_hash186,0
1350
+ def _to_hash(value)_to_hash204,0
1351
+
1352
+ emass_client/ruby_client/lib/swagger_client/models/post_approval_cac.rb,999
1353
+ module SwaggerClientSwaggerClient14,0
1354
+ class PostApprovalCacPostApprovalCac15,0
1355
+ class PostApprovalCacSwaggerClient::PostApprovalCac15,0
1356
+ attr_accessor :control_acronymscontrol_acronyms17,0
1357
+ attr_accessor :control_acronymscontrol_acronyms=17,0
1358
+ attr_accessor :commentscomments20,0
1359
+ attr_accessor :commentscomments=20,0
1360
+ def self.attribute_mapattribute_map23,0
1361
+ def self.openapi_typesopenapi_types31,0
1362
+ def self.openapi_nullableopenapi_nullable39,0
1363
+ def initialize(attributes = {})initialize46,0
1364
+ def list_invalid_propertieslist_invalid_properties70,0
1365
+ def valid?valid?77,0
1366
+ def ==(o)==83,0
1367
+ def eql?(o)eql?92,0
1368
+ def hashhash98,0
1369
+ def self.build_from_hash(attributes)build_from_hash105,0
1370
+ def build_from_hash(attributes)build_from_hash112,0
1371
+ def _deserialize(type, value)_deserialize135,0
1372
+ def to_sto_s174,0
1373
+ def to_bodyto_body180,0
1374
+ def to_hashto_hash186,0
1375
+ def _to_hash(value)_to_hash204,0
1376
+
1377
+ emass_client/ruby_client/lib/swagger_client/models/post_approval_pac.rb,1412
1378
+ module SwaggerClientSwaggerClient14,0
1379
+ class PostApprovalPacPostApprovalPac15,0
1380
+ class PostApprovalPacSwaggerClient::PostApprovalPac15,0
1381
+ attr_accessor :typetype17,0
1382
+ attr_accessor :typetype=17,0
1383
+ attr_accessor :namename20,0
1384
+ attr_accessor :namename=20,0
1385
+ attr_accessor :commentscomments23,0
1386
+ attr_accessor :commentscomments=23,0
1387
+ class EnumAttributeValidatorEnumAttributeValidator25,0
1388
+ class EnumAttributeValidatorSwaggerClient::PostApprovalPac::EnumAttributeValidator25,0
1389
+ attr_reader :datatypedatatype26,0
1390
+ attr_reader :allowable_valuesallowable_values27,0
1391
+ def initialize(datatype, allowable_values)initialize29,0
1392
+ def valid?(value)valid?42,0
1393
+ def self.attribute_mapattribute_map48,0
1394
+ def self.openapi_typesopenapi_types57,0
1395
+ def self.openapi_nullableopenapi_nullable66,0
1396
+ def initialize(attributes = {})initialize73,0
1397
+ def list_invalid_propertieslist_invalid_properties101,0
1398
+ def valid?valid?108,0
1399
+ def type=(type)type=116,0
1400
+ def ==(o)==126,0
1401
+ def eql?(o)eql?136,0
1402
+ def hashhash142,0
1403
+ def self.build_from_hash(attributes)build_from_hash149,0
1404
+ def build_from_hash(attributes)build_from_hash156,0
1405
+ def _deserialize(type, value)_deserialize179,0
1406
+ def to_sto_s218,0
1407
+ def to_bodyto_body224,0
1408
+ def to_hashto_hash230,0
1409
+ def _to_hash(value)_to_hash248,0
1410
+
1411
+ emass_client/ruby_client/lib/swagger_client/models/post_milestones.rb,1126
1412
+ module SwaggerClientSwaggerClient14,0
1413
+ class PostMilestonesPostMilestones15,0
1414
+ class PostMilestonesSwaggerClient::PostMilestones15,0
1415
+ attr_accessor :poam_idpoam_id17,0
1416
+ attr_accessor :poam_idpoam_id=17,0
1417
+ attr_accessor :descriptiondescription20,0
1418
+ attr_accessor :descriptiondescription=20,0
1419
+ attr_accessor :scheduled_completion_datescheduled_completion_date23,0
1420
+ attr_accessor :scheduled_completion_datescheduled_completion_date=23,0
1421
+ def self.attribute_mapattribute_map26,0
1422
+ def self.openapi_typesopenapi_types35,0
1423
+ def self.openapi_nullableopenapi_nullable44,0
1424
+ def initialize(attributes = {})initialize51,0
1425
+ def list_invalid_propertieslist_invalid_properties79,0
1426
+ def valid?valid?86,0
1427
+ def ==(o)==92,0
1428
+ def eql?(o)eql?102,0
1429
+ def hashhash108,0
1430
+ def self.build_from_hash(attributes)build_from_hash115,0
1431
+ def build_from_hash(attributes)build_from_hash122,0
1432
+ def _deserialize(type, value)_deserialize145,0
1433
+ def to_sto_s184,0
1434
+ def to_bodyto_body190,0
1435
+ def to_hashto_hash196,0
1436
+ def _to_hash(value)_to_hash214,0
1437
+
1438
+ emass_client/ruby_client/lib/swagger_client/models/put_artifacts.rb,2186
1439
+ module SwaggerClientSwaggerClient14,0
1440
+ class PutArtifactsPutArtifacts15,0
1441
+ class PutArtifactsSwaggerClient::PutArtifacts15,0
1442
+ attr_accessor :filenamefilename17,0
1443
+ attr_accessor :filenamefilename=17,0
1444
+ attr_accessor :descriptiondescription20,0
1445
+ attr_accessor :descriptiondescription=20,0
1446
+ attr_accessor :is_templateis_template23,0
1447
+ attr_accessor :is_templateis_template=23,0
1448
+ attr_accessor :typetype26,0
1449
+ attr_accessor :typetype=26,0
1450
+ attr_accessor :categorycategory29,0
1451
+ attr_accessor :categorycategory=29,0
1452
+ attr_accessor :ref_page_numberref_page_number32,0
1453
+ attr_accessor :ref_page_numberref_page_number=32,0
1454
+ attr_accessor :controlscontrols35,0
1455
+ attr_accessor :controlscontrols=35,0
1456
+ attr_accessor :ccisccis38,0
1457
+ attr_accessor :ccisccis=38,0
1458
+ attr_accessor :artifact_expiration_dateartifact_expiration_date41,0
1459
+ attr_accessor :artifact_expiration_dateartifact_expiration_date=41,0
1460
+ attr_accessor :last_review_datelast_review_date44,0
1461
+ attr_accessor :last_review_datelast_review_date=44,0
1462
+ class EnumAttributeValidatorEnumAttributeValidator46,0
1463
+ class EnumAttributeValidatorSwaggerClient::PutArtifacts::EnumAttributeValidator46,0
1464
+ attr_reader :datatypedatatype47,0
1465
+ attr_reader :allowable_valuesallowable_values48,0
1466
+ def initialize(datatype, allowable_values)initialize50,0
1467
+ def valid?(value)valid?63,0
1468
+ def self.attribute_mapattribute_map69,0
1469
+ def self.openapi_typesopenapi_types85,0
1470
+ def self.openapi_nullableopenapi_nullable101,0
1471
+ def initialize(attributes = {})initialize108,0
1472
+ def list_invalid_propertieslist_invalid_properties164,0
1473
+ def valid?valid?171,0
1474
+ def type=(type)type=181,0
1475
+ def category=(category)category=191,0
1476
+ def ==(o)==201,0
1477
+ def eql?(o)eql?218,0
1478
+ def hashhash224,0
1479
+ def self.build_from_hash(attributes)build_from_hash231,0
1480
+ def build_from_hash(attributes)build_from_hash238,0
1481
+ def _deserialize(type, value)_deserialize261,0
1482
+ def to_sto_s300,0
1483
+ def to_bodyto_body306,0
1484
+ def to_hashto_hash312,0
1485
+ def _to_hash(value)_to_hash330,0
1486
+
1487
+ emass_client/ruby_client/lib/swagger_client/models/put_milestones.rb,1142
1488
+ module SwaggerClientSwaggerClient14,0
1489
+ class PutMilestonesPutMilestones15,0
1490
+ class PutMilestonesSwaggerClient::PutMilestones15,0
1491
+ attr_accessor :milestone_idmilestone_id17,0
1492
+ attr_accessor :milestone_idmilestone_id=17,0
1493
+ attr_accessor :descriptiondescription20,0
1494
+ attr_accessor :descriptiondescription=20,0
1495
+ attr_accessor :scheduled_completion_datescheduled_completion_date23,0
1496
+ attr_accessor :scheduled_completion_datescheduled_completion_date=23,0
1497
+ def self.attribute_mapattribute_map26,0
1498
+ def self.openapi_typesopenapi_types35,0
1499
+ def self.openapi_nullableopenapi_nullable44,0
1500
+ def initialize(attributes = {})initialize51,0
1501
+ def list_invalid_propertieslist_invalid_properties79,0
1502
+ def valid?valid?86,0
1503
+ def ==(o)==92,0
1504
+ def eql?(o)eql?102,0
1505
+ def hashhash108,0
1506
+ def self.build_from_hash(attributes)build_from_hash115,0
1507
+ def build_from_hash(attributes)build_from_hash122,0
1508
+ def _deserialize(type, value)_deserialize145,0
1509
+ def to_sto_s184,0
1510
+ def to_bodyto_body190,0
1511
+ def to_hashto_hash196,0
1512
+ def _to_hash(value)_to_hash214,0
1513
+
1514
+ emass_client/ruby_client/lib/swagger_client/models/register.rb,907
1515
+ module SwaggerClientSwaggerClient14,0
1516
+ class RegisterRegister15,0
1517
+ class RegisterSwaggerClient::Register15,0
1518
+ attr_accessor :metameta16,0
1519
+ attr_accessor :metameta=16,0
1520
+ attr_accessor :datadata18,0
1521
+ attr_accessor :datadata=18,0
1522
+ def self.attribute_mapattribute_map21,0
1523
+ def self.openapi_typesopenapi_types29,0
1524
+ def self.openapi_nullableopenapi_nullable37,0
1525
+ def initialize(attributes = {})initialize44,0
1526
+ def list_invalid_propertieslist_invalid_properties68,0
1527
+ def valid?valid?75,0
1528
+ def ==(o)==81,0
1529
+ def eql?(o)eql?90,0
1530
+ def hashhash96,0
1531
+ def self.build_from_hash(attributes)build_from_hash103,0
1532
+ def build_from_hash(attributes)build_from_hash110,0
1533
+ def _deserialize(type, value)_deserialize133,0
1534
+ def to_sto_s172,0
1535
+ def to_bodyto_body178,0
1536
+ def to_hashto_hash184,0
1537
+ def _to_hash(value)_to_hash202,0
1538
+
1539
+ emass_client/ruby_client/lib/swagger_client/models/register_data.rb,861
1540
+ module SwaggerClientSwaggerClient14,0
1541
+ class RegisterDataRegisterData15,0
1542
+ class RegisterDataSwaggerClient::RegisterData15,0
1543
+ attr_accessor :apikeyapikey16,0
1544
+ attr_accessor :apikeyapikey=16,0
1545
+ def self.attribute_mapattribute_map19,0
1546
+ def self.openapi_typesopenapi_types26,0
1547
+ def self.openapi_nullableopenapi_nullable33,0
1548
+ def initialize(attributes = {})initialize40,0
1549
+ def list_invalid_propertieslist_invalid_properties60,0
1550
+ def valid?valid?67,0
1551
+ def ==(o)==73,0
1552
+ def eql?(o)eql?81,0
1553
+ def hashhash87,0
1554
+ def self.build_from_hash(attributes)build_from_hash94,0
1555
+ def build_from_hash(attributes)build_from_hash101,0
1556
+ def _deserialize(type, value)_deserialize124,0
1557
+ def to_sto_s163,0
1558
+ def to_bodyto_body169,0
1559
+ def to_hashto_hash175,0
1560
+ def _to_hash(value)_to_hash193,0
1561
+
1562
+ emass_client/ruby_client/lib/swagger_client/models/register_user.rb,869
1563
+ module SwaggerClientSwaggerClient14,0
1564
+ class RegisterUserRegisterUser15,0
1565
+ class RegisterUserSwaggerClient::RegisterUser15,0
1566
+ attr_accessor :user_uiduser_uid16,0
1567
+ attr_accessor :user_uiduser_uid=16,0
1568
+ def self.attribute_mapattribute_map19,0
1569
+ def self.openapi_typesopenapi_types26,0
1570
+ def self.openapi_nullableopenapi_nullable33,0
1571
+ def initialize(attributes = {})initialize40,0
1572
+ def list_invalid_propertieslist_invalid_properties60,0
1573
+ def valid?valid?71,0
1574
+ def ==(o)==78,0
1575
+ def eql?(o)eql?86,0
1576
+ def hashhash92,0
1577
+ def self.build_from_hash(attributes)build_from_hash99,0
1578
+ def build_from_hash(attributes)build_from_hash106,0
1579
+ def _deserialize(type, value)_deserialize129,0
1580
+ def to_sto_s168,0
1581
+ def to_bodyto_body174,0
1582
+ def to_hashto_hash180,0
1583
+ def _to_hash(value)_to_hash198,0
1584
+
1585
+ emass_client/ruby_client/lib/swagger_client/models/roles.rb,1445
1586
+ module SwaggerClientSwaggerClient14,0
1587
+ class RolesRoles15,0
1588
+ class RolesSwaggerClient::Roles15,0
1589
+ attr_accessor :role_categoryrole_category16,0
1590
+ attr_accessor :role_categoryrole_category=16,0
1591
+ attr_accessor :rolerole18,0
1592
+ attr_accessor :rolerole=18,0
1593
+ attr_accessor :usersusers20,0
1594
+ attr_accessor :usersusers=20,0
1595
+ class EnumAttributeValidatorEnumAttributeValidator22,0
1596
+ class EnumAttributeValidatorSwaggerClient::Roles::EnumAttributeValidator22,0
1597
+ attr_reader :datatypedatatype23,0
1598
+ attr_reader :allowable_valuesallowable_values24,0
1599
+ def initialize(datatype, allowable_values)initialize26,0
1600
+ def valid?(value)valid?39,0
1601
+ def self.attribute_mapattribute_map45,0
1602
+ def self.openapi_typesopenapi_types54,0
1603
+ def self.openapi_nullableopenapi_nullable63,0
1604
+ def initialize(attributes = {})initialize70,0
1605
+ def list_invalid_propertieslist_invalid_properties100,0
1606
+ def valid?valid?107,0
1607
+ def role_category=(role_category)role_category=117,0
1608
+ def role=(role)role=127,0
1609
+ def ==(o)==137,0
1610
+ def eql?(o)eql?147,0
1611
+ def hashhash153,0
1612
+ def self.build_from_hash(attributes)build_from_hash160,0
1613
+ def build_from_hash(attributes)build_from_hash167,0
1614
+ def _deserialize(type, value)_deserialize190,0
1615
+ def to_sto_s229,0
1616
+ def to_bodyto_body235,0
1617
+ def to_hashto_hash241,0
1618
+ def _to_hash(value)_to_hash259,0
1619
+
1620
+ emass_client/ruby_client/lib/swagger_client/models/role_category.rb,1563
1621
+ module SwaggerClientSwaggerClient14,0
1622
+ class RoleCategoryRoleCategory15,0
1623
+ class RoleCategorySwaggerClient::RoleCategory15,0
1624
+ attr_accessor :system_idsystem_id17,0
1625
+ attr_accessor :system_idsystem_id=17,0
1626
+ attr_accessor :system_namesystem_name20,0
1627
+ attr_accessor :system_namesystem_name=20,0
1628
+ attr_accessor :system_acronymsystem_acronym23,0
1629
+ attr_accessor :system_acronymsystem_acronym=23,0
1630
+ attr_accessor :rolesroles25,0
1631
+ attr_accessor :rolesroles=25,0
1632
+ class EnumAttributeValidatorEnumAttributeValidator27,0
1633
+ class EnumAttributeValidatorSwaggerClient::RoleCategory::EnumAttributeValidator27,0
1634
+ attr_reader :datatypedatatype28,0
1635
+ attr_reader :allowable_valuesallowable_values29,0
1636
+ def initialize(datatype, allowable_values)initialize31,0
1637
+ def valid?(value)valid?44,0
1638
+ def self.attribute_mapattribute_map50,0
1639
+ def self.openapi_typesopenapi_types60,0
1640
+ def self.openapi_nullableopenapi_nullable70,0
1641
+ def initialize(attributes = {})initialize77,0
1642
+ def list_invalid_propertieslist_invalid_properties111,0
1643
+ def valid?valid?118,0
1644
+ def system_name=(system_name)system_name=126,0
1645
+ def ==(o)==136,0
1646
+ def eql?(o)eql?147,0
1647
+ def hashhash153,0
1648
+ def self.build_from_hash(attributes)build_from_hash160,0
1649
+ def build_from_hash(attributes)build_from_hash167,0
1650
+ def _deserialize(type, value)_deserialize190,0
1651
+ def to_sto_s229,0
1652
+ def to_bodyto_body235,0
1653
+ def to_hashto_hash241,0
1654
+ def _to_hash(value)_to_hash259,0
1655
+
1656
+ emass_client/ruby_client/lib/swagger_client/models/systems1.rb,6676
1657
+ module SwaggerClientSwaggerClient14,0
1658
+ class Systems1Systems115,0
1659
+ class Systems1SwaggerClient::Systems115,0
1660
+ attr_accessor :system_idsystem_id17,0
1661
+ attr_accessor :system_idsystem_id=17,0
1662
+ attr_accessor :policypolicy20,0
1663
+ attr_accessor :policypolicy=20,0
1664
+ attr_accessor :registration_typeregistration_type23,0
1665
+ attr_accessor :registration_typeregistration_type=23,0
1666
+ attr_accessor :namename26,0
1667
+ attr_accessor :namename=26,0
1668
+ attr_accessor :acronymacronym29,0
1669
+ attr_accessor :acronymacronym=29,0
1670
+ attr_accessor :system_ownersystem_owner32,0
1671
+ attr_accessor :system_ownersystem_owner=32,0
1672
+ attr_accessor :descriptiondescription35,0
1673
+ attr_accessor :descriptiondescription=35,0
1674
+ attr_accessor :organization_nameorganization_name38,0
1675
+ attr_accessor :organization_nameorganization_name=38,0
1676
+ attr_accessor :secondary_organizationsecondary_organization41,0
1677
+ attr_accessor :secondary_organizationsecondary_organization=41,0
1678
+ attr_accessor :version_release_noversion_release_no44,0
1679
+ attr_accessor :version_release_noversion_release_no=44,0
1680
+ attr_accessor :system_typesystem_type47,0
1681
+ attr_accessor :system_typesystem_type=47,0
1682
+ attr_accessor :is_nssis_nss50,0
1683
+ attr_accessor :is_nssis_nss=50,0
1684
+ attr_accessor :is_public_facingis_public_facing53,0
1685
+ attr_accessor :is_public_facingis_public_facing=53,0
1686
+ attr_accessor :coams_idcoams_id56,0
1687
+ attr_accessor :coams_idcoams_id=56,0
1688
+ attr_accessor :ditpr_idditpr_id59,0
1689
+ attr_accessor :ditpr_idditpr_id=59,0
1690
+ attr_accessor :authorization_statusauthorization_status62,0
1691
+ attr_accessor :authorization_statusauthorization_status=62,0
1692
+ attr_accessor :authorization_dateauthorization_date65,0
1693
+ attr_accessor :authorization_dateauthorization_date=65,0
1694
+ attr_accessor :authorization_termination_dateauthorization_termination_date68,0
1695
+ attr_accessor :authorization_termination_dateauthorization_termination_date=68,0
1696
+ attr_accessor :authorization_lengthauthorization_length71,0
1697
+ attr_accessor :authorization_lengthauthorization_length=71,0
1698
+ attr_accessor :terms_for_authterms_for_auth74,0
1699
+ attr_accessor :terms_for_authterms_for_auth=74,0
1700
+ attr_accessor :security_plan_approval_statussecurity_plan_approval_status77,0
1701
+ attr_accessor :security_plan_approval_statussecurity_plan_approval_status=77,0
1702
+ attr_accessor :security_plan_approval_datesecurity_plan_approval_date80,0
1703
+ attr_accessor :security_plan_approval_datesecurity_plan_approval_date=80,0
1704
+ attr_accessor :mission_criticalitymission_criticality83,0
1705
+ attr_accessor :mission_criticalitymission_criticality=83,0
1706
+ attr_accessor :governing_mission_areagoverning_mission_area86,0
1707
+ attr_accessor :governing_mission_areagoverning_mission_area=86,0
1708
+ attr_accessor :geographical_associationgeographical_association89,0
1709
+ attr_accessor :geographical_associationgeographical_association=89,0
1710
+ attr_accessor :system_ownershipsystem_ownership92,0
1711
+ attr_accessor :system_ownershipsystem_ownership=92,0
1712
+ attr_accessor :primary_functional_areaprimary_functional_area95,0
1713
+ attr_accessor :primary_functional_areaprimary_functional_area=95,0
1714
+ attr_accessor :secondary_functional_areasecondary_functional_area98,0
1715
+ attr_accessor :secondary_functional_areasecondary_functional_area=98,0
1716
+ attr_accessor :primary_control_setprimary_control_set101,0
1717
+ attr_accessor :primary_control_setprimary_control_set=101,0
1718
+ attr_accessor :confidentialityconfidentiality104,0
1719
+ attr_accessor :confidentialityconfidentiality=104,0
1720
+ attr_accessor :integrityintegrity107,0
1721
+ attr_accessor :integrityintegrity=107,0
1722
+ attr_accessor :availabilityavailability110,0
1723
+ attr_accessor :availabilityavailability=110,0
1724
+ attr_accessor :security_review_datesecurity_review_date113,0
1725
+ attr_accessor :security_review_datesecurity_review_date=113,0
1726
+ attr_accessor :applied_overlaysapplied_overlays116,0
1727
+ attr_accessor :applied_overlaysapplied_overlays=116,0
1728
+ attr_accessor :rmf_activityrmf_activity119,0
1729
+ attr_accessor :rmf_activityrmf_activity=119,0
1730
+ attr_accessor :cross_domain_ticketcross_domain_ticket122,0
1731
+ attr_accessor :cross_domain_ticketcross_domain_ticket=122,0
1732
+ class EnumAttributeValidatorEnumAttributeValidator124,0
1733
+ class EnumAttributeValidatorSwaggerClient::Systems1::EnumAttributeValidator124,0
1734
+ attr_reader :datatypedatatype125,0
1735
+ attr_reader :allowable_valuesallowable_values126,0
1736
+ def initialize(datatype, allowable_values)initialize128,0
1737
+ def valid?(value)valid?141,0
1738
+ def self.attribute_mapattribute_map147,0
1739
+ def self.openapi_typesopenapi_types189,0
1740
+ def self.openapi_nullableopenapi_nullable231,0
1741
+ def initialize(attributes = {})initialize238,0
1742
+ def list_invalid_propertieslist_invalid_properties398,0
1743
+ def valid?valid?405,0
1744
+ def policy=(policy)policy=447,0
1745
+ def registration_type=(registration_type)registration_type=457,0
1746
+ def organization_name=(organization_name)organization_name=467,0
1747
+ def system_type=(system_type)system_type=477,0
1748
+ def authorization_status=(authorization_status)authorization_status=487,0
1749
+ def security_plan_approval_status=(security_plan_approval_status)security_plan_approval_status=497,0
1750
+ def mission_criticality=(mission_criticality)mission_criticality=507,0
1751
+ def governing_mission_area=(governing_mission_area)governing_mission_area=517,0
1752
+ def geographical_association=(geographical_association)geographical_association=527,0
1753
+ def system_ownership=(system_ownership)system_ownership=537,0
1754
+ def primary_functional_area=(primary_functional_area)primary_functional_area=547,0
1755
+ def secondary_functional_area=(secondary_functional_area)secondary_functional_area=557,0
1756
+ def primary_control_set=(primary_control_set)primary_control_set=567,0
1757
+ def confidentiality=(confidentiality)confidentiality=577,0
1758
+ def integrity=(integrity)integrity=587,0
1759
+ def availability=(availability)availability=597,0
1760
+ def applied_overlays=(applied_overlays)applied_overlays=607,0
1761
+ def rmf_activity=(rmf_activity)rmf_activity=617,0
1762
+ def ==(o)==627,0
1763
+ def eql?(o)eql?670,0
1764
+ def hashhash676,0
1765
+ def self.build_from_hash(attributes)build_from_hash683,0
1766
+ def build_from_hash(attributes)build_from_hash690,0
1767
+ def _deserialize(type, value)_deserialize713,0
1768
+ def to_sto_s752,0
1769
+ def to_bodyto_body758,0
1770
+ def to_hashto_hash764,0
1771
+ def _to_hash(value)_to_hash782,0
1772
+
1773
+ emass_client/ruby_client/lib/swagger_client/models/systems2.rb,4827
1774
+ module SwaggerClientSwaggerClient14,0
1775
+ class Systems2Systems215,0
1776
+ class Systems2SwaggerClient::Systems215,0
1777
+ attr_accessor :system_idsystem_id17,0
1778
+ attr_accessor :system_idsystem_id=17,0
1779
+ attr_accessor :policypolicy20,0
1780
+ attr_accessor :policypolicy=20,0
1781
+ attr_accessor :registration_typeregistration_type23,0
1782
+ attr_accessor :registration_typeregistration_type=23,0
1783
+ attr_accessor :namename26,0
1784
+ attr_accessor :namename=26,0
1785
+ attr_accessor :acronymacronym29,0
1786
+ attr_accessor :acronymacronym=29,0
1787
+ attr_accessor :system_ownersystem_owner32,0
1788
+ attr_accessor :system_ownersystem_owner=32,0
1789
+ attr_accessor :organization_nameorganization_name35,0
1790
+ attr_accessor :organization_nameorganization_name=35,0
1791
+ attr_accessor :version_release_noversion_release_no38,0
1792
+ attr_accessor :version_release_noversion_release_no=38,0
1793
+ attr_accessor :system_typesystem_type41,0
1794
+ attr_accessor :system_typesystem_type=41,0
1795
+ attr_accessor :authorization_statusauthorization_status44,0
1796
+ attr_accessor :authorization_statusauthorization_status=44,0
1797
+ attr_accessor :authorization_dateauthorization_date47,0
1798
+ attr_accessor :authorization_dateauthorization_date=47,0
1799
+ attr_accessor :authorization_termination_dateauthorization_termination_date50,0
1800
+ attr_accessor :authorization_termination_dateauthorization_termination_date=50,0
1801
+ attr_accessor :confidentialityconfidentiality53,0
1802
+ attr_accessor :confidentialityconfidentiality=53,0
1803
+ attr_accessor :integrityintegrity56,0
1804
+ attr_accessor :integrityintegrity=56,0
1805
+ attr_accessor :availabilityavailability59,0
1806
+ attr_accessor :availabilityavailability=59,0
1807
+ attr_accessor :ditpr_idditpr_id62,0
1808
+ attr_accessor :ditpr_idditpr_id=62,0
1809
+ attr_accessor :ditpr_don_idditpr_don_id65,0
1810
+ attr_accessor :ditpr_don_idditpr_don_id=65,0
1811
+ attr_accessor :macmac68,0
1812
+ attr_accessor :macmac=68,0
1813
+ attr_accessor :dod_confidentialitydod_confidentiality71,0
1814
+ attr_accessor :dod_confidentialitydod_confidentiality=71,0
1815
+ attr_accessor :contingency_plan_testedcontingency_plan_tested74,0
1816
+ attr_accessor :contingency_plan_testedcontingency_plan_tested=74,0
1817
+ attr_accessor :contingency_plan_test_datecontingency_plan_test_date77,0
1818
+ attr_accessor :contingency_plan_test_datecontingency_plan_test_date=77,0
1819
+ attr_accessor :security_review_datesecurity_review_date80,0
1820
+ attr_accessor :security_review_datesecurity_review_date=80,0
1821
+ attr_accessor :has_open_poam_itemhas_open_poam_item83,0
1822
+ attr_accessor :has_open_poam_itemhas_open_poam_item=83,0
1823
+ attr_accessor :has_open_poam_item90to120_past_scheduled_completion_datehas_open_poam_item90to120_past_scheduled_completion_date86,0
1824
+ attr_accessor :has_open_poam_item90to120_past_scheduled_completion_datehas_open_poam_item90to120_past_scheduled_completion_date=86,0
1825
+ attr_accessor :has_open_poam_item120_plus_past_scheudled_completion_datehas_open_poam_item120_plus_past_scheudled_completion_date89,0
1826
+ attr_accessor :has_open_poam_item120_plus_past_scheudled_completion_datehas_open_poam_item120_plus_past_scheudled_completion_date=89,0
1827
+ class EnumAttributeValidatorEnumAttributeValidator91,0
1828
+ class EnumAttributeValidatorSwaggerClient::Systems2::EnumAttributeValidator91,0
1829
+ attr_reader :datatypedatatype92,0
1830
+ attr_reader :allowable_valuesallowable_values93,0
1831
+ def initialize(datatype, allowable_values)initialize95,0
1832
+ def valid?(value)valid?108,0
1833
+ def self.attribute_mapattribute_map114,0
1834
+ def self.openapi_typesopenapi_types145,0
1835
+ def self.openapi_nullableopenapi_nullable176,0
1836
+ def initialize(attributes = {})initialize183,0
1837
+ def list_invalid_propertieslist_invalid_properties299,0
1838
+ def valid?valid?306,0
1839
+ def policy=(policy)policy=332,0
1840
+ def registration_type=(registration_type)registration_type=342,0
1841
+ def organization_name=(organization_name)organization_name=352,0
1842
+ def system_type=(system_type)system_type=362,0
1843
+ def authorization_status=(authorization_status)authorization_status=372,0
1844
+ def confidentiality=(confidentiality)confidentiality=382,0
1845
+ def integrity=(integrity)integrity=392,0
1846
+ def availability=(availability)availability=402,0
1847
+ def mac=(mac)mac=412,0
1848
+ def dod_confidentiality=(dod_confidentiality)dod_confidentiality=422,0
1849
+ def ==(o)==432,0
1850
+ def eql?(o)eql?464,0
1851
+ def hashhash470,0
1852
+ def self.build_from_hash(attributes)build_from_hash477,0
1853
+ def build_from_hash(attributes)build_from_hash484,0
1854
+ def _deserialize(type, value)_deserialize507,0
1855
+ def to_sto_s546,0
1856
+ def to_bodyto_body552,0
1857
+ def to_hashto_hash558,0
1858
+ def _to_hash(value)_to_hash576,0
1859
+
1860
+ emass_client/ruby_client/lib/swagger_client/models/system_id_artifacts_body.rb,897
1861
+ module SwaggerClientSwaggerClient14,0
1862
+ class SystemIdArtifactsBodySystemIdArtifactsBody15,0
1863
+ class SystemIdArtifactsBodySwaggerClient::SystemIdArtifactsBody15,0
1864
+ attr_accessor :zipperzipper16,0
1865
+ attr_accessor :zipperzipper=16,0
1866
+ def self.attribute_mapattribute_map19,0
1867
+ def self.openapi_typesopenapi_types26,0
1868
+ def self.openapi_nullableopenapi_nullable33,0
1869
+ def initialize(attributes = {})initialize40,0
1870
+ def list_invalid_propertieslist_invalid_properties60,0
1871
+ def valid?valid?67,0
1872
+ def ==(o)==73,0
1873
+ def eql?(o)eql?81,0
1874
+ def hashhash87,0
1875
+ def self.build_from_hash(attributes)build_from_hash94,0
1876
+ def build_from_hash(attributes)build_from_hash101,0
1877
+ def _deserialize(type, value)_deserialize124,0
1878
+ def to_sto_s163,0
1879
+ def to_bodyto_body169,0
1880
+ def to_hashto_hash175,0
1881
+ def _to_hash(value)_to_hash193,0
1882
+
1883
+ emass_client/ruby_client/lib/swagger_client/models/system_response1.rb,935
1884
+ module SwaggerClientSwaggerClient14,0
1885
+ class SystemResponse1SystemResponse115,0
1886
+ class SystemResponse1SwaggerClient::SystemResponse115,0
1887
+ attr_accessor :metameta16,0
1888
+ attr_accessor :metameta=16,0
1889
+ attr_accessor :datadata18,0
1890
+ attr_accessor :datadata=18,0
1891
+ def self.attribute_mapattribute_map21,0
1892
+ def self.openapi_typesopenapi_types29,0
1893
+ def self.openapi_nullableopenapi_nullable37,0
1894
+ def initialize(attributes = {})initialize44,0
1895
+ def list_invalid_propertieslist_invalid_properties70,0
1896
+ def valid?valid?77,0
1897
+ def ==(o)==83,0
1898
+ def eql?(o)eql?92,0
1899
+ def hashhash98,0
1900
+ def self.build_from_hash(attributes)build_from_hash105,0
1901
+ def build_from_hash(attributes)build_from_hash112,0
1902
+ def _deserialize(type, value)_deserialize135,0
1903
+ def to_sto_s174,0
1904
+ def to_bodyto_body180,0
1905
+ def to_hashto_hash186,0
1906
+ def _to_hash(value)_to_hash204,0
1907
+
1908
+ emass_client/ruby_client/lib/swagger_client/models/system_response2.rb,935
1909
+ module SwaggerClientSwaggerClient14,0
1910
+ class SystemResponse2SystemResponse215,0
1911
+ class SystemResponse2SwaggerClient::SystemResponse215,0
1912
+ attr_accessor :metameta16,0
1913
+ attr_accessor :metameta=16,0
1914
+ attr_accessor :datadata18,0
1915
+ attr_accessor :datadata=18,0
1916
+ def self.attribute_mapattribute_map21,0
1917
+ def self.openapi_typesopenapi_types29,0
1918
+ def self.openapi_nullableopenapi_nullable37,0
1919
+ def initialize(attributes = {})initialize44,0
1920
+ def list_invalid_propertieslist_invalid_properties70,0
1921
+ def valid?valid?77,0
1922
+ def ==(o)==83,0
1923
+ def eql?(o)eql?92,0
1924
+ def hashhash98,0
1925
+ def self.build_from_hash(attributes)build_from_hash105,0
1926
+ def build_from_hash(attributes)build_from_hash112,0
1927
+ def _deserialize(type, value)_deserialize135,0
1928
+ def to_sto_s174,0
1929
+ def to_bodyto_body180,0
1930
+ def to_hashto_hash186,0
1931
+ def _to_hash(value)_to_hash204,0
1932
+
1933
+ emass_client/ruby_client/lib/swagger_client/models/system_roles_response.rb,951
1934
+ module SwaggerClientSwaggerClient14,0
1935
+ class SystemRolesResponseSystemRolesResponse15,0
1936
+ class SystemRolesResponseSwaggerClient::SystemRolesResponse15,0
1937
+ attr_accessor :metameta16,0
1938
+ attr_accessor :metameta=16,0
1939
+ attr_accessor :datadata18,0
1940
+ attr_accessor :datadata=18,0
1941
+ def self.attribute_mapattribute_map21,0
1942
+ def self.openapi_typesopenapi_types29,0
1943
+ def self.openapi_nullableopenapi_nullable37,0
1944
+ def initialize(attributes = {})initialize44,0
1945
+ def list_invalid_propertieslist_invalid_properties70,0
1946
+ def valid?valid?77,0
1947
+ def ==(o)==83,0
1948
+ def eql?(o)eql?92,0
1949
+ def hashhash98,0
1950
+ def self.build_from_hash(attributes)build_from_hash105,0
1951
+ def build_from_hash(attributes)build_from_hash112,0
1952
+ def _deserialize(type, value)_deserialize135,0
1953
+ def to_sto_s174,0
1954
+ def to_bodyto_body180,0
1955
+ def to_hashto_hash186,0
1956
+ def _to_hash(value)_to_hash204,0
1957
+
1958
+ emass_client/ruby_client/lib/swagger_client/models/system_roles_response_data.rb,1004
1959
+ module SwaggerClientSwaggerClient14,0
1960
+ class SystemRolesResponseDataSystemRolesResponseData15,0
1961
+ class SystemRolesResponseDataSwaggerClient::SystemRolesResponseData15,0
1962
+ attr_accessor :role_categoryrole_category16,0
1963
+ attr_accessor :role_categoryrole_category=16,0
1964
+ attr_accessor :rolerole18,0
1965
+ attr_accessor :rolerole=18,0
1966
+ def self.attribute_mapattribute_map21,0
1967
+ def self.openapi_typesopenapi_types29,0
1968
+ def self.openapi_nullableopenapi_nullable37,0
1969
+ def initialize(attributes = {})initialize44,0
1970
+ def list_invalid_propertieslist_invalid_properties72,0
1971
+ def valid?valid?79,0
1972
+ def ==(o)==85,0
1973
+ def eql?(o)eql?94,0
1974
+ def hashhash100,0
1975
+ def self.build_from_hash(attributes)build_from_hash107,0
1976
+ def build_from_hash(attributes)build_from_hash114,0
1977
+ def _deserialize(type, value)_deserialize137,0
1978
+ def to_sto_s176,0
1979
+ def to_bodyto_body182,0
1980
+ def to_hashto_hash188,0
1981
+ def _to_hash(value)_to_hash206,0
1982
+
1983
+ emass_client/ruby_client/lib/swagger_client/models/system_role_category_response.rb,979
1984
+ module SwaggerClientSwaggerClient14,0
1985
+ class SystemRoleCategoryResponseSystemRoleCategoryResponse15,0
1986
+ class SystemRoleCategoryResponseSwaggerClient::SystemRoleCategoryResponse15,0
1987
+ attr_accessor :metameta16,0
1988
+ attr_accessor :metameta=16,0
1989
+ attr_accessor :datadata18,0
1990
+ attr_accessor :datadata=18,0
1991
+ def self.attribute_mapattribute_map21,0
1992
+ def self.openapi_typesopenapi_types29,0
1993
+ def self.openapi_nullableopenapi_nullable37,0
1994
+ def initialize(attributes = {})initialize44,0
1995
+ def list_invalid_propertieslist_invalid_properties70,0
1996
+ def valid?valid?77,0
1997
+ def ==(o)==83,0
1998
+ def eql?(o)eql?92,0
1999
+ def hashhash98,0
2000
+ def self.build_from_hash(attributes)build_from_hash105,0
2001
+ def build_from_hash(attributes)build_from_hash112,0
2002
+ def _deserialize(type, value)_deserialize135,0
2003
+ def to_sto_s174,0
2004
+ def to_bodyto_body180,0
2005
+ def to_hashto_hash186,0
2006
+ def _to_hash(value)_to_hash204,0
2007
+
2008
+ emass_client/ruby_client/lib/swagger_client/models/test.rb,891
2009
+ module SwaggerClientSwaggerClient14,0
2010
+ class TestTest15,0
2011
+ class TestSwaggerClient::Test15,0
2012
+ attr_accessor :metameta16,0
2013
+ attr_accessor :metameta=16,0
2014
+ attr_accessor :datadata18,0
2015
+ attr_accessor :datadata=18,0
2016
+ def self.attribute_mapattribute_map21,0
2017
+ def self.openapi_typesopenapi_types29,0
2018
+ def self.openapi_nullableopenapi_nullable37,0
2019
+ def initialize(attributes = {})initialize44,0
2020
+ def list_invalid_propertieslist_invalid_properties68,0
2021
+ def valid?valid?75,0
2022
+ def ==(o)==81,0
2023
+ def eql?(o)eql?90,0
2024
+ def hashhash96,0
2025
+ def self.build_from_hash(attributes)build_from_hash103,0
2026
+ def build_from_hash(attributes)build_from_hash110,0
2027
+ def _deserialize(type, value)_deserialize133,0
2028
+ def to_sto_s172,0
2029
+ def to_bodyto_body178,0
2030
+ def to_hashto_hash184,0
2031
+ def _to_hash(value)_to_hash202,0
2032
+
2033
+ emass_client/ruby_client/lib/swagger_client/models/test_data.rb,849
2034
+ module SwaggerClientSwaggerClient14,0
2035
+ class TestDataTestData15,0
2036
+ class TestDataSwaggerClient::TestData15,0
2037
+ attr_accessor :successsuccess16,0
2038
+ attr_accessor :successsuccess=16,0
2039
+ def self.attribute_mapattribute_map19,0
2040
+ def self.openapi_typesopenapi_types26,0
2041
+ def self.openapi_nullableopenapi_nullable33,0
2042
+ def initialize(attributes = {})initialize40,0
2043
+ def list_invalid_propertieslist_invalid_properties60,0
2044
+ def valid?valid?67,0
2045
+ def ==(o)==73,0
2046
+ def eql?(o)eql?81,0
2047
+ def hashhash87,0
2048
+ def self.build_from_hash(attributes)build_from_hash94,0
2049
+ def build_from_hash(attributes)build_from_hash101,0
2050
+ def _deserialize(type, value)_deserialize124,0
2051
+ def to_sto_s163,0
2052
+ def to_bodyto_body169,0
2053
+ def to_hashto_hash175,0
2054
+ def _to_hash(value)_to_hash193,0
2055
+
2056
+ emass_client/ruby_client/lib/swagger_client/models/test_results_get.rb,2057
2057
+ module SwaggerClientSwaggerClient14,0
2058
+ class TestResultsGetTestResultsGet15,0
2059
+ class TestResultsGetSwaggerClient::TestResultsGet15,0
2060
+ attr_accessor :system_idsystem_id17,0
2061
+ attr_accessor :system_idsystem_id=17,0
2062
+ attr_accessor :controlcontrol20,0
2063
+ attr_accessor :controlcontrol=20,0
2064
+ attr_accessor :ccicci23,0
2065
+ attr_accessor :ccicci=23,0
2066
+ attr_accessor :is_inheritedis_inherited26,0
2067
+ attr_accessor :is_inheritedis_inherited=26,0
2068
+ attr_accessor :tested_bytested_by29,0
2069
+ attr_accessor :tested_bytested_by=29,0
2070
+ attr_accessor :test_datetest_date32,0
2071
+ attr_accessor :test_datetest_date=32,0
2072
+ attr_accessor :descriptiondescription35,0
2073
+ attr_accessor :descriptiondescription=35,0
2074
+ attr_accessor :typetype38,0
2075
+ attr_accessor :typetype=38,0
2076
+ attr_accessor :compliance_statuscompliance_status41,0
2077
+ attr_accessor :compliance_statuscompliance_status=41,0
2078
+ class EnumAttributeValidatorEnumAttributeValidator43,0
2079
+ class EnumAttributeValidatorSwaggerClient::TestResultsGet::EnumAttributeValidator43,0
2080
+ attr_reader :datatypedatatype44,0
2081
+ attr_reader :allowable_valuesallowable_values45,0
2082
+ def initialize(datatype, allowable_values)initialize47,0
2083
+ def valid?(value)valid?60,0
2084
+ def self.attribute_mapattribute_map66,0
2085
+ def self.openapi_typesopenapi_types81,0
2086
+ def self.openapi_nullableopenapi_nullable96,0
2087
+ def initialize(attributes = {})initialize103,0
2088
+ def list_invalid_propertieslist_invalid_properties155,0
2089
+ def valid?valid?162,0
2090
+ def type=(type)type=172,0
2091
+ def compliance_status=(compliance_status)compliance_status=182,0
2092
+ def ==(o)==192,0
2093
+ def eql?(o)eql?208,0
2094
+ def hashhash214,0
2095
+ def self.build_from_hash(attributes)build_from_hash221,0
2096
+ def build_from_hash(attributes)build_from_hash228,0
2097
+ def _deserialize(type, value)_deserialize251,0
2098
+ def to_sto_s290,0
2099
+ def to_bodyto_body296,0
2100
+ def to_hashto_hash302,0
2101
+ def _to_hash(value)_to_hash320,0
2102
+
2103
+ emass_client/ruby_client/lib/swagger_client/models/test_results_post.rb,1034
2104
+ module SwaggerClientSwaggerClient14,0
2105
+ class TestResultsPostTestResultsPost15,0
2106
+ class TestResultsPostSwaggerClient::TestResultsPost15,0
2107
+ attr_accessor :ccicci17,0
2108
+ attr_accessor :ccicci=17,0
2109
+ attr_accessor :successsuccess20,0
2110
+ attr_accessor :successsuccess=20,0
2111
+ attr_accessor :system_idsystem_id23,0
2112
+ attr_accessor :system_idsystem_id=23,0
2113
+ def self.attribute_mapattribute_map26,0
2114
+ def self.openapi_typesopenapi_types35,0
2115
+ def self.openapi_nullableopenapi_nullable44,0
2116
+ def initialize(attributes = {})initialize51,0
2117
+ def list_invalid_propertieslist_invalid_properties79,0
2118
+ def valid?valid?86,0
2119
+ def ==(o)==92,0
2120
+ def eql?(o)eql?102,0
2121
+ def hashhash108,0
2122
+ def self.build_from_hash(attributes)build_from_hash115,0
2123
+ def build_from_hash(attributes)build_from_hash122,0
2124
+ def _deserialize(type, value)_deserialize145,0
2125
+ def to_sto_s184,0
2126
+ def to_bodyto_body190,0
2127
+ def to_hashto_hash196,0
2128
+ def _to_hash(value)_to_hash214,0
2129
+
2130
+ emass_client/ruby_client/lib/swagger_client/models/test_results_request_body.rb,1724
2131
+ module SwaggerClientSwaggerClient14,0
2132
+ class TestResultsRequestBodyTestResultsRequestBody15,0
2133
+ class TestResultsRequestBodySwaggerClient::TestResultsRequestBody15,0
2134
+ attr_accessor :ccicci17,0
2135
+ attr_accessor :ccicci=17,0
2136
+ attr_accessor :tested_bytested_by20,0
2137
+ attr_accessor :tested_bytested_by=20,0
2138
+ attr_accessor :test_datetest_date23,0
2139
+ attr_accessor :test_datetest_date=23,0
2140
+ attr_accessor :descriptiondescription26,0
2141
+ attr_accessor :descriptiondescription=26,0
2142
+ attr_accessor :compliance_statuscompliance_status29,0
2143
+ attr_accessor :compliance_statuscompliance_status=29,0
2144
+ class EnumAttributeValidatorEnumAttributeValidator31,0
2145
+ class EnumAttributeValidatorSwaggerClient::TestResultsRequestBody::EnumAttributeValidator31,0
2146
+ attr_reader :datatypedatatype32,0
2147
+ attr_reader :allowable_valuesallowable_values33,0
2148
+ def initialize(datatype, allowable_values)initialize35,0
2149
+ def valid?(value)valid?48,0
2150
+ def self.attribute_mapattribute_map54,0
2151
+ def self.openapi_typesopenapi_types65,0
2152
+ def self.openapi_nullableopenapi_nullable76,0
2153
+ def initialize(attributes = {})initialize83,0
2154
+ def list_invalid_propertieslist_invalid_properties119,0
2155
+ def valid?valid?146,0
2156
+ def compliance_status=(compliance_status)compliance_status=159,0
2157
+ def ==(o)==169,0
2158
+ def eql?(o)eql?181,0
2159
+ def hashhash187,0
2160
+ def self.build_from_hash(attributes)build_from_hash194,0
2161
+ def build_from_hash(attributes)build_from_hash201,0
2162
+ def _deserialize(type, value)_deserialize224,0
2163
+ def to_sto_s263,0
2164
+ def to_bodyto_body269,0
2165
+ def to_hashto_hash275,0
2166
+ def _to_hash(value)_to_hash293,0
2167
+
2168
+ emass_client/ruby_client/lib/swagger_client/models/test_results_response_get.rb,963
2169
+ module SwaggerClientSwaggerClient14,0
2170
+ class TestResultsResponseGetTestResultsResponseGet15,0
2171
+ class TestResultsResponseGetSwaggerClient::TestResultsResponseGet15,0
2172
+ attr_accessor :metameta16,0
2173
+ attr_accessor :metameta=16,0
2174
+ attr_accessor :datadata18,0
2175
+ attr_accessor :datadata=18,0
2176
+ def self.attribute_mapattribute_map21,0
2177
+ def self.openapi_typesopenapi_types29,0
2178
+ def self.openapi_nullableopenapi_nullable37,0
2179
+ def initialize(attributes = {})initialize44,0
2180
+ def list_invalid_propertieslist_invalid_properties70,0
2181
+ def valid?valid?77,0
2182
+ def ==(o)==83,0
2183
+ def eql?(o)eql?92,0
2184
+ def hashhash98,0
2185
+ def self.build_from_hash(attributes)build_from_hash105,0
2186
+ def build_from_hash(attributes)build_from_hash112,0
2187
+ def _deserialize(type, value)_deserialize135,0
2188
+ def to_sto_s174,0
2189
+ def to_bodyto_body180,0
2190
+ def to_hashto_hash186,0
2191
+ def _to_hash(value)_to_hash204,0
2192
+
2193
+ emass_client/ruby_client/lib/swagger_client/models/test_results_response_post.rb,967
2194
+ module SwaggerClientSwaggerClient14,0
2195
+ class TestResultsResponsePostTestResultsResponsePost15,0
2196
+ class TestResultsResponsePostSwaggerClient::TestResultsResponsePost15,0
2197
+ attr_accessor :metameta16,0
2198
+ attr_accessor :metameta=16,0
2199
+ attr_accessor :datadata18,0
2200
+ attr_accessor :datadata=18,0
2201
+ def self.attribute_mapattribute_map21,0
2202
+ def self.openapi_typesopenapi_types29,0
2203
+ def self.openapi_nullableopenapi_nullable37,0
2204
+ def initialize(attributes = {})initialize44,0
2205
+ def list_invalid_propertieslist_invalid_properties70,0
2206
+ def valid?valid?77,0
2207
+ def ==(o)==83,0
2208
+ def eql?(o)eql?92,0
2209
+ def hashhash98,0
2210
+ def self.build_from_hash(attributes)build_from_hash105,0
2211
+ def build_from_hash(attributes)build_from_hash112,0
2212
+ def _deserialize(type, value)_deserialize135,0
2213
+ def to_sto_s174,0
2214
+ def to_bodyto_body180,0
2215
+ def to_hashto_hash186,0
2216
+ def _to_hash(value)_to_hash204,0
2217
+
2218
+ emass_client/ruby_client/lib/swagger_client/models/users.rb,1013
2219
+ module SwaggerClientSwaggerClient14,0
2220
+ class UsersUsers15,0
2221
+ class UsersSwaggerClient::Users15,0
2222
+ attr_accessor :first_namefirst_name16,0
2223
+ attr_accessor :first_namefirst_name=16,0
2224
+ attr_accessor :last_namelast_name18,0
2225
+ attr_accessor :last_namelast_name=18,0
2226
+ attr_accessor :emailemail20,0
2227
+ attr_accessor :emailemail=20,0
2228
+ def self.attribute_mapattribute_map23,0
2229
+ def self.openapi_typesopenapi_types32,0
2230
+ def self.openapi_nullableopenapi_nullable41,0
2231
+ def initialize(attributes = {})initialize48,0
2232
+ def list_invalid_propertieslist_invalid_properties76,0
2233
+ def valid?valid?83,0
2234
+ def ==(o)==89,0
2235
+ def eql?(o)eql?99,0
2236
+ def hashhash105,0
2237
+ def self.build_from_hash(attributes)build_from_hash112,0
2238
+ def build_from_hash(attributes)build_from_hash119,0
2239
+ def _deserialize(type, value)_deserialize142,0
2240
+ def to_sto_s181,0
2241
+ def to_bodyto_body187,0
2242
+ def to_hashto_hash193,0
2243
+ def _to_hash(value)_to_hash211,0
2244
+
2245
+ emass_client/ruby_client/lib/swagger_client/version.rb,121
2246
+ module SwaggerClientSwaggerClient12,0
2247
+ VERSION = '1.0.0'VERSION13,0
2248
+ VERSION = '1.0.0'SwaggerClient::VERSION13,0
2249
+
2250
+ emass_client/ruby_client/lib/swagger_client.rb,74
2251
+ module SwaggerClientSwaggerClient92,0
2252
+ def configureconfigure100,0
2253
+
2254
+ lib/emasser/cli.rb,142
2255
+ module EmasserEmasser3,0
2256
+ class CLI < ThorCLI4,0
2257
+ class CLI < ThorEmasser::CLI4,0
2258
+ def self.exit_on_failure?exit_on_failure?18,0
2259
+
2260
+ lib/emasser/configuration.rb,180
2261
+ module EmasserEmasser3,0
2262
+ class ConfigurationConfiguration4,0
2263
+ class ConfigurationEmasser::Configuration4,0
2264
+ def self.raise_unless_present(env)raise_unless_present5,0
2265
+
2266
+ lib/emasser/constants.rb,553
2267
+ module EmasserEmasser3,0
2268
+ GET_SYSTEM_ID_QUERY_PARAMS = {GET_SYSTEM_ID_QUERY_PARAMS4,0
2269
+ GET_SYSTEM_ID_QUERY_PARAMS = {Emasser::GET_SYSTEM_ID_QUERY_PARAMS4,0
2270
+ GET_SYSTEM_RETURN_TYPE = {GET_SYSTEM_RETURN_TYPE11,0
2271
+ GET_SYSTEM_RETURN_TYPE = {Emasser::GET_SYSTEM_RETURN_TYPE11,0
2272
+ GET_ARTIFACTS_RETURN_TYPE = {GET_ARTIFACTS_RETURN_TYPE15,0
2273
+ GET_ARTIFACTS_RETURN_TYPE = {Emasser::GET_ARTIFACTS_RETURN_TYPE15,0
2274
+ GET_APPROVAL_RETURN_TYPE = {GET_APPROVAL_RETURN_TYPE19,0
2275
+ GET_APPROVAL_RETURN_TYPE = {Emasser::GET_APPROVAL_RETURN_TYPE19,0
2276
+
2277
+ lib/emasser/errors.rb,429
2278
+ module EmasserEmasser3,0
2279
+ class Error < StandardError; endError4,0
2280
+ class Error < StandardError; endEmasser::Error4,0
2281
+ class ConfigurationMissingError < ErrorConfigurationMissingError6,0
2282
+ class ConfigurationMissingError < ErrorEmasser::ConfigurationMissingError6,0
2283
+ attr_reader :config_optionconfig_option7,0
2284
+ def initialize(message: 'No configuration was provided for', config: 'an option')initialize9,0
2285
+
2286
+ lib/emasser/get.rb,1772
2287
+ class SubCommandBase < ThorSubCommandBase6,0
2288
+ def self.banner(command, _namespace = nil, subcommand = false)banner14,0
2289
+ module EmasserEmasser29,0
2290
+ class Test < SubCommandBaseTest35,0
2291
+ class Test < SubCommandBaseEmasser::Test35,0
2292
+ def self.exit_on_failure?exit_on_failure?36,0
2293
+ def connectionconnection42,0
2294
+ class Roles < SubCommandBaseRoles59,0
2295
+ class Roles < SubCommandBaseEmasser::Roles59,0
2296
+ def self.exit_on_failure?exit_on_failure?60,0
2297
+ def allall66,0
2298
+ def byCategorybyCategory81,0
2299
+ class Controls < SubCommandBaseControls101,0
2300
+ class Controls < SubCommandBaseEmasser::Controls101,0
2301
+ def self.exit_on_failure?exit_on_failure?102,0
2302
+ def systemsystem113,0
2303
+ class TestResults < SubCommandBaseTestResults134,0
2304
+ class TestResults < SubCommandBaseEmasser::TestResults134,0
2305
+ def self.exit_on_failure?exit_on_failure?135,0
2306
+ def systemsystem146,0
2307
+ class Poams < SubCommandBasePoams169,0
2308
+ class Poams < SubCommandBaseEmasser::Poams169,0
2309
+ def self.exit_on_failure?exit_on_failure?170,0
2310
+ def systemsystem186,0
2311
+ def byPoamIdbyPoamId206,0
2312
+ def milestonesmilestones225,0
2313
+ def byMilestoneIdbyMilestoneId249,0
2314
+ class Artifacts < SubCommandBaseArtifacts267,0
2315
+ class Artifacts < SubCommandBaseEmasser::Artifacts267,0
2316
+ def self.exit_on_failure?exit_on_failure?268,0
2317
+ def systemsystem280,0
2318
+ def exportexport304,0
2319
+ class Approval < SubCommandBaseApproval333,0
2320
+ class Approval < SubCommandBaseEmasser::Approval333,0
2321
+ def self.exit_on_failure?exit_on_failure?334,0
2322
+ def caccac345,0
2323
+ def pacpac363,0
2324
+ class Get < SubCommandBaseGet375,0
2325
+ class Get < SubCommandBaseEmasser::Get375,0
2326
+ def systemsystem403,0
2327
+ def systemssystems444,0
2328
+
2329
+ lib/emasser/input_converters.rb,119
2330
+ module InputConvertersInputConverters6,0
2331
+ def to_input_hash(optional_options_keys, full_options)to_input_hash17,0
2332
+
2333
+ lib/emasser/options_parser.rb,223
2334
+ module OptionsParserOptionsParser3,0
2335
+ def required_options(initializer)required_options4,0
2336
+ def optional_options(initializer)optional_options8,0
2337
+ def options_that_are(initializer, constraint)options_that_are14,0
2338
+
2339
+ lib/emasser/output_converters.rb,90
2340
+ module OutputConvertersOutputConverters3,0
2341
+ def to_output_hash(obj)to_output_hash4,0
2342
+
2343
+ lib/emasser/post.rb,836
2344
+ class SubCommandBase < ThorSubCommandBase4,0
2345
+ def self.banner(command, _namespace = nil, subcommand = false)banner12,0
2346
+ module EmasserEmasser27,0
2347
+ class TestResults < SubCommandBaseTestResults35,0
2348
+ class TestResults < SubCommandBaseEmasser::TestResults35,0
2349
+ def self.exit_on_failure?exit_on_failure?36,0
2350
+ def addadd49,0
2351
+ class Poams < SubCommandBasePoams80,0
2352
+ class Poams < SubCommandBaseEmasser::Poams80,0
2353
+ def self.exit_on_failure?exit_on_failure?81,0
2354
+ def addadd106,0
2355
+ def add_milestonesadd_milestones130,0
2356
+ class Artifacts < SubCommandBaseArtifacts152,0
2357
+ class Artifacts < SubCommandBaseEmasser::Artifacts152,0
2358
+ def self.exit_on_failure?exit_on_failure?153,0
2359
+ def uploadupload161,0
2360
+ class Post < SubCommandBasePost189,0
2361
+ class Post < SubCommandBaseEmasser::Post189,0
2362
+
2363
+ lib/emasser/put.rb,841
2364
+ class SubCommandBase < ThorSubCommandBase4,0
2365
+ def self.banner(command, _namespace = nil, subcommand = false)banner12,0
2366
+ module EmasserEmasser27,0
2367
+ class Controls < SubCommandBaseControls34,0
2368
+ class Controls < SubCommandBaseEmasser::Controls34,0
2369
+ def self.exit_on_failure?exit_on_failure?35,0
2370
+ def updateupdate84,0
2371
+ class Poams < SubCommandBasePoams198,0
2372
+ class Poams < SubCommandBaseEmasser::Poams198,0
2373
+ def self.exit_on_failure?exit_on_failure?199,0
2374
+ def updateupdate215,0
2375
+ def update_milestonesupdate_milestones239,0
2376
+ class Artifacts < SubCommandBaseArtifacts261,0
2377
+ class Artifacts < SubCommandBaseEmasser::Artifacts261,0
2378
+ def self.exit_on_failure?exit_on_failure?262,0
2379
+ def uploadupload270,0
2380
+ class Put < SubCommandBasePut298,0
2381
+ class Put < SubCommandBaseEmasser::Put298,0
2382
+
2383
+ lib/emasser/version.rb,100
2384
+ module EmasserEmasser3,0
2385
+ VERSION = '0.2.0'VERSION4,0
2386
+ VERSION = '0.2.0'Emasser::VERSION4,0
2387
+
2388
+ lib/emasser.rb,28
2389
+ module EmasserEmasser15,0
2390
+
2391
+ test/emasser_test.rb,129
2392
+ class EmasserTest < Minitest::TestEmasserTest6,0
2393
+ def test_that_it_has_a_version_numbertest_that_it_has_a_version_number7,0