lib/patch_ruby/models/project.rb in patch_ruby-1.16.0 vs lib/patch_ruby/models/project.rb in patch_ruby-1.16.1
- old
+ new
@@ -4,11 +4,11 @@
#The core API used to integrate with Patch's service
The version of the OpenAPI document: v1
Contact: engineering@usepatch.com
Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 5.2.1
+OpenAPI Generator version: 5.3.1
=end
require 'date'
require 'time'
@@ -253,9 +253,12 @@
if attributes.key?(:'verifier')
self.verifier = attributes[:'verifier']
end
if attributes.key?(:'standard')
+ if (value = attributes[:'standard']).is_a?(Hash)
+ self.standard = value
+ end
self.standard = attributes[:'standard']
end
if attributes.key?(:'sdgs')
if (value = attributes[:'sdgs']).is_a?(Array)