Module: Katello::Concerns::PermissionExtensions

Extended by:
ActiveSupport::Concern
Defined in:
app/lib/katello/concerns/permission_extensions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#finder_scopeObject

Returns the value of attribute finder_scope.



6
7
8
# File 'app/lib/katello/concerns/permission_extensions.rb', line 6

def finder_scope
  @finder_scope
end

Instance Method Details

#initialize(name, hash, options) ⇒ Object



8
9
10
11
# File 'app/lib/katello/concerns/permission_extensions.rb', line 8

def initialize(name, hash, options)
  super(name, hash, options)
  @finder_scope = options[:finder_scope]
end