Class: Hound::Config::Base
- Inherits:
-
Object
- Object
- Hound::Config::Base
show all
- Defined in:
- lib/hound/config/base.rb
Instance Attribute Summary collapse
Instance Method Summary
collapse
Instance Attribute Details
#linters_file_name ⇒ Object
Returns the value of attribute linters_file_name.
4
5
6
|
# File 'lib/hound/config/base.rb', line 4
def linters_file_name
@linters_file_name
end
|
Instance Method Details
#linters_file_path ⇒ Object
10
11
12
|
# File 'lib/hound/config/base.rb', line 10
def linters_file_path
File.join(File.expand_path("~"), linters_file_name)
end
|
#name ⇒ Object
6
7
8
|
# File 'lib/hound/config/base.rb', line 6
def name
name_from_class
end
|