Class: Debtective::Comments::FindCommit::Commit

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



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

def author
  @author
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



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

def sha
  @sha
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



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

def time
  @time
end