class Object
Public Instance Methods
../collection()
click to toggle source
Provides a class representing a configuration file.
# File lib/splunk-sdk-ruby/collection/apps.rb, line 21 require_relative '../collection'
../entity()
click to toggle source
Provides a class Index
to represent indexes on the Splunk server.
# File lib/splunk-sdk-ruby/entity/index.rb, line 21 require_relative '../entity'
ambiguous_entity_reference()
click to toggle source
Provides the Collection
class, which represents a collection in Splunk.
# File lib/splunk-sdk-ruby/collection.rb, line 21 require_relative 'ambiguous_entity_reference'
xml_shim()
click to toggle source
atomfeed.rb
provides an AtomFeed
class to parse the Atom XML feeds returned by most of Splunk's endpoints.
# File lib/splunk-sdk-ruby/atomfeed.rb, line 22 require_relative 'xml_shim'