Class: NiceCommits::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/nice_commits/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dirObject

Returns the value of attribute dir.



3
4
5
# File 'lib/nice_commits/options.rb', line 3

def dir
  @dir
end

#loggerObject

Returns the value of attribute logger.



5
6
7
# File 'lib/nice_commits/options.rb', line 5

def logger
  @logger
end

#sinceObject

Returns the value of attribute since.



4
5
6
# File 'lib/nice_commits/options.rb', line 4

def since
  @since
end