Parent

Methods

Splunk::CaseInsensitiveCollection

Public Class Methods

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

  # +CaseInsensitiveCollection+ is only currently used for users and roles,
  # both of which require @+always_fetch=true+. This property is not inherent
  # to +CaseInsensitiveCollection+ in any particular way. It was just a
  # convenient place to put it.
  @always_fetch = true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.