Class: LocoMotion::Icons::Verifier::Result
- Inherits:
-
Struct
- Object
- Struct
- LocoMotion::Icons::Verifier::Result
- Defined in:
- lib/loco_motion/icons/verifier.rb
Overview
See #verify: verified count and the missing references.
Instance Attribute Summary collapse
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#verified ⇒ Object
Returns the value of attribute verified.
Instance Attribute Details
#missing ⇒ Object
Returns the value of attribute missing
20 21 22 |
# File 'lib/loco_motion/icons/verifier.rb', line 20 def missing @missing end |
#verified ⇒ Object
Returns the value of attribute verified
20 21 22 |
# File 'lib/loco_motion/icons/verifier.rb', line 20 def verified @verified end |