Class: FluentCommandBuilder::CommandBuilder

Inherits:
UnderlyingBuilder show all
Defined in:
lib/fluent_command_builder/command_builder.rb

Instance Attribute Summary

Attributes inherited from UnderlyingBuilder

#args, #execution_context, #password_formatter, #passwords

Instance Method Summary collapse

Methods inherited from UnderlyingBuilder

#append, #executable, #execute, #to_s

Methods included from ArgumentFormatter

#format, #format_password

Constructor Details

#initialize(command, version = nil) ⇒ CommandBuilder

Returns a new instance of CommandBuilder.



7
8
9
10
# File 'lib/fluent_command_builder/command_builder.rb', line 7

def initialize(command, version=nil)
  command_builder_config = CommandBuilderConfig.new command, version
  super command_builder_config
end