Method: Facebooker::NotificationsSend.process

Defined in:
lib/facebooker/parser.rb

.process(data) ⇒ Object



433
434
435
# File 'lib/facebooker/parser.rb', line 433

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