Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 401 Bytes

PerclCommand.md

File metadata and controls

18 lines (12 loc) · 401 Bytes

Freeclimb::PerclCommand

Properties

Name Type Description Notes
command String Name of PerCL Command (this is automatically derived from mapping configuration and should not be manually supplied in any arguments) [optional]

Example

require 'freeclimb'

instance = Freeclimb::PerclCommand.new(
  command: null
)