Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 498 Bytes

File metadata and controls

20 lines (14 loc) · 498 Bytes

UltracartClient::SfvbVelocityValidateRequest

Properties

Name Type Description Notes
path String Optional path the template would be written to. Used only to improve error messages. [optional]
template String The Velocity template source to validate. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::SfvbVelocityValidateRequest.new(
  path: null,
  template: null
)