Method: JSON::GenericObject.json_creatable=

Defined in:
lib/oj/json.rb

.json_creatable=(value) ⇒ Object (writeonly)

Sets the attribute json_creatable

Parameters:

  • value

    the value to set the attribute json_creatable to.



126
127
128
# File 'lib/oj/json.rb', line 126

def json_creatable=(value)
  @json_creatable = value
end