Class: MyPrecious::LicenseDescription
- Inherits:
-
String
- Object
- String
- MyPrecious::LicenseDescription
- Defined in:
- lib/myprecious.rb
Overview
Extension of String that can accomodate some additional commentary
The update_info
attribute is used to pass information about changes to licensing between the current and recommended version of a dependency, and may be nil
.
Instance Attribute Summary collapse
-
#update_info ⇒ Object
Returns the value of attribute update_info.
Instance Attribute Details
#update_info ⇒ Object
Returns the value of attribute update_info.
423 424 425 |
# File 'lib/myprecious.rb', line 423 def update_info @update_info end |