Method: Vici::Message#root

Defined in:
lib/vici.rb

#rootObject

Get the root element of the parsed ruby data structures



108
109
110
111
# File 'lib/vici.rb', line 108

def root
  @root = parse(@encoded) if @root.nil?
  @root
end