Class: AccessLint::Audit
- Inherits:
-
Object
- Object
- AccessLint::Audit
- Defined in:
- lib/access_lint/audit.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(target) ⇒ Audit
constructor
A new instance of Audit.
- #run ⇒ Object
- #runner ⇒ Object
Constructor Details
#initialize(target) ⇒ Audit
Returns a new instance of Audit.
8 9 10 |
# File 'lib/access_lint/audit.rb', line 8 def initialize(target) @target = target end |
Instance Attribute Details
#target ⇒ Object (readonly)
Returns the value of attribute target.
6 7 8 |
# File 'lib/access_lint/audit.rb', line 6 def target @target end |