Class: Git::Lint::Configuration::Trailer

Inherits:
Data
  • Object
show all
Defined in:
lib/git/lint/configuration/trailer.rb

Overview

Defines trailer configuration as a subset of the primary settings.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/git/lint/configuration/trailer.rb', line 7

def name
  @name
end

#patternObject (readonly)

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



7
8
9
# File 'lib/git/lint/configuration/trailer.rb', line 7

def pattern
  @pattern
end