Class: Www::ProductCatalogPresenter::DocRecord

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/www/product_catalog_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



13
14
15
# File 'app/presenters/www/product_catalog_presenter.rb', line 13

def category
  @category
end

#content_urlObject

Returns the value of attribute content_url

Returns:

  • (Object)

    the current value of content_url



13
14
15
# File 'app/presenters/www/product_catalog_presenter.rb', line 13

def content_url
  @content_url
end

Returns the value of attribute featured_position

Returns:

  • (Object)

    the current value of featured_position



13
14
15
# File 'app/presenters/www/product_catalog_presenter.rb', line 13

def featured_position
  @featured_position
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'app/presenters/www/product_catalog_presenter.rb', line 13

def name
  @name
end

#skuObject

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of star?



13
14
15
# File 'app/presenters/www/product_catalog_presenter.rb', line 13

def star?
  @star?
end