struct PlaceOS::Api::WebSocket::Session::Request

Included Modules

Defined in:

placeos-rest-api/websocket/session/request.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct PlaceOS::Api::WebSocket::Session::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(id : Int64, system_id : String, module_name : String, command : PlaceOS::Api::WebSocket::Session::Request::Command, name : String, index : Int32 = 1, args : Nil | Array(JSON::Any) = nil) #

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

[View source]

Instance Method Detail

def args : Array(JSON::Any) | Nil #

[View source]
def command : Command #

[View source]
def id : Int64 #

[View source]
def index : Int32 #

[View source]
def module_name : String #

[View source]
def name : String #

Function name


[View source]
def system_id : String #

[View source]