Method: Seira::Commands::Gcloud#initialize
- Defined in:
- lib/seira/commands/gcloud.rb
#initialize(command, context:, clean_output:, format:) ⇒ Gcloud
Returns a new instance of Gcloud.
6 7 8 9 10 11 |
# File 'lib/seira/commands/gcloud.rb', line 6 def initialize(command, context:, clean_output:, format:) @command = command @context = context @format = format @clean_output = clean_output end |