Class: Build::Commit

Inherits:
Object
  • Object
show all
Defined in:
lib/core_blur/commit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idObject

Returns the value of attribute commit_id.



4
5
6
# File 'lib/core_blur/commit.rb', line 4

def commit_id
  @commit_id
end

#commit_mailObject

Returns the value of attribute commit_mail.



6
7
8
# File 'lib/core_blur/commit.rb', line 6

def commit_mail
  @commit_mail
end

#commit_msgObject

Returns the value of attribute commit_msg.



7
8
9
# File 'lib/core_blur/commit.rb', line 7

def commit_msg
  @commit_msg
end

#commit_timeObject

Returns the value of attribute commit_time.



8
9
10
# File 'lib/core_blur/commit.rb', line 8

def commit_time
  @commit_time
end

#committerObject

Returns the value of attribute committer.



5
6
7
# File 'lib/core_blur/commit.rb', line 5

def committer
  @committer
end