Method: Exec::ClusterCreate#initialize
- Defined in:
- lib/exec/cluster_create.rb
#initialize(argv, stdin, stdout, stderr, command_name) ⇒ ClusterCreate
Note:
Overrides default constructor by passing CustomCommandOption to super().
Default constructor of the class.
27 28 29 |
# File 'lib/exec/cluster_create.rb', line 27 def initialize(argv, stdin, stdout, stderr, command_name) super(argv, stdin, stdout, stderr, command_name) end |