Class: Lutaml::ModelTransformations::Configuration::ParserConfig
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Lutaml::ModelTransformations::Configuration::ParserConfig
- Defined in:
- lib/lutaml/model_transformations/configuration.rb
Overview
Parser configuration model
Instance Method Summary collapse
-
#handles_extension?(ext) ⇒ Boolean
Check if this parser handles the given extension.
Instance Method Details
#handles_extension?(ext) ⇒ Boolean
Check if this parser handles the given extension
47 48 49 |
# File 'lib/lutaml/model_transformations/configuration.rb', line 47 def handles_extension?(ext) extension == ext.downcase end |