Class: Virtuozzo::SOAP::Types::Envm::Allocate_veidResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Allocate_veidResponse
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmallocate_veidResponse
veid - (any)
Instance Attribute Summary collapse
-
#veid ⇒ Object
Returns the value of attribute veid.
Instance Method Summary collapse
-
#initialize(veid = nil) ⇒ Allocate_veidResponse
constructor
A new instance of Allocate_veidResponse.
Constructor Details
#initialize(veid = nil) ⇒ Allocate_veidResponse
Returns a new instance of Allocate_veidResponse.
2962 2963 2964 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2962 def initialize(veid = nil) @veid = veid end |
Instance Attribute Details
#veid ⇒ Object
Returns the value of attribute veid.
2960 2961 2962 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2960 def veid @veid end |