Class: Resat::Validator
- Inherits:
-
Object
- Object
- Resat::Validator
- Includes:
- Kwalify::Util::HashLike
- Defined in:
- lib/filter.rb
Overview
Classes for instances hydrated by Kwalify
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#is_empty ⇒ Object
Returns the value of attribute is_empty.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
102 103 104 |
# File 'lib/filter.rb', line 102 def field @field end |
#is_empty ⇒ Object
Returns the value of attribute is_empty.
102 103 104 |
# File 'lib/filter.rb', line 102 def is_empty @is_empty end |
#pattern ⇒ Object
Returns the value of attribute pattern.
102 103 104 |
# File 'lib/filter.rb', line 102 def pattern @pattern end |