Class: QuickSearch::DeliveryPresenter
- Inherits:
-
PinPresenter
- Object
- PinPresenter
- QuickSearch::DeliveryPresenter
- Defined in:
- app/presenters/quick_search/delivery_presenter.rb
Instance Method Summary collapse
Instance Method Details
#set_attributes ⇒ Object
3 4 5 6 |
# File 'app/presenters/quick_search/delivery_presenter.rb', line 3 def set_attributes @title = [result.reference_number, result.carrier_bol].map(&:presence).compact_blank.join(' | ') @sub_header = build_sub_header end |