Class: Commands::Bug
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
Constructor Details
This class inherits a constructor from Commands::Base
Instance Method Details
#branch_suffix ⇒ Object
14
15
16
|
# File 'lib/commands/bug.rb', line 14
def branch_suffix
"bugfix"
end
|
#plural_type ⇒ Object
10
11
12
|
# File 'lib/commands/bug.rb', line 10
def plural_type
"bugs"
end
|
#type ⇒ Object
6
7
8
|
# File 'lib/commands/bug.rb', line 6
def type
"bug"
end
|