Class: Virtuozzo::SOAP::Drivers::Device::List_forward
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::List_forward
- Defined in:
- lib/virtuozzo/soap/drivers/device/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmlist_forward
eid - (any)
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil) ⇒ List_forward
constructor
A new instance of List_forward.
Constructor Details
#initialize(eid = nil) ⇒ List_forward
Returns a new instance of List_forward.
3134 3135 3136 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3134 def initialize(eid = nil) @eid = eid end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
3132 3133 3134 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3132 def eid @eid end |