Class: GemXray::LicenseFetcher::GemLicenseInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemxray/license_fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#homepageObject

Returns the value of attribute homepage

Returns:

  • (Object)

    the current value of homepage



9
10
11
# File 'lib/gemxray/license_fetcher.rb', line 9

def homepage
  @homepage
end

#licensesObject

Returns the value of attribute licenses

Returns:

  • (Object)

    the current value of licenses



9
10
11
# File 'lib/gemxray/license_fetcher.rb', line 9

def licenses
  @licenses
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gemxray/license_fetcher.rb', line 9

def name
  @name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/gemxray/license_fetcher.rb', line 9

def source
  @source
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



9
10
11
# File 'lib/gemxray/license_fetcher.rb', line 9

def version
  @version
end