Class: Iron::Account::Export

Inherits:
Iron::ApplicationRecord show all
Includes:
Broadcastable, Processable
Defined in:
app/models/iron/account/export.rb

Constant Summary

Constants included from Processable

Processable::RETENTION_LIMIT

Instance Method Summary collapse

Methods included from Processable

#process

Instance Method Details

#process_laterObject



8
9
10
# File 'app/models/iron/account/export.rb', line 8

def process_later
  ExportJob.perform_later(self)
end

#titleObject



12
13
14
# File 'app/models/iron/account/export.rb', line 12

def title
  created_at.strftime("%b %-d, %Y at %-l:%M %p")
end