Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 336 Bytes

PerclScript.md

File metadata and controls

18 lines (12 loc) · 336 Bytes

Freeclimb::PerclScript

Properties

Name Type Description Notes
commands Array<PerclCommand> A JSON array of PerCL commands [optional]

Example

require 'freeclimb'

instance = Freeclimb::PerclScript.new(
  commands: null
)