Parent

Methods

Splunk::Apps

Public Class Methods

new(service, resource, entity_class=Entity) click to toggle source
# File lib/splunk-sdk-ruby/collection/apps.rb, line 25
def initialize(service, resource, entity_class=Entity)
  super(service, resource, entity_class)

  # On Splunk 4.2, a newly created app does not have its Atom returned.
  # Instead, an Atom entity named "Created" is returned, so we have to
  # refresh the app manually. After 4.2 is no longer supported, we can
  # remove this line.
  @always_fetch = true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.