Method: Facebooker::GetTags.process
- Defined in:
- lib/facebooker/parser.rb
.process(data) ⇒ Object
335 336 337 |
# File 'lib/facebooker/parser.rb', line 335 def self.process(data) array_of_hashes(element('photos_getTags_response', data), 'photo_tag') end |