class PlaceOS::Edge::Protocol::Message::BinaryBody

Overview

Binary response constructor

Defined in:

placeos-edge/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(success : Bool, key : String, path : Nil | String = nil, io : IO | Nil = nil) #

[View source]

Instance Method Detail

def io : IO #

[View source]
def io? : IO | Nil #

[View source]
def key : String #

[View source]
def path : String #

[View source]
def path? : String | Nil #

[View source]
def success : Bool #

[View source]