Method: FluentCommandBuilder::TeamFoundation::V100::ShowWorkspaceMappings#initialize

Defined in:
lib/fluent_command_builder/command_builders/team_foundation_100.rb

#initialize(underlying_builder, workspace_name) ⇒ ShowWorkspaceMappings

Returns a new instance of ShowWorkspaceMappings.



1865
1866
1867
1868
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 1865

def initialize(underlying_builder, workspace_name)
  super underlying_builder
  @b.append " workfold /workspace:#{@b.format workspace_name}"
end