Method: Facebooker::EventsGet.process
- Defined in:
- lib/facebooker/parser.rb
.process(data) ⇒ Object
396 397 398 |
# File 'lib/facebooker/parser.rb', line 396 def self.process(data) array_of_hashes(element('events_get_response', data), 'event') end |