Class: LocoMotion::Icons::Vendorer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/loco_motion/icons/vendorer.rb

Overview

See #vendor: vendored count, missing refs, libraries rebuilt.

Instance Attribute Summary collapse

Instance Attribute Details

#librariesObject

Returns the value of attribute libraries

Returns:

  • (Object)

    the current value of libraries



23
24
25
# File 'lib/loco_motion/icons/vendorer.rb', line 23

def libraries
  @libraries
end

#missingObject

Returns the value of attribute missing

Returns:

  • (Object)

    the current value of missing



23
24
25
# File 'lib/loco_motion/icons/vendorer.rb', line 23

def missing
  @missing
end

#vendoredObject

Returns the value of attribute vendored

Returns:

  • (Object)

    the current value of vendored



23
24
25
# File 'lib/loco_motion/icons/vendorer.rb', line 23

def vendored
  @vendored
end