Hailo::Server::Response
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(reply : Nil | String = nil, error : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
error
Sourceerror=(error : String | Nil)
Sourcereply
Sourcereply=(reply : String | Nil)
Source