Module: Puree::XMLExtractor::TypeMixin
- Included in:
- Event, ExternalOrganisation, OrganisationalUnit, Project, Publisher, ResearchOutput
- Defined in:
- lib/puree/xml_extractor/mixins/type_mixin.rb
Overview
Type mixin.
Instance Method Summary collapse
Instance Method Details
#type ⇒ String?
10 11 12 |
# File 'lib/puree/xml_extractor/mixins/type_mixin.rb', line 10 def type xpath_query_for_single_value '/type/term/text' end |