Class: Git::Fancy::BranchHistory::Branch
- Inherits:
-
Struct
- Object
- Struct
- Git::Fancy::BranchHistory::Branch
- Defined in:
- lib/git/fancy/branch_history.rb
Instance Attribute Summary collapse
-
#last_accessed ⇒ Object
Returns the value of attribute last_accessed.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
Instance Attribute Details
#last_accessed ⇒ Object
Returns the value of attribute last_accessed
10 11 12 |
# File 'lib/git/fancy/branch_history.rb', line 10 def last_accessed @last_accessed end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/git/fancy/branch_history.rb', line 10 def name @name end |
#note ⇒ Object
Returns the value of attribute note
10 11 12 |
# File 'lib/git/fancy/branch_history.rb', line 10 def note @note end |