Class: Nokogiri::XML::Element

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

Instance Method Summary collapse

Instance Method Details

#attr_text(attr) ⇒ Object



33
34
35
# File 'lib/csteamer.rb', line 33

def attr_text(attr)
  self.attr(attr).inner_text rescue nil
end