class Order

Overview

A Order is external request exection of a Worker.

Included Modules

Defined in:

models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def callback : String #

[View source]
def callback=(callback : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def params : Hash(String, String) #

[View source]
def params=(params : Hash(String, String)) #

[View source]
def works : Array(Work) #

[View source]
def works=(works : Array(Work)) #

[View source]