Class: Virtuozzo::SOAP::Types::Envm::Venv_configType_::Ve_type

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.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.



298
299
300
301
# File 'lib/virtuozzo/soap/types/envm.rb', line 298

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



296
297
298
# File 'lib/virtuozzo/soap/types/envm.rb', line 296

def type
  @type
end

#veidObject

Returns the value of attribute veid.



295
296
297
# File 'lib/virtuozzo/soap/types/envm.rb', line 295

def veid
  @veid
end