Class: CqmValidators::CDA
- Inherits:
-
Schema::Validator
- Object
- Schema::Validator
- CqmValidators::CDA
- Includes:
- Singleton
- Defined in:
- lib/validators.rb
Instance Method Summary collapse
-
#initialize ⇒ CDA
constructor
A new instance of CDA.
Methods inherited from Schema::Validator
Methods included from BaseValidator
Constructor Details
#initialize ⇒ CDA
Returns a new instance of CDA.
43 44 45 |
# File 'lib/validators.rb', line 43 def initialize super('CDA SDTC Validator', File.join(BASE_DIR, CDA_SDTC_SCHEMA)) end |