Class: Splunk::DefaultNamespace
- Inherits:
-
Object
- Object
- Splunk::DefaultNamespace
- Includes:
- Singleton, Namespace
- Defined in:
- lib/splunk-sdk-ruby/namespace.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#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.
- #to_path_fragment ⇒ Object
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.
185 |
# File 'lib/splunk-sdk-ruby/namespace.rb', line 185 def is_exact?() true end |
#to_path_fragment ⇒ Object
186 |
# File 'lib/splunk-sdk-ruby/namespace.rb', line 186 def to_path_fragment() ["services"] end |