Class: SendgridNotification::SendgridStatusUpdateHistory
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SendgridNotification::SendgridStatusUpdateHistory
- Defined in:
- app/models/sendgrid_notification/sendgrid_status_update_history.rb
Instance Method Summary collapse
Instance Method Details
#end_time_in_time_zone ⇒ Object
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_zone ⇒ Object
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 |