Sha256: 35b100d405d54849c04fc4f2c6ccf4e9cab6eaf34f89ef02ae6219e43971faa5
Contents?: true
Size: 327 Bytes
Versions: 15
Compression:
Stored size: 327 Bytes
Contents
module Puree module XMLExtractor # Owner mixin. # module OwnerMixin # @return [Puree::Model::OrganisationalUnitHeader, nil] def owner xpath_result = xpath_query '/managingOrganisationalUnit' Puree::XMLExtractor::Shared.organisation_header xpath_result end end end end
Version data entries
15 entries across 15 versions & 1 rubygems