Class: Ezid::GetIdentifierMetadataResponse Private

Inherits:
IdentifierResponse show all
Defined in:
lib/ezid/responses/get_identifier_metadata_response.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.

Response to a get identifier metadata request

Constant Summary

Constants inherited from IdentifierResponse

IdentifierResponse::IDENTIFIER_RE

Constants inherited from Response

Response::ERROR, Response::SUCCESS

Instance Method Summary collapse

Methods inherited from IdentifierResponse

#id

Methods inherited from Response

#content, #error?, #error_class, #exception, #initialize, #message, #outcome, #status, #status_line, #success?, #uri_path

Constructor Details

This class inherits a constructor from Ezid::Response

Instance Method Details

#metadataObject

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



10
11
12
# File 'lib/ezid/responses/get_identifier_metadata_response.rb', line 10

def 
  content[1]
end