Class: QuickSearch::PresetJobPresenter

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

Instance Method Summary collapse

Instance Method Details

#set_attributesObject



3
4
5
6
# File 'app/presenters/quick_search/preset_job_presenter.rb', line 3

def set_attributes
  @title = "PreSet # #{result.measurecomp_job_number}"
  @sub_header = result.customer.full_name
end