Class: QuickSearch::QuotePresenter
- Inherits:
-
PinPresenter
- Object
- PinPresenter
- QuickSearch::QuotePresenter
- Defined in:
- app/presenters/quick_search/quote_presenter.rb
Instance Method Summary collapse
Instance Method Details
#set_attributes ⇒ Object
3 4 5 6 |
# File 'app/presenters/quick_search/quote_presenter.rb', line 3 def set_attributes @title = result.opportunity&.name || result.opportunity&.customer&.full_name @sub_header = build_sub_header end |