Class: SendgridNotification::SendgridStatusUpdateHistory

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/sendgrid_notification/sendgrid_status_update_history.rb

Instance Method Summary collapse

Instance Method Details

#end_time_in_time_zoneObject



12
13
14
# File 'app/models/sendgrid_notification/sendgrid_status_update_history.rb', line 12

def end_time_in_time_zone
  Time.zone.at(end_time)
end

#start_time_in_time_zoneObject



8
9
10
# File 'app/models/sendgrid_notification/sendgrid_status_update_history.rb', line 8

def start_time_in_time_zone
  Time.zone.at(start_time)
end