Class: ServiceOkayResponse

Inherits:
ServiceStatusResponse show all
Defined in:
lib/src/ServiceStatusResponse.rb

Instance Attribute Summary

Attributes inherited from ServiceStatusResponse

#message, #state

Instance Method Summary collapse

Methods inherited from ServiceStatusResponse

create

Constructor Details

#initializeServiceOkayResponse

Returns a new instance of ServiceOkayResponse.



24
25
26
# File 'lib/src/ServiceStatusResponse.rb', line 24

def initialize
	super(message='Service Operating Normally', state=:okay)
end