Class: GitSnip::Branch::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_snip/branch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author



3
4
5
# File 'lib/git_snip/branch.rb', line 3

def author
  @author
end

#dateObject

Returns the value of attribute date



3
4
5
# File 'lib/git_snip/branch.rb', line 3

def date
  @date
end

#messageObject

Returns the value of attribute message



3
4
5
# File 'lib/git_snip/branch.rb', line 3

def message
  @message
end

#nameObject

Returns the value of attribute name



3
4
5
# File 'lib/git_snip/branch.rb', line 3

def name
  @name
end

#shaObject

Returns the value of attribute sha



3
4
5
# File 'lib/git_snip/branch.rb', line 3

def sha
  @sha
end