class NoServiceStatusResponse

Public Class Methods

new() click to toggle source
Calls superclass method ServiceStatusResponse::new
# File lib/src/ServiceStatusResponse.rb, line 36
def initialize
        super(message='Cannot retrieve service status', state=:warning)
end