Class: QuickSearch::RmaPresenter

Inherits:
PinPresenter
  • Object
show all
Defined in:
app/presenters/quick_search/rma_presenter.rb

Overview

Presenter: rma presenter.

Instance Method Summary collapse

Instance Method Details

#set_attributesObject



4
5
6
7
# File 'app/presenters/quick_search/rma_presenter.rb', line 4

def set_attributes
  @title = result.rma_number
  @sub_header = build_sub_header
end