class Common::Messages::Response

Defined in:

messages/response.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Common::Messages::BaseMessage

new(pull : MessagePack::Unpacker) new

Constructor Detail

def self.new(success : Bool, message : String) #

[View source]
def self.new(pull : MessagePack::Unpacker) #

[View source]

Instance Method Detail

def message : String #

[View source]
def message=(message : String) #

[View source]
def success : Bool #

[View source]
def success=(success : Bool) #

[View source]