Class: Virtuozzo::SOAP::Types::Packagem::Sample_confType

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

Overview

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

env_config - Virtuozzo::SOAP::Types::Packagem::Env_configType
id - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPBase64
vt_version - Virtuozzo::SOAP::Types::Packagem::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.



1193
1194
1195
1196
1197
1198
1199
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1193

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.



1190
1191
1192
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1190

def comment
  @comment
end

#env_configObject

Returns the value of attribute env_config.



1187
1188
1189
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1187

def env_config
  @env_config
end

#idObject

Returns the value of attribute id.



1188
1189
1190
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1188

def id
  @id
end

#nameObject

Returns the value of attribute name.



1189
1190
1191
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1189

def name
  @name
end

#vt_versionObject

Returns the value of attribute vt_version.



1191
1192
1193
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1191

def vt_version
  @vt_version
end