Class: Search::LocatorRecordTextPresenter
- Inherits:
-
LocatorRecordPresenter
- Object
- LocatorRecordPresenter
- Search::LocatorRecordTextPresenter
- Defined in:
- app/presenters/search/locator_record_text_presenter.rb
Overview
Presenter: locator record text presenter.
Delegated Instance Attributes collapse
-
#star_status_level ⇒ Object
Alias for R#star_status_level.
Instance Method Summary collapse
Instance Method Details
#customer_link ⇒ Object
4 5 6 |
# File 'app/presenters/search/locator_record_text_presenter.rb', line 4 def customer_link "#{r.customer_name} (CN#{r.customer_id})" end |
#star_status_level ⇒ Object
Alias for R#star_status_level
8 |
# File 'app/presenters/search/locator_record_text_presenter.rb', line 8 delegate :star_status_level, to: :r |