Method: JSON::GenericObject.json_creatable=

Defined in:
lib/json/generic_object.rb

.json_creatable=(value) ⇒ Object (writeonly)

Sets the attribute json_creatable

Parameters:

  • value

    the value to set the attribute json_creatable to.



17
18
19
# File 'lib/json/generic_object.rb', line 17

def json_creatable=(value)
  @json_creatable = value
end