class OoxmlParser::Author
Single author ‘author`
Attributes
Public Instance Methods
Source
# File lib/ooxml_parser/xlsx_parser/workbook/worksheet/excel_comments/author.rb, line 11 def parse(node) @name = node.text self end
Parse Author
object @param node [Nokogiri::XML:Element] node to parse @return [Author] result of parsing