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)


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

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

Instance Attribute Details

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


371
372
373
# File 'sig/types.rbs', line 371

def name
  @name
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


372
373
374
# File 'sig/types.rbs', line 372

def url
  @url
end