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
3 4 5 |
# File 'lib/git_snip/branch.rb', line 3 def @author end |
#date ⇒ Object
Returns the value of attribute date
3 4 5 |
# File 'lib/git_snip/branch.rb', line 3 def date @date end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/git_snip/branch.rb', line 3 def @message end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/git_snip/branch.rb', line 3 def name @name end |
#sha ⇒ Object
Returns the value of attribute sha
3 4 5 |
# File 'lib/git_snip/branch.rb', line 3 def sha @sha end |