Method: UpGuard::NodeType#to_json

Defined in:
lib/upguard/NodeType.rb

#to_json(options = nil) ⇒ Object



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

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