Method: Virtuozzo::SOAP::Types::Packagem::Sample_confType#initialize
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
#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 |