Class: ESS::Postprocessing::FeedTitle

Inherits:
Object
  • Object
show all
Defined in:
lib/ess/postprocessing.rb

Overview

Varous classes for postprocessing tag values. Should not be used directly, instances of it’s classes are part of the DTD.

Instance Method Summary collapse

Instance Method Details

#process(feed_tag, title_tag) ⇒ Object



12
13
14
# File 'lib/ess/postprocessing.rb', line 12

def process feed_tag, title_tag
  feed_tag.id(title_tag.text!) if feed_tag.id.text! == ""
end