class Hailo::Server::Response

Included Modules

Defined in:

hailo/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(reply = nil, error = nil) #

[View source]

Instance Method Detail

def error : String? #

[View source]
def error=(error : String?) #

[View source]
def reply : String? #

[View source]
def reply=(reply : String?) #

[View source]