Class: LicenseUtils::Contributor
- Inherits:
-
Data
- Object
- Data
- LicenseUtils::Contributor
- Defined in:
- lib/ratatui_ruby/devtools/tasks/license/license_utils.rb
Overview
A contributor with their latest modification year.
- name
-
The contributor’s display name.
-
The contributor’s email address.
- year
-
The most recent year they modified the file.
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#year ⇒ Object
readonly
Returns the value of attribute year.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
33 34 35 |
# File 'lib/ratatui_ruby/devtools/tasks/license/license_utils.rb', line 33 def email @email end |
#name ⇒ Object (readonly)
Returns the value of attribute name
33 34 35 |
# File 'lib/ratatui_ruby/devtools/tasks/license/license_utils.rb', line 33 def name @name end |
#year ⇒ Object (readonly)
Returns the value of attribute year
33 34 35 |
# File 'lib/ratatui_ruby/devtools/tasks/license/license_utils.rb', line 33 def year @year end |