Method: GlobalVariable.from_json!

Defined in:
lib/schemas.rb

.from_json!(json) ⇒ Object



16874
16875
16876
# File 'lib/schemas.rb', line 16874

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