Module: Pfm::Command::GeneratorCommands

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

Overview

## GeneratorCommands

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

Defined Under Namespace

Classes: Base, ServerBuild

Class Method Summary collapse

Class Method Details

.build(class_name, params) ⇒ Object



29
30
31
# File 'lib/iapi-idlc-sdk-pfm/command/generator_commands.rb', line 29

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