class ServiceErrorResponse

Public Class Methods

new(message) click to toggle source
Calls superclass method ServiceStatusResponse::new
# File lib/src/ServiceStatusResponse.rb, line 30
def initialize(message)
        super(message, state=:error)
end