Class: Virtuozzo::SOAP::Types::Envm::Start
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Start
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/envmstart
eid - (any)
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil) ⇒ Start
constructor
A new instance of Start.
Constructor Details
#initialize(eid = nil) ⇒ Start
Returns a new instance of Start.
3345 3346 3347 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3345 def initialize(eid = nil) @eid = eid end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
3343 3344 3345 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3343 def eid @eid end |