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.
36 37 38 39 |
# File 'lib/fluent_command_builder/command_builders/netsh_61.rb', line 36 def initialize() super @b.append ' advfirewall' end |
Instance Method Details
#firewall ⇒ Object
40 41 42 |
# File 'lib/fluent_command_builder/command_builders/netsh_61.rb', line 40 def firewall Firewall.new @b end |