Method: Parse::ACL::Permission#read!

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

#read!(value = true) ⇒ void

Note:

Setting the value in this manner is not dirty tracked.

This method returns an undefined value.

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

Version:

  • 1.7.2



508
509
510
# File 'lib/parse/model/acl.rb', line 508

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