Class: Virtuozzo::SOAP::Drivers::Device::Remove_forward
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::Remove_forward
- Defined in:
- lib/virtuozzo/soap/drivers/device/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmremove_forward
forward - Virtuozzo::SOAP::Drivers::Device::Forward
force - (any)
Instance Attribute Summary collapse
-
#force ⇒ Object
Returns the value of attribute force.
-
#forward ⇒ Object
Returns the value of attribute forward.
Instance Method Summary collapse
-
#initialize(forward = nil, force = nil) ⇒ Remove_forward
constructor
A new instance of Remove_forward.
Constructor Details
#initialize(forward = nil, force = nil) ⇒ Remove_forward
Returns a new instance of Remove_forward.
3116 3117 3118 3119 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3116 def initialize(forward = nil, force = nil) @forward = forward @force = force end |
Instance Attribute Details
#force ⇒ Object
Returns the value of attribute force.
3114 3115 3116 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3114 def force @force end |
#forward ⇒ Object
Returns the value of attribute forward.
3113 3114 3115 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3113 def forward @forward end |