Class: FluentCommandBuilder::Netsh::V61::Advfirewall
- Inherits:
-
CommandBase
- Object
- CommandBase
- FluentCommandBuilder::Netsh::V61::Advfirewall
- Defined in:
- lib/fluent_command_builder/command_builders/netsh_61.rb
Instance Method Summary collapse
- #firewall ⇒ Object
-
#initialize(underlying_builder) ⇒ Advfirewall
constructor
A new instance of Advfirewall.
Methods inherited from CommandBase
Constructor Details
#initialize(underlying_builder) ⇒ Advfirewall
Returns a new instance of Advfirewall.
35 36 37 38 |
# File 'lib/fluent_command_builder/command_builders/netsh_61.rb', line 35 def initialize() super @b.append ' advfirewall' end |