Class: Www::ProductCatalogPresenter::DocRecord
- Inherits:
-
Struct
- Object
- Struct
- Www::ProductCatalogPresenter::DocRecord
- Defined in:
- app/presenters/www/product_catalog_presenter.rb
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
13 14 15 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 13 def category @category end |
#content_url ⇒ Object
Returns the value of attribute content_url
13 14 15 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 13 def content_url @content_url end |
#featured_position ⇒ Object
Returns the value of attribute featured_position
13 14 15 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 13 def featured_position @featured_position end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 13 def name @name end |
#sku ⇒ Object
Returns the value of attribute sku
13 14 15 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 13 def sku @sku end |
#star? ⇒ Object
Returns the value of attribute star?
13 14 15 |
# File 'app/presenters/www/product_catalog_presenter.rb', line 13
def star?
@star?
end
|