Class: Lutaml::Xsd::Commands::PackageCommand::ValidateCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Lutaml::Xsd::Commands::PackageCommand::ValidateCommand
- Defined in:
- lib/lutaml/xsd/commands/package_command.rb
Overview
Validate command implementation
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
-
#initialize(package_file, options) ⇒ ValidateCommand
constructor
A new instance of ValidateCommand.
- #run ⇒ Object
Constructor Details
#initialize(package_file, options) ⇒ ValidateCommand
Returns a new instance of ValidateCommand.
558 559 560 561 |
# File 'lib/lutaml/xsd/commands/package_command.rb', line 558 def initialize(package_file, ) super() @package_file = package_file end |
Instance Method Details
#run ⇒ Object
563 564 565 566 |
# File 'lib/lutaml/xsd/commands/package_command.rb', line 563 def run validate_file_exists perform_validation end |