Class: CurrentCommitRails::CommitHash

Inherits:
Struct
  • Object
show all
Defined in:
lib/current_commit_rails/commit_hash.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def author
  @author
end

#author_emailObject

Returns the value of attribute author_email

Returns:

  • (Object)

    the current value of author_email



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def author_email
  @author_email
end

#author_timeObject

Returns the value of attribute author_time

Returns:

  • (Object)

    the current value of author_time



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def author_time
  @author_time
end

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def branch
  @branch
end

#committerObject

Returns the value of attribute committer

Returns:

  • (Object)

    the current value of committer



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def committer
  @committer
end

#committer_emailObject

Returns the value of attribute committer_email

Returns:

  • (Object)

    the current value of committer_email



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def committer_email
  @committer_email
end

#committer_timeObject

Returns the value of attribute committer_time

Returns:

  • (Object)

    the current value of committer_time



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def committer_time
  @committer_time
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def message
  @message
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def sha
  @sha
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



7
8
9
# File 'lib/current_commit_rails/commit_hash.rb', line 7

def time
  @time
end