Class: Authorization::DevelopmentSupport::ChangeSupporter::GroupedApproach

Inherits:
Object
  • Object
show all
Defined in:
lib/declarative_authorization/development_support/change_supporter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(approach) ⇒ GroupedApproach

Returns a new instance of GroupedApproach.



87
88
89
90
# File 'lib/declarative_authorization/development_support/change_supporter.rb', line 87

def initialize (approach)
  @approach = approach
  @similar_approaches = []
end

Instance Attribute Details

#approachObject

Returns the value of attribute approach.



86
87
88
# File 'lib/declarative_authorization/development_support/change_supporter.rb', line 86

def approach
  @approach
end

#similar_approachesObject

Returns the value of attribute similar_approaches.



86
87
88
# File 'lib/declarative_authorization/development_support/change_supporter.rb', line 86

def similar_approaches
  @similar_approaches
end