Class: FluentCommandBuilder::TeamFoundationTEE::V101::Profiles
- Inherits:
-
CommandBase
- Object
- CommandBase
- FluentCommandBuilder::TeamFoundationTEE::V101::Profiles
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb
Instance Method Summary collapse
- #format(format) {|@b| ... } ⇒ Object
-
#initialize(underlying_builder) ⇒ Profiles
constructor
A new instance of Profiles.
Methods inherited from CommandBase
Constructor Details
#initialize(underlying_builder) ⇒ Profiles
Returns a new instance of Profiles.
1229 1230 1231 1232 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb', line 1229 def initialize() super @b.append ' profiles' end |
Instance Method Details
#format(format) {|@b| ... } ⇒ Object
1233 1234 1235 1236 1237 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb', line 1233 def format(format) @b.append " -format:#{@b.format format}" yield @b if block_given? self end |