Class: AdLint::FileMetric
- Inherits:
-
CodeMetric
- Object
- CodeMetric
- AdLint::FileMetric
- Defined in:
- lib/adlint/metric.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(name, fpath, val) ⇒ FileMetric
constructor
A new instance of FileMetric.
Methods inherited from CodeMetric
Constructor Details
#initialize(name, fpath, val) ⇒ FileMetric
Returns a new instance of FileMetric.
55 56 57 58 59 |
# File 'lib/adlint/metric.rb', line 55 def initialize(name, fpath, val) @name = name @fpath = fpath @val = val end |