Class: QuickSearch::ContactPresenter
- Inherits:
-
PinPresenter
- Object
- PinPresenter
- QuickSearch::ContactPresenter
- Defined in:
- app/presenters/quick_search/contact_presenter.rb
Instance Method Summary collapse
Instance Method Details
#profile_image_url ⇒ Object
7 8 9 10 11 |
# File 'app/presenters/quick_search/contact_presenter.rb', line 7 def profile_image_url return unless result.profile_image.present? result.profile_image.image_url(width: 80, height: 80) end |
#set_attributes ⇒ Object
2 3 4 5 |
# File 'app/presenters/quick_search/contact_presenter.rb', line 2 def set_attributes @title = result.full_name @sub_header = build_sub_header end |