Class: Virtuozzo::SOAP::Types::Envm::Allocate_veidResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#veidObject

Returns the value of attribute veid.



2960
2961
2962
# File 'lib/virtuozzo/soap/types/envm.rb', line 2960

def veid
  @veid
end