Method: Facebooker::NotificationsSend.process

Defined in:
lib/facebooker/parser.rb

.process(data) ⇒ Object



408
409
410
# File 'lib/facebooker/parser.rb', line 408

def self.process(data)
  element('notifications_send_response', data).content.strip
end