Class: Virtuozzo::SOAP::Types::Networkm::Sample_confType

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

Overview

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

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



587
588
589
590
591
592
593
# File 'lib/virtuozzo/soap/types/networkm.rb', line 587

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.



584
585
586
# File 'lib/virtuozzo/soap/types/networkm.rb', line 584

def comment
  @comment
end

#env_configObject

Returns the value of attribute env_config.



581
582
583
# File 'lib/virtuozzo/soap/types/networkm.rb', line 581

def env_config
  @env_config
end

#idObject

Returns the value of attribute id.



582
583
584
# File 'lib/virtuozzo/soap/types/networkm.rb', line 582

def id
  @id
end

#nameObject

Returns the value of attribute name.



583
584
585
# File 'lib/virtuozzo/soap/types/networkm.rb', line 583

def name
  @name
end

#vt_versionObject

Returns the value of attribute vt_version.



585
586
587
# File 'lib/virtuozzo/soap/types/networkm.rb', line 585

def vt_version
  @vt_version
end