Class: GHArchive::CommitAuthor

Inherits:
Struct
  • Object
show all
Defined in:
lib/gh-archive/entities.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



6
7
8
# File 'lib/gh-archive/entities.rb', line 6

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/gh-archive/entities.rb', line 6

def name
  @name
end