Class: Ezid::ModifyIdentifierRequest Private

Inherits:
IdentifierWithMetadataRequest show all
Defined in:
lib/ezid/requests/modify_identifier_request.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

A request to modify the metadata of an identifier

Constant Summary

Constants inherited from Request

Request::DELETE, Request::GET, Request::POST, Request::PUT

Instance Attribute Summary

Attributes inherited from IdentifierWithMetadataRequest

#metadata

Attributes inherited from IdentifierRequest

#identifier

Attributes inherited from Request

#client

Method Summary

Methods inherited from IdentifierWithMetadataRequest

#initialize

Methods inherited from IdentifierRequest

#initialize, #path

Methods inherited from Request

#authentication_required?, execute, #execute, #handle_response, #has_metadata?, #initialize, #path, #query, #response_class, short_name, #uri

Constructor Details

This class inherits a constructor from Ezid::IdentifierWithMetadataRequest