Class: Lutaml::Xsd::Commands::PackageCommand::ValidateResolutionCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Lutaml::Xsd::Commands::PackageCommand::ValidateResolutionCommand
- Defined in:
- lib/lutaml/xsd/commands/package_command.rb
Overview
ValidateResolution command implementation
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
-
#initialize(package_file, options) ⇒ ValidateResolutionCommand
constructor
A new instance of ValidateResolutionCommand.
- #run ⇒ Object
Constructor Details
#initialize(package_file, options) ⇒ ValidateResolutionCommand
Returns a new instance of ValidateResolutionCommand.
1141 1142 1143 1144 |
# File 'lib/lutaml/xsd/commands/package_command.rb', line 1141 def initialize(package_file, ) super() @package_file = package_file end |
Instance Method Details
#run ⇒ Object
1146 1147 1148 1149 |
# File 'lib/lutaml/xsd/commands/package_command.rb', line 1146 def run validate_file_exists perform_resolution_validation end |