Class: Expressir::Commands::Changes
- Inherits:
-
Thor
- Object
- Thor
- Expressir::Commands::Changes
- Defined in:
- lib/expressir/commands/changes.rb
Overview
Thor subcommand for EXPRESS Changes file operations
Instance Method Summary collapse
Instance Method Details
#import_eengine(input_xml, schema_name, version) ⇒ Object
28 29 30 31 |
# File 'lib/expressir/commands/changes.rb', line 28 def import_eengine(input_xml, schema_name, version) ChangesImportEengine.call(input_xml, [:output], schema_name, version, **) end |
#validate(path) ⇒ Object
18 19 20 |
# File 'lib/expressir/commands/changes.rb', line 18 def validate(path) ChangesValidate.new().run(path) end |