Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 673 Bytes

File metadata and controls

26 lines (20 loc) · 673 Bytes

UltracartClient::CartItemMultimediaThumbnail

Properties

Name Type Description Notes
height Integer Height in pixels [optional]
png Boolean True if thumbnail is a PNG, otherwise its a JPEG [optional]
square Boolean True if the thumbnail is square [optional]
url String URL for the thumbnail [optional]
width Integer Width in pixels [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CartItemMultimediaThumbnail.new(
  height: null,
  png: null,
  square: null,
  url: null,
  width: null
)