Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 387 Bytes

File metadata and controls

20 lines (14 loc) · 387 Bytes

UltracartClient::LibraryItemScreenshot

Properties

Name Type Description Notes
default_url Boolean [optional]
screenshot_url String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::LibraryItemScreenshot.new(
  default_url: null,
  screenshot_url: null
)