Class: Www::ProductCatalogPresenter::DocRecord
- Inherits:
-
Struct
- Object
- Struct
- Www::ProductCatalogPresenter::DocRecord
- Defined in:
- app/presenters/www/product_catalog_presenter.rb
Overview
Presenter: doc record.
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#content_url ⇒ Object
Returns the value of attribute content_url.
-
#featured_position ⇒ Object
Returns the value of attribute featured_position.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sku ⇒ Object
Returns the value of attribute sku.
-
#star? ⇒ Object
Returns the value of attribute star?.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
15 16 17 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 15 def category @category end |
#content_url ⇒ Object
Returns the value of attribute content_url
15 16 17 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 15 def content_url @content_url end |
#featured_position ⇒ Object
Returns the value of attribute featured_position
15 16 17 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 15 def featured_position @featured_position end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 15 def name @name end |
#sku ⇒ Object
Returns the value of attribute sku
15 16 17 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 15 def sku @sku end |
#star? ⇒ Object
Returns the value of attribute star?
15 16 17 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 15
def star?
@star?
end
|