class Task::RefreshActor::Failure

Included Modules

Defined in:

models/task/refresh_actor.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(description : String, timestamp : Time = Time.utc) #

[View source]

Instance Method Detail

def description : String #

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

[View source]
def timestamp : Time #

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

[View source]