Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

UltracartClient::ScreenRecordingStoreFront

Properties

Name Type Description Notes
storefront_host_name String [optional]
storefront_oid Integer [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenRecordingStoreFront.new(
  storefront_host_name: null,
  storefront_oid: null
)