struct
PlaceOS::Client::API::Models::Function
- PlaceOS::Client::API::Models::Function
- PlaceOS::Client::API::Models::Response
- Struct
- Value
- Object
Overview
Invocation information for interaction with an exposed driver behaviour.
Defined in:
placeos/api/models/function.crConstructors
-
.new(pull : JSON::PullParser)
Invocation information for interaction with an exposed driver behaviour.
Instance Method Summary
-
#arity : Int32
The number of parameters that the function accepts.
-
#params : Array(Parameter)
Parameter information.
Constructor methods inherited from struct PlaceOS::Client::API::Models::Response
new(pull : JSON::PullParser)
new
Macros inherited from module PlaceOS::Client::API::Models::Response::Init
__add_initialize__
__add_initialize__
Constructor Detail
def self.new(pull : JSON::PullParser)
#
Invocation information for interaction with an exposed driver behaviour.