class GitReporting::Configuration

Attributes

prefix[RW]

Public Class Methods

new() click to toggle source
# File lib/git_reporting.rb, line 24
def initialize
  @prefix = nil
end