Method: Falsify::Product#images

Defined in:
lib/falsify/models/product/product.rb

#imagesString

A list of product image objects, each one representing an image associated with the product.

Returns:

  • (String)


29
30
31
# File 'lib/falsify/models/product/product.rb', line 29

def images
  @images
end