Method: UpGuard::ConnectionManager#to_json

Defined in:
lib/upguard/ConnectionManager.rb

#to_json(options = nil) ⇒ Object



57
58
59
60
# File 'lib/upguard/ConnectionManager.rb', line 57

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