Class: NiceCommits::Options
- Inherits:
-
Object
- Object
- NiceCommits::Options
- Defined in:
- lib/nice_commits/options.rb
Instance Attribute Summary collapse
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#since ⇒ Object
Returns the value of attribute since.
Instance Attribute Details
#dir ⇒ Object
Returns the value of attribute dir.
3 4 5 |
# File 'lib/nice_commits/options.rb', line 3 def dir @dir end |
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/nice_commits/options.rb', line 5 def logger @logger end |
#since ⇒ Object
Returns the value of attribute since.
4 5 6 |
# File 'lib/nice_commits/options.rb', line 4 def since @since end |