Module: Katello::Concerns::PermissionExtensions
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/lib/katello/concerns/permission_extensions.rb
Instance Attribute Summary collapse
-
#finder_scope ⇒ Object
Returns the value of attribute finder_scope.
Instance Method Summary collapse
Instance Attribute Details
#finder_scope ⇒ Object
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, ) super(name, hash, ) @finder_scope = [:finder_scope] end |