Class: Resat::Extractor
- Inherits:
-
Object
- Object
- Resat::Extractor
- Includes:
- Kwalify::Util::HashLike
- Defined in:
- lib/filter.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Method Summary collapse
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
107 108 109 |
# File 'lib/filter.rb', line 107 def field @field end |
#pattern ⇒ Object
Returns the value of attribute pattern.
107 108 109 |
# File 'lib/filter.rb', line 107 def pattern @pattern end |
#variable ⇒ Object
Returns the value of attribute variable.
107 108 109 |
# File 'lib/filter.rb', line 107 def variable @variable end |
Instance Method Details
#export ⇒ Object
109 |
# File 'lib/filter.rb', line 109 def export; @export || false; end |
#save ⇒ Object
108 |
# File 'lib/filter.rb', line 108 def save; @save || false; end |