Class: Debtective::FindCommit::Commit

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



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

def author
  @author
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



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

def sha
  @sha
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



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

def time
  @time
end