Class: Git::Lint::Configuration::Trailer
- Inherits:
-
Data
- Object
- Data
- Git::Lint::Configuration::Trailer
- Defined in:
- lib/git/lint/configuration/trailer.rb
Overview
Defines trailer configuration as a subset of the primary settings.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/git/lint/configuration/trailer.rb', line 7 def name @name end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
7 8 9 |
# File 'lib/git/lint/configuration/trailer.rb', line 7 def pattern @pattern end |