Class: QuickSearch::OpportunityPresenter
- Inherits:
-
PinPresenter
- Object
- PinPresenter
- QuickSearch::OpportunityPresenter
- Defined in:
- app/presenters/quick_search/opportunity_presenter.rb
Overview
Presenter: opportunity presenter.
Instance Method Summary collapse
Instance Method Details
#set_attributes ⇒ Object
4 5 6 7 |
# File 'app/presenters/quick_search/opportunity_presenter.rb', line 4 def set_attributes @title = result.name @sub_header = build_sub_header end |