class Ezid::IdentifierRequest

@abstract @api private

Attributes

identifier[R]

Public Class Methods

new(client, identifier) click to toggle source
Calls superclass method
# File lib/ezid/requests/identifier_request.rb, line 12
def initialize(client, identifier)
  @identifier = identifier
  super
end

Public Instance Methods

path() click to toggle source
# File lib/ezid/requests/identifier_request.rb, line 17
def path
  "/id/#{identifier}"
end