module Puree::XMLExtractor::TypeMixin

Type mixin.

Public Instance Methods

type() click to toggle source

@return [String, nil]

# File lib/puree/xml_extractor/mixins/type_mixin.rb, line 10
def type
  xpath_query_for_single_value '/type/term/text'
end