Class: Search::LocatorRecordTextPresenter

Inherits:
LocatorRecordPresenter
  • Object
show all
Defined in:
app/presenters/search/locator_record_text_presenter.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
# File 'app/presenters/search/locator_record_text_presenter.rb', line 3

def customer_link
  "#{r.customer_name} (CN#{r.customer_id})"
end

#star_status_levelObject



7
8
9
# File 'app/presenters/search/locator_record_text_presenter.rb', line 7

def star_status_level
  r.star_status_level
end