Class: Search::QuoteTextPresenter
- Inherits:
-
QuotePresenter
- Object
- QuotePresenter
- Search::QuoteTextPresenter
- Defined in:
- app/presenters/search/quote_text_presenter.rb
Overview
Presenter: quote text presenter.
Instance Method Summary collapse
Instance Method Details
#customer_link ⇒ Object
8 9 10 11 12 |
# File 'app/presenters/search/quote_text_presenter.rb', line 8 def customer_link return unless r.has_columns?(:customer_full_name, :customer_id) r.customer_full_name end |
#quote_link ⇒ Object
4 5 6 |
# File 'app/presenters/search/quote_text_presenter.rb', line 4 def quote_link r.reference_number end |