class Task::Transfer::Failure

Included Modules

Defined in:

models/task/mixins/transfer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(recipient : Nil | String, description : String, timestamp : Time = Time.utc) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def description : String #

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

[View source]
def recipient : String #

def recipient=(recipient : String) #

[View source]
def recipient? : String | Nil #

def timestamp : Time #

[View source]
def timestamp=(timestamp : Time) #

[View source]