Class: RackCommitStats::Configuration
- Inherits:
-
Struct
- Object
- Struct
- RackCommitStats::Configuration
- Defined in:
- lib/rack-commit-stats.rb
Instance Attribute Summary collapse
-
#file_path_prefix ⇒ Object
Returns the value of attribute file_path_prefix.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#repo_path ⇒ Object
Returns the value of attribute repo_path.
Instance Method Summary collapse
Instance Attribute Details
#file_path_prefix ⇒ Object
Returns the value of attribute file_path_prefix
12 13 14 |
# File 'lib/rack-commit-stats.rb', line 12 def file_path_prefix @file_path_prefix end |
#mode ⇒ Object
Returns the value of attribute mode
12 13 14 |
# File 'lib/rack-commit-stats.rb', line 12 def mode @mode end |
#repo_path ⇒ Object
Returns the value of attribute repo_path
12 13 14 |
# File 'lib/rack-commit-stats.rb', line 12 def repo_path @repo_path end |
Instance Method Details
#file_mode? ⇒ Boolean
13 14 15 |
# File 'lib/rack-commit-stats.rb', line 13 def file_mode? mode == FILE_MODE end |