Class: Spikard::LicenseInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLicenseInfo

Returns a new instance of LicenseInfo.

Parameters:

  • name: (String)
  • url: (String)


394
# File 'sig/types.rbs', line 394

def initialize: (name: String, ?url: String) -> void

Instance Attribute Details

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


391
392
393
# File 'sig/types.rbs', line 391

def name
  @name
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


392
393
394
# File 'sig/types.rbs', line 392

def url
  @url
end