Class: Search::SupplierItemTextPresenter
- Inherits:
-
SupplierItemPresenter
- Object
- SupplierItemPresenter
- Search::SupplierItemTextPresenter
- Defined in:
- app/presenters/search/supplier_item_text_presenter.rb
Instance Method Summary collapse
Instance Method Details
#active ⇒ Object
8 9 10 |
# File 'app/presenters/search/supplier_item_text_presenter.rb', line 8 def active h.y r.active end |
#item_link ⇒ Object
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 |