Module: Pfm::Command::ValidatorCommands

Defined in:
lib/iapi-idlc-sdk-pfm/command/validator_commands.rb,
lib/iapi-idlc-sdk-pfm/command/validator_commands/base.rb,
lib/iapi-idlc-sdk-pfm/command/validator_commands/server_build.rb,
lib/iapi-idlc-sdk-pfm/command/validator_commands/infrastructure.rb

Overview

## ValidatorCommands

This module is the namespace for all subcommands of ‘pfm validate`

Defined Under Namespace

Classes: Base, Infrastructure, ServerBuild, ValidationError

Class Method Summary collapse

Class Method Details

.build(class_name, params) ⇒ Object



27
28
29
# File 'lib/iapi-idlc-sdk-pfm/command/validator_commands.rb', line 27

def self.build(class_name, params)
  const_get(class_name).new(params)
end