Class: Wooster::RecordPermissions

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

Instance Attribute Summary collapse

Instance Attribute Details

#createObject

Returns the value of attribute create

Returns:

  • (Object)

    the current value of create



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

def create
  @create
end

#deleteObject

Returns the value of attribute delete

Returns:

  • (Object)

    the current value of delete



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

def delete
  @delete
end

#readObject

Returns the value of attribute read

Returns:

  • (Object)

    the current value of read



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

def read
  @read
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



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

def write
  @write
end