Class: Capacitor::Lynx::SkippedPackage
- Inherits:
-
Struct
- Object
- Struct
- Capacitor::Lynx::SkippedPackage
- Defined in:
- lib/capacitor/lynx/autolink.rb
Instance Attribute Summary collapse
-
#npm_name ⇒ Object
Returns the value of attribute npm_name.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#npm_name ⇒ Object
Returns the value of attribute npm_name
24 25 26 |
# File 'lib/capacitor/lynx/autolink.rb', line 24 def npm_name @npm_name end |
#reason ⇒ Object
Returns the value of attribute reason
24 25 26 |
# File 'lib/capacitor/lynx/autolink.rb', line 24 def reason @reason end |