Class: Wooster::FieldPermissions

Inherits:
Struct
  • Object
show all
Defined in:
lib/wooster/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#readObject

Returns the value of attribute read

Returns:

  • (Object)

    the current value of read



3
4
5
# File 'lib/wooster/base.rb', line 3

def read
  @read
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



3
4
5
# File 'lib/wooster/base.rb', line 3

def write
  @write
end