مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
13 أسطر
321 B
Ruby
13 أسطر
321 B
Ruby
# frozen_string_literal: true
|
|
|
|
structure :delivery do
|
|
basic :id
|
|
basic :status
|
|
basic :details
|
|
basic :output, value: proc { o.output&.strip }
|
|
basic :sent_with_ssl, value: proc { o.sent_with_ssl }
|
|
basic :log_id
|
|
basic :time, value: proc { o.time&.to_f }
|
|
basic :timestamp, value: proc { o.timestamp.to_f }
|
|
end
|