Class: Virtuozzo::SOAP::Drivers::Device::Forward_device
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::Forward_device
- Defined in:
- lib/virtuozzo/soap/drivers/device/types.rb
Overview
Instance Attribute Summary collapse
-
#forward ⇒ Object
Returns the value of attribute forward.
Instance Method Summary collapse
-
#initialize(forward = nil) ⇒ Forward_device
constructor
A new instance of Forward_device.
Constructor Details
#initialize(forward = nil) ⇒ Forward_device
Returns a new instance of Forward_device.
3097 3098 3099 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3097 def initialize(forward = nil) @forward = forward end |
Instance Attribute Details
#forward ⇒ Object
Returns the value of attribute forward.
3095 3096 3097 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3095 def forward @forward end |