Class: Resat::Extractor

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field.



107
108
109
# File 'lib/filter.rb', line 107

def field
  @field
end

#patternObject

Returns the value of attribute pattern.



107
108
109
# File 'lib/filter.rb', line 107

def pattern
  @pattern
end

#variableObject

Returns the value of attribute variable.



107
108
109
# File 'lib/filter.rb', line 107

def variable
  @variable
end

Instance Method Details

#exportObject



109
# File 'lib/filter.rb', line 109

def export; @export || false; end

#saveObject



108
# File 'lib/filter.rb', line 108

def save; @save || false; end