Class: Spikard::LicenseInfo
- Inherits:
-
Object
- Object
- Spikard::LicenseInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ LicenseInfo
constructor
A new instance of LicenseInfo.
Constructor Details
#initialize ⇒ LicenseInfo
Returns a new instance of LicenseInfo.
374 |
# File 'sig/types.rbs', line 374
def initialize: (name: String, ?url: String) -> void
|
Instance Attribute Details
#name ⇒ String (readonly)
Returns the value of attribute name.
371 372 373 |
# File 'sig/types.rbs', line 371 def name @name end |
#url ⇒ String (readonly)
Returns the value of attribute url.
372 373 374 |
# File 'sig/types.rbs', line 372 def url @url end |