class
   Task::Transfer::Failure
  
  - Task::Transfer::Failure
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
models/task/mixins/transfer.crConstructors
- .new(recipient : Nil | String, description : String, timestamp : Time = Time.utc)
 - .new(pull : JSON::PullParser)
 
Instance Method Summary
- #description : String
 - #description=(description : String)
 - #recipient : String
 - #recipient=(recipient : String)
 - #recipient? : String | Nil
 - #timestamp : Time
 - #timestamp=(timestamp : Time)
 
Constructor Detail
        
        def self.new(recipient : Nil | String, description : String, timestamp : Time = Time.utc)
        #