Class: Virtuozzo::SOAP::Drivers::Device::Forward_device

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/device/types.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#forwardObject

Returns the value of attribute forward.



3095
3096
3097
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3095

def forward
  @forward
end