Class: Search::ItemTextPresenter

Inherits:
ItemPresenter
  • Object
show all
Defined in:
app/presenters/search/item_text_presenter.rb

Instance Method Summary collapse

Instance Method Details



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

def item_thumbnail_link
end


10
11
12
# File 'app/presenters/search/item_text_presenter.rb', line 10

def name_with_link
  r.name
end


6
7
8
# File 'app/presenters/search/item_text_presenter.rb', line 6

def sku_with_link
  r.sku
end