Class: Virtuozzo::SOAP::Drivers::Device::Forward

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/devmforward

source - Virtuozzo::SOAP::Drivers::Device::Forward::Source
destination - Virtuozzo::SOAP::Drivers::Device::Forward::Destination

Defined Under Namespace

Classes: Destination, Source

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(source = nil, destination = nil) ⇒ Forward

Returns a new instance of Forward.



3078
3079
3080
3081
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3078

def initialize(source = nil, destination = nil)
  @source = source
  @destination = destination
end

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



3076
3077
3078
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3076

def destination
  @destination
end

#sourceObject

Returns the value of attribute source.



3075
3076
3077
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3075

def source
  @source
end