Class: Lutaml::Xsd::Commands::PackageCommand::BuildCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Lutaml::Xsd::Commands::PackageCommand::BuildCommand
- Defined in:
- lib/lutaml/xsd/commands/package_command.rb
Overview
Build command implementation
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
-
#initialize(config_file, options) ⇒ BuildCommand
constructor
A new instance of BuildCommand.
- #run ⇒ Object
Constructor Details
#initialize(config_file, options) ⇒ BuildCommand
Returns a new instance of BuildCommand.
414 415 416 417 |
# File 'lib/lutaml/xsd/commands/package_command.rb', line 414 def initialize(config_file, ) super() @config_file = config_file end |
Instance Method Details
#run ⇒ Object
419 420 421 422 |
# File 'lib/lutaml/xsd/commands/package_command.rb', line 419 def run validate_config_file build_package end |