Class: Ea::Transformations::Configuration::ParserConfig
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ea::Transformations::Configuration::ParserConfig
- Defined in:
- lib/ea/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/ea/transformations/configuration.rb', line 47 def handles_extension?(ext) extension == ext.downcase end |