class ServiceOkayResponse
Public Class Methods
new()
click to toggle source
Calls superclass method
ServiceStatusResponse::new
# File lib/src/ServiceStatusResponse.rb, line 24 def initialize super(message='Service Operating Normally', state=:okay) end