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



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

def author
  @author
end

#shaObject

Returns the value of attribute sha



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

def sha
  @sha
end

#timeObject

Returns the value of attribute time



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

def time
  @time
end