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(, workspace_name) super @b.append " workfold /workspace:#{@b.format workspace_name}" end |