Class: Virtuozzo::SOAP::Types::Support::Venv_configType_::Ve_type

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



660
661
662
663
# File 'lib/virtuozzo/soap/types/support.rb', line 660

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



658
659
660
# File 'lib/virtuozzo/soap/types/support.rb', line 658

def type
  @type
end

#veidObject

Returns the value of attribute veid.



657
658
659
# File 'lib/virtuozzo/soap/types/support.rb', line 657

def veid
  @veid
end