struct
ACP::Protocol::ExtResponse
- ACP::Protocol::ExtResponse
- Struct
- Value
- Object
Overview
Response to an ExtRequest.
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(result : JSON::Any = JSON::Any.new(nil), meta : Hash(String, JSON::Any) | Nil = nil)
Instance Method Summary
-
#meta : Hash(String, JSON::Any) | Nil
Extension metadata.
-
#meta=(meta : Hash(String, JSON::Any) | Nil)
Extension metadata.
-
#result : JSON::Any
The response data as raw JSON.
-
#result=(result : JSON::Any)
The response data as raw JSON.