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