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