Class: Controlist::Permissions::Constrain

Inherits:
Object
  • Object
show all
Defined in:
lib/controlist/permissions/constrain.rb

Direct Known Subclasses

AdvancedConstrain, SimpleConstrain

Instance Attribute Summary collapse

Instance Attribute Details

#clauseObject

Returns the value of attribute clause.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def clause
  @clause
end

#operatorObject

Returns the value of attribute operator.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def operator
  @operator
end

#proc_persistenceObject

Returns the value of attribute proc_persistence.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def proc_persistence
  @proc_persistence
end

#proc_readObject

Returns the value of attribute proc_read.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def proc_read
  @proc_read
end

#propertyObject

Returns the value of attribute property.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def property
  @property
end

#relationObject

Returns the value of attribute relation.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def relation
  @relation
end

#table_nameObject

Returns the value of attribute table_name.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def table_name
  @table_name
end

#valueObject

Returns the value of attribute value.



5
6
7
# File 'lib/controlist/permissions/constrain.rb', line 5

def value
  @value
end