Class: Virtuozzo::SOAP::Drivers::Device::Forward
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::Forward
- 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
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(source = nil, destination = nil) ⇒ Forward
constructor
A new instance of Forward.
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
#destination ⇒ Object
Returns the value of attribute destination.
3076 3077 3078 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3076 def destination @destination end |
#source ⇒ Object
Returns the value of attribute source.
3075 3076 3077 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3075 def source @source end |