struct Oxide::Execution::Response

Included Modules

Defined in:

oxide/execution/response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(data : Array(Oxide::SerializedOutput) | Bool | Float32 | Float64 | Hash(String, Oxide::SerializedOutput) | Int32 | String | Nil = nil, errors : Set(Oxide::Error) | Nil = nil) #

[View source]

Instance Method Detail

def data : SerializedOutput | Nil #

[View source]
def errors : Set(Error) | Nil #

[View source]