class Splunk::Message

Class to represent system wide messages.

Message differs from Entity only in having a method value to fetch the detail of the message.

Public Instance Methods

value() click to toggle source

Returns the message's details.

Returns: a String.

# File lib/splunk-sdk-ruby/entity/message.rb, line 32
def value
  fetch(@name)
end