class Ezid::NewIdentifierResponse

A response to a mint or create request to make a new identifier in EZID @api private

Constants

SHADOW_ARK_RE

Public Instance Methods

shadow_ark() click to toggle source
# File lib/ezid/responses/new_identifier_response.rb, line 12
def shadow_ark
  @shadow_ark ||= SHADOW_ARK_RE.match(message)[1]
end