Class: GemKit::Release::Project::Config
- Inherits:
-
Struct
- Object
- Struct
- GemKit::Release::Project::Config
- Defined in:
- lib/gem_kit/release/project.rb
Overview
Overridable settings. Each is nil until set, and nil means "infer".
Instance Attribute Summary collapse
-
#changelog ⇒ Object
Returns the value of attribute changelog.
-
#changelog_writer ⇒ Object
Returns the value of attribute changelog_writer.
-
#require_path ⇒ Object
Returns the value of attribute require_path.
-
#test_command ⇒ Object
Returns the value of attribute test_command.
-
#version_file ⇒ Object
Returns the value of attribute version_file.
Instance Attribute Details
#changelog ⇒ Object
Returns the value of attribute changelog
33 34 35 |
# File 'lib/gem_kit/release/project.rb', line 33 def changelog @changelog end |
#changelog_writer ⇒ Object
Returns the value of attribute changelog_writer
33 34 35 |
# File 'lib/gem_kit/release/project.rb', line 33 def changelog_writer @changelog_writer end |
#require_path ⇒ Object
Returns the value of attribute require_path
33 34 35 |
# File 'lib/gem_kit/release/project.rb', line 33 def require_path @require_path end |
#test_command ⇒ Object
Returns the value of attribute test_command
33 34 35 |
# File 'lib/gem_kit/release/project.rb', line 33 def test_command @test_command end |
#version_file ⇒ Object
Returns the value of attribute version_file
33 34 35 |
# File 'lib/gem_kit/release/project.rb', line 33 def version_file @version_file end |