Method: CreatePANFolder.from_json!

Defined in:
lib/schemas.rb

.from_json!(json) ⇒ Object



36256
36257
36258
# File 'lib/schemas.rb', line 36256

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