Class: Magick::Targeting::Base
- Inherits:
-
Object
- Object
- Magick::Targeting::Base
- Defined in:
- lib/magick/targeting/base.rb
Direct Known Subclasses
Complex, CustomAttribute, DateRange, Group, IpAddress, Percentage, RequestPercentage, Role, User
Instance Method Summary collapse
Instance Method Details
#matches?(context) ⇒ Boolean
6 7 8 |
# File 'lib/magick/targeting/base.rb', line 6 def matches?(context) raise NotImplementedError, "#{self.class} must implement #matches?" end |