Class: GitSnip::Branch::Row
- Inherits:
-
Struct
- Object
- Struct
- GitSnip::Branch::Row
- Defined in:
- lib/git_snip/branch.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#date ⇒ Object
Returns the value of attribute date.
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
7 8 9 |
# File 'lib/git_snip/branch.rb', line 7 def end |
#date ⇒ Object
Returns the value of attribute date
7 8 9 |
# File 'lib/git_snip/branch.rb', line 7 def date @date end |
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/git_snip/branch.rb', line 7 def end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/git_snip/branch.rb', line 7 def name @name end |
#sha ⇒ Object
Returns the value of attribute sha
7 8 9 |
# File 'lib/git_snip/branch.rb', line 7 def sha @sha end |