in lib/facebook_ads/ad_objects/server_side/event_response.rb [90:103]
def to_s
hash = {}
unless events_received.nil?
hash['events_received'] = events_received
end
unless messages.nil?
hash['messages'] = messages
end
unless fbtrace_id.nil?
hash['fbtrace_id'] = fbtrace_id
end
hash.to_s
end