Class: Search::DeliveryTextPresenter

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

Instance Method Summary collapse

Instance Method Details



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

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


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

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


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

def order_link
  r.order_reference_number
end