Class: OpenEHR::Parser::ADLParser

Inherits:
Base
  • Object
show all
Defined in:
lib/openehr/parser/adl_parser.rb

Instance Attribute Summary

Attributes inherited from Base

#filename

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ ADLParser

Returns a new instance of ADLParser.



12
13
14
# File 'lib/openehr/parser/adl_parser.rb', line 12

def initialize(filename)
  super
end

Instance Method Details

#parseObject



16
17
18
# File 'lib/openehr/parser/adl_parser.rb', line 16

def parse
  archetype
end