Class: Search::DeliveryTextPresenter

Inherits:
DeliveryPresenter
  • Object
show all
Defined in:
app/presenters/search/delivery_text_presenter.rb

Overview

Presenter: delivery text presenter.

Instance Method Summary collapse

Instance Method Details



12
13
14
# File 'app/presenters/search/delivery_text_presenter.rb', line 12

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


4
5
6
# File 'app/presenters/search/delivery_text_presenter.rb', line 4

def delivery_link
  "DE#{r.id}"
end


8
9
10
# File 'app/presenters/search/delivery_text_presenter.rb', line 8

def order_link
  r.order_reference_number
end