Method: PostSecurityAPIValidationResponse.from_json!

Defined in:
lib/schemas.rb

.from_json!(json) ⇒ Object



27179
27180
27181
# File 'lib/schemas.rb', line 27179

def self.from_json!(json)
  from_dynamic!(JSON.parse(json))
end