Class: GitTopic::Formatter::Branches::Branch

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_topic/formatter/branches.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/git_topic/formatter/branches.rb', line 16

def name
  @name
end

#revObject

Returns the value of attribute rev

Returns:

  • (Object)

    the current value of rev



16
17
18
# File 'lib/git_topic/formatter/branches.rb', line 16

def rev
  @rev
end