class Ezid::ServerStatusRequest
A request for the EZID server status @api private
Attributes
subsystems[R]
Public Class Methods
new(client, *args)
click to toggle source
Calls superclass method
Ezid::Request::new
# File lib/ezid/requests/server_status_request.rb, line 17 def initialize(client, *args) @subsystems = args super end
Public Instance Methods
authentication_required?()
click to toggle source
# File lib/ezid/requests/server_status_request.rb, line 26 def authentication_required? false end
query()
click to toggle source
# File lib/ezid/requests/server_status_request.rb, line 22 def query "subsystems=#{subsystems.join(',')}" end