Class: Search::EmployeeReviewTextPresenter

Inherits:
EmployeeReviewPresenter
  • Object
show all
Defined in:
app/presenters/search/employee_review_text_presenter.rb

Overview

Plain-text variant of EmployeeReviewPresenter for exports
and other non-HTML renderings.

Instance Method Summary collapse

Instance Method Details

Review name as plain text.

Returns:

  • (String)


16
17
18
# File 'app/presenters/search/employee_review_text_presenter.rb', line 16

def review_link
  r.review_name
end

Reviewee name as plain text.

Returns:

  • (String)


9
10
11
# File 'app/presenters/search/employee_review_text_presenter.rb', line 9

def reviewee_link
  r.reviewee_name
end