Method: FluentCommandBuilder::NuGet::V21::SetApiKey#initialize
- Defined in:
- lib/fluent_command_builder/command_builders/nuget_21.rb
#initialize(underlying_builder, api_key) ⇒ SetApiKey
Returns a new instance of SetApiKey.
377 378 379 380 |
# File 'lib/fluent_command_builder/command_builders/nuget_21.rb', line 377 def initialize(, api_key) super @b.append " setApiKey #{@b.format api_key}" end |