Class: Controlist::Permissions::Constrain
- Inherits:
-
Object
- Object
- Controlist::Permissions::Constrain
- Defined in:
- lib/controlist/permissions/constrain.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#clause ⇒ Object
Returns the value of attribute clause.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#proc_persistence ⇒ Object
Returns the value of attribute proc_persistence.
-
#proc_read ⇒ Object
Returns the value of attribute proc_read.
-
#property ⇒ Object
Returns the value of attribute property.
-
#relation ⇒ Object
Returns the value of attribute relation.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#clause ⇒ Object
Returns the value of attribute clause.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def clause @clause end |
#operator ⇒ Object
Returns the value of attribute operator.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def operator @operator end |
#proc_persistence ⇒ Object
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_read ⇒ Object
Returns the value of attribute proc_read.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def proc_read @proc_read end |
#property ⇒ Object
Returns the value of attribute property.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def property @property end |
#relation ⇒ Object
Returns the value of attribute relation.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def relation @relation end |
#table_name ⇒ Object
Returns the value of attribute table_name.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def table_name @table_name end |
#value ⇒ Object
Returns the value of attribute value.
5 6 7 |
# File 'lib/controlist/permissions/constrain.rb', line 5 def value @value end |