Class: Cp8Cli::Ci
- Inherits:
- 
      Object
      
        - Object
- Cp8Cli::Ci
 
- Defined in:
- lib/cp8_cli/ci.rb
Instance Method Summary collapse
- 
  
    
      #initialize(branch_name:, repo:)  ⇒ Ci 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Ci. 
- #open ⇒ Object
Constructor Details
#initialize(branch_name:, repo:) ⇒ Ci
Returns a new instance of Ci.
| 3 4 5 6 | # File 'lib/cp8_cli/ci.rb', line 3 def initialize(branch_name:, repo:) @branch_name = branch_name @repo = repo end |