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