Class: ESS::Postprocessing::ChannelLink

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

Instance Method Summary collapse

Instance Method Details

#process(channel_tag, link_tag) ⇒ Object



46
47
48
# File 'lib/ess/postprocessing.rb', line 46

def process channel_tag, link_tag
  channel_tag.id(link_tag.text!) if channel_tag.id.text! == ""
end