Class: LicenseFinder::Nuget::Dependency
- Inherits:
-
Struct
- Object
- Struct
- LicenseFinder::Nuget::Dependency
- Defined in:
- lib/license_finder/package_managers/nuget.rb
Instance Attribute Summary collapse
-
#assembly ⇒ Object
Returns the value of attribute assembly.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#assembly ⇒ Object
Returns the value of attribute assembly
26 27 28 |
# File 'lib/license_finder/package_managers/nuget.rb', line 26 def assembly @assembly end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/license_finder/package_managers/nuget.rb', line 26 def name @name end |
#version ⇒ Object
Returns the value of attribute version
26 27 28 |
# File 'lib/license_finder/package_managers/nuget.rb', line 26 def version @version end |