Class: GemXray::LicenseFetcher::GemLicenseInfo
- Inherits:
-
Struct
- Object
- Struct
- GemXray::LicenseFetcher::GemLicenseInfo
- Defined in:
- lib/gemxray/license_fetcher.rb
Instance Attribute Summary collapse
-
#homepage ⇒ Object
Returns the value of attribute homepage.
-
#licenses ⇒ Object
Returns the value of attribute licenses.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#homepage ⇒ Object
Returns the value of attribute homepage
9 10 11 |
# File 'lib/gemxray/license_fetcher.rb', line 9 def homepage @homepage end |
#licenses ⇒ Object
Returns the value of attribute licenses
9 10 11 |
# File 'lib/gemxray/license_fetcher.rb', line 9 def licenses @licenses end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/gemxray/license_fetcher.rb', line 9 def name @name end |
#source ⇒ Object
Returns the value of attribute source
9 10 11 |
# File 'lib/gemxray/license_fetcher.rb', line 9 def source @source end |
#version ⇒ Object
Returns the value of attribute version
9 10 11 |
# File 'lib/gemxray/license_fetcher.rb', line 9 def version @version end |