Class Authorization::DevelopmentSupport::ChangeSupporter::GroupedApproach
In: lib/declarative_authorization/development_support/change_supporter.rb
Parent: Object

Methods

new  

Attributes

approach  [RW] 
similar_approaches  [RW] 

Public Class methods

[Source]

    # File lib/declarative_authorization/development_support/change_supporter.rb, line 87
87:         def initialize (approach)
88:           @approach = approach
89:           @similar_approaches = []
90:         end

[Validate]