Class: Repokeeper::Offenses::BranchesOffense

Inherits:
Struct
  • Object
show all
Defined in:
lib/repokeeper/offenses/branches_offense.rb

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameObject

Returns the value of attribute analyzer_name

Returns:

  • (Object)

    the current value of analyzer_name



3
4
5
# File 'lib/repokeeper/offenses/branches_offense.rb', line 3

def analyzer_name
  @analyzer_name
end

#branchesObject

Returns the value of attribute branches

Returns:

  • (Object)

    the current value of branches



3
4
5
# File 'lib/repokeeper/offenses/branches_offense.rb', line 3

def branches
  @branches
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/repokeeper/offenses/branches_offense.rb', line 3

def message
  @message
end