Class: LastHit::Configure
- Inherits:
-
Object
- Object
- LastHit::Configure
- Defined in:
- lib/last_hit/configure.rb
Class Attribute Summary collapse
-
.default_base_branch ⇒ Object
Returns the value of attribute default_base_branch.
-
.test_command ⇒ Object
Returns the value of attribute test_command.
Class Attribute Details
.default_base_branch ⇒ Object
Returns the value of attribute default_base_branch.
11 12 13 |
# File 'lib/last_hit/configure.rb', line 11 def default_base_branch @default_base_branch end |
.test_command ⇒ Object
Returns the value of attribute test_command.
11 12 13 |
# File 'lib/last_hit/configure.rb', line 11 def test_command @test_command end |