Class: Virtuozzo::SOAP::Types::Support::Sample_confType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typessample_confType

env_config - Virtuozzo::SOAP::Drivers::Support::Env_configType
id - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPBase64
vt_version - Virtuozzo::SOAP::Drivers::Support::Sample_confType::Vt_version

Defined Under Namespace

Classes: Vt_version

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env_config = nil, id = nil, name = nil, comment = nil, vt_version = nil) ⇒ Sample_confType

Returns a new instance of Sample_confType.



1159
1160
1161
1162
1163
1164
1165
# File 'lib/virtuozzo/soap/types/support.rb', line 1159

def initialize(env_config = nil, id = nil, name = nil, comment = nil, vt_version = nil)
  @env_config = env_config
  @id = id
  @name = name
  @comment = comment
  @vt_version = vt_version
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



1156
1157
1158
# File 'lib/virtuozzo/soap/types/support.rb', line 1156

def comment
  @comment
end

#env_configObject

Returns the value of attribute env_config.



1153
1154
1155
# File 'lib/virtuozzo/soap/types/support.rb', line 1153

def env_config
  @env_config
end

#idObject

Returns the value of attribute id.



1154
1155
1156
# File 'lib/virtuozzo/soap/types/support.rb', line 1154

def id
  @id
end

#nameObject

Returns the value of attribute name.



1155
1156
1157
# File 'lib/virtuozzo/soap/types/support.rb', line 1155

def name
  @name
end

#vt_versionObject

Returns the value of attribute vt_version.



1157
1158
1159
# File 'lib/virtuozzo/soap/types/support.rb', line 1157

def vt_version
  @vt_version
end