Class: Hecks::Translation::Audit::Verdict
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Translation::Audit::Verdict
- Defined in:
- lib/hecks/translation/audit.rb
Instance Attribute Summary collapse
-
#dropped ⇒ Object
Returns the value of attribute dropped.
-
#samples ⇒ Object
Returns the value of attribute samples.
-
#unfed ⇒ Object
Returns the value of attribute unfed.
-
#violations ⇒ Object
Returns the value of attribute violations.
Instance Method Summary collapse
Instance Attribute Details
#dropped ⇒ Object
Returns the value of attribute dropped
18 19 20 |
# File 'lib/hecks/translation/audit.rb', line 18 def dropped @dropped end |
#samples ⇒ Object
Returns the value of attribute samples
18 19 20 |
# File 'lib/hecks/translation/audit.rb', line 18 def samples @samples end |
#unfed ⇒ Object
Returns the value of attribute unfed
18 19 20 |
# File 'lib/hecks/translation/audit.rb', line 18 def unfed @unfed end |
#violations ⇒ Object
Returns the value of attribute violations
18 19 20 |
# File 'lib/hecks/translation/audit.rb', line 18 def violations @violations end |
Instance Method Details
#ok? ⇒ Boolean
19 |
# File 'lib/hecks/translation/audit.rb', line 19 def ok? = violations.empty? |