Class: Commands::Bug

Inherits:
Pick show all
Defined in:
lib/commands/bug.rb

Instance Attribute Summary

Attributes inherited from Base

#input, #options, #output

Instance Method Summary collapse

Methods inherited from Pick

#run!

Methods inherited from Base

#get, #initialize, #put, #run!, #sys, #with

Constructor Details

This class inherits a constructor from Commands::Base

Instance Method Details

#branch_suffixObject



14
15
16
# File 'lib/commands/bug.rb', line 14

def branch_suffix
  "bugfix"
end

#plural_typeObject



10
11
12
# File 'lib/commands/bug.rb', line 10

def plural_type
  "bugs"
end

#typeObject



6
7
8
# File 'lib/commands/bug.rb', line 6

def type
  "bug"
end