Class: Virtuozzo::SOAP::Types::Envm::Umount
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Umount
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmumount
eid - (any)
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil) ⇒ Umount
constructor
A new instance of Umount.
Constructor Details
#initialize(eid = nil) ⇒ Umount
Returns a new instance of Umount.
2804 2805 2806 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2804 def initialize(eid = nil) @eid = eid end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2802 2803 2804 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2802 def eid @eid end |