Class: Relaton::Plateau::TechnicalReportParser

Inherits:
Parser
  • Object
show all
Defined in:
lib/relaton/plateau/technical_report_parser.rb

Constant Summary

Constants inherited from Parser

Parser::ATTRIS

Instance Method Summary collapse

Methods inherited from Parser

#parse

Constructor Details

#initialize(entry) ⇒ TechnicalReportParser

Returns a new instance of TechnicalReportParser.



4
5
6
7
# File 'lib/relaton/plateau/technical_report_parser.rb', line 4

def initialize(entry)
  @entry = entry
  super entry["technicalReport"]
end