Class: Cp8Cli::Commands::Start
- Inherits:
- 
      Object
      
        - Object
- Cp8Cli::Commands::Start
 
- Defined in:
- lib/cp8_cli/commands/start.rb
Instance Method Summary collapse
- 
  
    
      #initialize(name)  ⇒ Start 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Start. 
- #run ⇒ Object
Constructor Details
#initialize(name) ⇒ Start
Returns a new instance of Start.
| 7 8 9 | # File 'lib/cp8_cli/commands/start.rb', line 7 def initialize(name) @name = name end |