Class: Virtuozzo::SOAP::Drivers::Device::Forward::Destination
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::Forward::Destination
- Defined in:
- lib/virtuozzo/soap/drivers/device/types.rb
Overview
inner class for member: destination http://www.swsoft.com/webservices/vzl/4.0.0/devmdestination
eid - (any)
device - Virtuozzo::SOAP::Drivers::Device::Common_deviceType
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil, device = nil) ⇒ Destination
constructor
A new instance of Destination.
Constructor Details
#initialize(eid = nil, device = nil) ⇒ Destination
Returns a new instance of Destination.
3069 3070 3071 3072 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3069 def initialize(eid = nil, device = nil) @eid = eid @device = device end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
3067 3068 3069 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3067 def device @device end |
#eid ⇒ Object
Returns the value of attribute eid.
3066 3067 3068 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3066 def eid @eid end |