Method: RelatonIeee::IdamsParser#initialize
- Defined in:
- lib/relaton_ieee/idams_parser.rb
#initialize(doc, fetcher) ⇒ IdamsParser
Returns a new instance of IdamsParser.
11 12 13 14 |
# File 'lib/relaton_ieee/idams_parser.rb', line 11 def initialize(doc, fetcher) @doc = doc @fetcher = fetcher end |