class Ezid::MintIdentifierRequest
A request to EZID to mint a new identifier @api private @see ezid.cdlib.org/doc/apidoc.html#operation-modify-identifier
Attributes
metadata[R]
shoulder[R]
Public Class Methods
new(client, shoulder, metadata)
click to toggle source
Calls superclass method
# File lib/ezid/requests/mint_identifier_request.rb, line 18 def initialize(client, shoulder, metadata) @shoulder = shoulder @metadata = Metadata.new(metadata) super end
Public Instance Methods
path()
click to toggle source
# File lib/ezid/requests/mint_identifier_request.rb, line 24 def path "/shoulder/#{shoulder}" end