Class: Search::LocatorRecordTextPresenter

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

Overview

Presenter: locator record text presenter.

Delegated Instance Attributes collapse

Instance Method Summary collapse

Instance Method Details



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_levelObject

Alias for R#star_status_level

Returns:

  • (Object)

    R#star_status_level

See Also:



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

delegate :star_status_level, to: :r