Class: Resat::Validator

Inherits:
Object
  • Object
show all
Includes:
Kwalify::Util::HashLike
Defined in:
lib/filter.rb

Overview

Classes for instances hydrated by Kwalify

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field.



102
103
104
# File 'lib/filter.rb', line 102

def field
  @field
end

#is_emptyObject

Returns the value of attribute is_empty.



102
103
104
# File 'lib/filter.rb', line 102

def is_empty
  @is_empty
end

#patternObject

Returns the value of attribute pattern.



102
103
104
# File 'lib/filter.rb', line 102

def pattern
  @pattern
end