struct ParallelRequests::Job

Defined in:

job.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, url : String) #

[View source]

Instance Method Detail

def http_code : Int32 | Nil #

[View source]
def http_code=(http_code : Int32 | Nil) #

[View source]
def id : Int64 #

[View source]
def status : Status #

[View source]
def status=(status : Status) #

[View source]
def url : String #

[View source]