Class: Virtuozzo::SOAP::Types::Sessionm::Sample_confType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::Sample_confType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typessample_confType
env_config - Virtuozzo::SOAP::Types::Sessionm::Env_configType
id - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPBase64
vt_version - Virtuozzo::SOAP::Types::Sessionm::Sample_confType::Vt_version
Defined Under Namespace
Classes: Vt_version
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#env_config ⇒ Object
Returns the value of attribute env_config.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#vt_version ⇒ Object
Returns the value of attribute vt_version.
Instance Method Summary collapse
-
#initialize(env_config = nil, id = nil, name = nil, comment = nil, vt_version = nil) ⇒ Sample_confType
constructor
A new instance of Sample_confType.
Constructor Details
#initialize(env_config = nil, id = nil, name = nil, comment = nil, vt_version = nil) ⇒ Sample_confType
Returns a new instance of Sample_confType.
557 558 559 560 561 562 563 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 557 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
#comment ⇒ Object
Returns the value of attribute comment.
554 555 556 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 554 def comment @comment end |
#env_config ⇒ Object
Returns the value of attribute env_config.
551 552 553 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 551 def env_config @env_config end |
#id ⇒ Object
Returns the value of attribute id.
552 553 554 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 552 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
553 554 555 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 553 def name @name end |
#vt_version ⇒ Object
Returns the value of attribute vt_version.
555 556 557 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 555 def vt_version @vt_version end |