Class: LicenseUtils::Contributor

Inherits:
Data
  • Object
show all
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.

email

The contributor’s email address.

year

The most recent year they modified the file.

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



33
34
35
# File 'lib/ratatui_ruby/devtools/tasks/license/license_utils.rb', line 33

def email
  @email
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/ratatui_ruby/devtools/tasks/license/license_utils.rb', line 33

def name
  @name
end

#yearObject (readonly)

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



33
34
35
# File 'lib/ratatui_ruby/devtools/tasks/license/license_utils.rb', line 33

def year
  @year
end