Class: Virtuozzo::SOAP::Types::Up2date::Sample_confType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Sample_confType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
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.
1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1339 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.
1336 1337 1338 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1336 def comment @comment end |
#env_config ⇒ Object
Returns the value of attribute env_config.
1333 1334 1335 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1333 def env_config @env_config end |
#id ⇒ Object
Returns the value of attribute id.
1334 1335 1336 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1334 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1335 1336 1337 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1335 def name @name end |
#vt_version ⇒ Object
Returns the value of attribute vt_version.
1337 1338 1339 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1337 def vt_version @vt_version end |