Method: UpGuard::EventAction#to_json

Defined in:
lib/upguard/EventAction.rb

#to_json(options = nil) ⇒ Object



37
38
39
40
# File 'lib/upguard/EventAction.rb', line 37

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