Class: Commands::Feature
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/feature.rb', line 14
def branch_suffix
"feature"
end
|
#plural_type ⇒ Object
10
11
12
|
# File 'lib/commands/feature.rb', line 10
def plural_type
"features"
end
|
#type ⇒ Object
6
7
8
|
# File 'lib/commands/feature.rb', line 6
def type
"feature"
end
|