class Authorization::DevelopmentSupport::ChangeSupporter::GroupedApproach

Attributes

approach[RW]
similar_approaches[RW]

Public Class Methods

new(approach) click to toggle source
# File lib/declarative_authorization/development_support/change_supporter.rb, line 87
def initialize (approach)
  @approach = approach
  @similar_approaches = []
end