Class: Splunk::DefaultNamespace

Inherits:
Object
  • Object
show all
Includes:
Singleton, Namespace
Defined in:
lib/splunk-sdk-ruby/namespace.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#is_exact?Boolean

A services/ namespace always uses the current user and current app, neither of which are wildcards, so this namespace is guaranteed to be exact.

Returns:

  • (Boolean)


185
# File 'lib/splunk-sdk-ruby/namespace.rb', line 185

def is_exact?() true end

#to_path_fragmentObject



186
# File 'lib/splunk-sdk-ruby/namespace.rb', line 186

def to_path_fragment() ["services"] end