Method: Parse::ACL::Permission#write!

Defined in:
lib/parse/model/acl.rb

#write!(value = true) ⇒ void

Note:

Setting the value in this manner is not dirty tracked.

This method returns an undefined value.

Sets the write value of the permission. Defaults to true.

Version:

  • 1.7.2



516
517
518
# File 'lib/parse/model/acl.rb', line 516

def write!(value = true)
  @write = value
end