Class: Virtuozzo::SOAP::Types::Processm::Sample_confType

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

Overview

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

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



1151
1152
1153
1154
1155
1156
1157
# File 'lib/virtuozzo/soap/types/processm.rb', line 1151

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.



1148
1149
1150
# File 'lib/virtuozzo/soap/types/processm.rb', line 1148

def comment
  @comment
end

#env_configObject

Returns the value of attribute env_config.



1145
1146
1147
# File 'lib/virtuozzo/soap/types/processm.rb', line 1145

def env_config
  @env_config
end

#idObject

Returns the value of attribute id.



1146
1147
1148
# File 'lib/virtuozzo/soap/types/processm.rb', line 1146

def id
  @id
end

#nameObject

Returns the value of attribute name.



1147
1148
1149
# File 'lib/virtuozzo/soap/types/processm.rb', line 1147

def name
  @name
end

#vt_versionObject

Returns the value of attribute vt_version.



1149
1150
1151
# File 'lib/virtuozzo/soap/types/processm.rb', line 1149

def vt_version
  @vt_version
end