Class: LastHit::Configure

Inherits:
Object
  • Object
show all
Defined in:
lib/last_hit/configure.rb

Class Attribute Summary collapse

Class Attribute Details

.default_base_branchObject

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_commandObject

Returns the value of attribute test_command.



11
12
13
# File 'lib/last_hit/configure.rb', line 11

def test_command
  @test_command
end