Class: Search::SupplierItemTextPresenter

Inherits:
SupplierItemPresenter
  • Object
show all
Defined in:
app/presenters/search/supplier_item_text_presenter.rb

Instance Method Summary collapse

Instance Method Details

#activeObject



8
9
10
# File 'app/presenters/search/supplier_item_text_presenter.rb', line 8

def active
  h.y r.active
end


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

def item_link
  return unless r.has_columns?(:sku, :item_id)
  r.sku
end