Method: UpGuard::Event#to_json

Defined in:
lib/upguard/Event.rb

#to_json(options = nil) ⇒ Object



33
34
35
36
# File 'lib/upguard/Event.rb', line 33

def to_json(options = nil)
  h = to_hash
  return h.to_json(options)
end