Class: Ezid::LogoutRequest Private

Inherits:
Request
  • Object
show all
Defined in:
lib/ezid/requests/logout_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 logout of EZID

Constant Summary

Constants inherited from Request

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

Instance Attribute Summary

Attributes inherited from Request

#client

Instance Method Summary collapse

Methods inherited from Request

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

Constructor Details

This class inherits a constructor from Ezid::Request

Instance Method Details

#authentication_required?Boolean

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.

Returns:

  • (Boolean)


15
16
17
# File 'lib/ezid/requests/logout_request.rb', line 15

def authentication_required?
  false
end