Module: Puree::XMLExtractor::AbstractMixin
- Included in:
- ResearchOutput
- Defined in:
- lib/puree/xml_extractor/mixins/abstract_mixin.rb
Overview
Abstract mixin.
Instance Method Summary collapse
Instance Method Details
#description ⇒ String?
10 11 12 |
# File 'lib/puree/xml_extractor/mixins/abstract_mixin.rb', line 10 def description xpath_query_for_single_value '/abstract/text' end |