Method: Falsify::Product#images
- Defined in:
- lib/falsify/models/product/product.rb
#images ⇒ String
A list of product image objects, each one representing an image associated with the product.
29 30 31 |
# File 'lib/falsify/models/product/product.rb', line 29 def images @images end |