struct Oxide::Execution::Response
- Oxide::Execution::Response
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
oxide/execution/response.crConstructors
- .new(pull : JSON::PullParser)
- .new(data : Array(Oxide::SerializedOutput) | Bool | Float32 | Float64 | Hash(String, Oxide::SerializedOutput) | Int32 | String | Nil = nil, errors : Set(Oxide::Error) | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(data : Array(Oxide::SerializedOutput) | Bool | Float32 | Float64 | Hash(String, Oxide::SerializedOutput) | Int32 | String | Nil = nil, errors : Set(Oxide::Error) | Nil = nil)
#