Class: Git::Fancy::BranchHistory::Branch

Inherits:
Struct
  • Object
show all
Defined in:
lib/git/fancy/branch_history.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_accessed ⇒ Object

Returns the value of attribute last_accessed

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of note



10
11
12
# File 'lib/git/fancy/branch_history.rb', line 10

def note
  @note
end