Method: UpGuard::ConnectionManagerList#to_json

Defined in:
lib/upguard/ConnectionManagerList.rb,
lib/upguard/ConnectionManagerList.rb

#to_jsonObject



9
10
11
12
# File 'lib/upguard/ConnectionManagerList.rb', line 9

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