Class: Debtective::Comments::FindCommit::Author

Inherits:
Struct
  • Object
show all
Defined in:
lib/debtective/comments/find_commit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



10
11
12
# File 'lib/debtective/comments/find_commit.rb', line 10

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/debtective/comments/find_commit.rb', line 10

def name
  @name
end