Module: Facebooker::Parser::REXMLElementExtensions
- Defined in:
- lib/facebooker/parser.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
12 13 14 |
# File 'lib/facebooker/parser.rb', line 12 def [] key attributes[key] end |
#content ⇒ Object
8 9 10 |
# File 'lib/facebooker/parser.rb', line 8 def content self.text || '' end |
#text? ⇒ Boolean
16 17 18 |
# File 'lib/facebooker/parser.rb', line 16 def text? false end |