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