Class: RailsProof::AiConcernFilter::SkippedConcern
- Inherits:
-
Struct
- Object
- Struct
- RailsProof::AiConcernFilter::SkippedConcern
- Defined in:
- lib/rails_proof/ai_concern_filter.rb
Instance Attribute Summary collapse
-
#concern ⇒ Object
Returns the value of attribute concern.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#concern ⇒ Object
Returns the value of attribute concern
7 8 9 |
# File 'lib/rails_proof/ai_concern_filter.rb', line 7 def concern @concern end |
#reason ⇒ Object
Returns the value of attribute reason
7 8 9 |
# File 'lib/rails_proof/ai_concern_filter.rb', line 7 def reason @reason end |