class Controlist::Permissions::SimpleConstrain

Public Class Methods

new(property, value) click to toggle source
# File lib/controlist/permissions/simple_constrain.rb, line 6
def initialize(property, value)
  self.property = property.to_s
  self.value = value
end