Class: Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Ve_type

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

inner class for member: ve_type http://www.swsoft.com/webservices/vza/4.0.0/vzatypesve_type

veid - (any)
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(veid = nil, type = nil) ⇒ Ve_type

Returns a new instance of Ve_type.



700
701
702
703
# File 'lib/virtuozzo/soap/types/relocator.rb', line 700

def initialize(veid = nil, type = nil)
  @veid = veid
  @type = type
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



698
699
700
# File 'lib/virtuozzo/soap/types/relocator.rb', line 698

def type
  @type
end

#veidObject

Returns the value of attribute veid.



697
698
699
# File 'lib/virtuozzo/soap/types/relocator.rb', line 697

def veid
  @veid
end