struct PlaceOS::API::Models::Function

Overview

Invocation information for interaction with an exposed driver behaviour.

Included Modules

Defined in:

placeos/api/models/function.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def arity : Int32 #

The number of parameters that the function accepts.


[View source]
def params : Array(Parameter) #

Parameter information.


[View source]