class Authorization::DevelopmentSupport::ChangeSupporter::Test

Attributes

context[R]
positive[R]
privilege[R]
user[R]

Public Class Methods

new(positive, privilege, options = {}) click to toggle source
# File lib/declarative_authorization/development_support/change_supporter.rb, line 125
def initialize (positive, privilege, options = {})
  @positive, @privilege = positive, privilege
  @context = options[:context]
  @user = options[:user]
end