class Splunk::Event
Event
represents a single event returned from a ResultsReader
.
Event
is a subclass of Hash
, adding a single method +segmented_raw()+ which returns a string containing the XML of the raw event, as opposed to the unescaped, raw strings returned by fetching a particular field via [].
Attributes
raw_xml[W]
Public Instance Methods
segmented_raw()
click to toggle source
# File lib/splunk-sdk-ruby/resultsreader.rb, line 245 def segmented_raw @raw_xml end