Class: Deplo::BranchNameForGithub
- Inherits:
-
FromCommandLine
- Object
- FromCommandLine
- Deplo::BranchNameForGithub
- Defined in:
- lib/deplo/github.rb
Instance Method Summary collapse
-
#initialize ⇒ BranchNameForGithub
constructor
A new instance of BranchNameForGithub.
- #set ⇒ Object
Constructor Details
#initialize ⇒ BranchNameForGithub
Returns a new instance of BranchNameForGithub.
3 4 5 |
# File 'lib/deplo/github.rb', line 3 def initialize super( title: "Git Branch" , message: "Please input name of branch" , content: "master" ) end |