Class: LocoMotion::Icons::Vendorer::Result
- Inherits:
-
Struct
- Object
- Struct
- LocoMotion::Icons::Vendorer::Result
- Defined in:
- lib/loco_motion/icons/vendorer.rb
Overview
See #vendor: vendored count, missing refs, libraries rebuilt.
Instance Attribute Summary collapse
-
#libraries ⇒ Object
Returns the value of attribute libraries.
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#vendored ⇒ Object
Returns the value of attribute vendored.
Instance Attribute Details
#libraries ⇒ Object
Returns the value of attribute libraries
23 24 25 |
# File 'lib/loco_motion/icons/vendorer.rb', line 23 def libraries @libraries end |
#missing ⇒ Object
Returns the value of attribute missing
23 24 25 |
# File 'lib/loco_motion/icons/vendorer.rb', line 23 def missing @missing end |
#vendored ⇒ Object
Returns the value of attribute vendored
23 24 25 |
# File 'lib/loco_motion/icons/vendorer.rb', line 23 def vendored @vendored end |