lib/rixml.rb in rixml-0.4.4 vs lib/rixml.rb in rixml-0.4.5
- old
+ new
@@ -59,9 +59,10 @@
def report_info
content = @attrs.dig('Research', 'Product', 'Content')
{
title: content['Title'],
+ subtitle: content['SubTitle'],
abstract: content['Abstract'],
synopsis: content['Synopsis'],
file_name: content['Resource']&.dig('Name'),
pages: resource_length(content['Resource'])
}