struct PlaceOS::Edge::Protocol::Message::ExecuteResponse

Defined in:

placeos-edge/protocol.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct PlaceOS::Edge::Protocol::Client::Response

new(pull : JSON::PullParser) new

Constructor methods inherited from struct PlaceOS::Edge::Protocol::Message::ResponseBody

new(pull : JSON::PullParser) new

Constructor methods inherited from struct PlaceOS::Edge::Protocol::Message::Body

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(success : Bool, output : Nil | String, code : Int32 | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def code : Int32 | Nil #

[View source]
def output : String | Nil #

[View source]
def success : Bool #

def type : Type #