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.
394 |
# File 'sig/types.rbs', line 394
def initialize: (name: String, ?url: String) -> void
|
Instance Attribute Details
#name ⇒ String (readonly)
Returns the value of attribute name.
391 392 393 |
# File 'sig/types.rbs', line 391 def name @name end |
#url ⇒ String (readonly)
Returns the value of attribute url.
392 393 394 |
# File 'sig/types.rbs', line 392 def url @url end |