Class: Reading::Parsing::Attributes::Author
- Defined in:
- lib/reading/parsing/attributes/author.rb
Overview
Transformer for the :author item attribute.
Instance Method Summary collapse
Instance Method Details
#transform_from_parsed(parsed_row, head_index) ⇒ String
9 10 11 |
# File 'lib/reading/parsing/attributes/author.rb', line 9 def transform_from_parsed(parsed_row, head_index) parsed_row[:head][head_index][:author] end |