Class: Virtuozzo::SOAP::Types::Filer::EnvType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::EnvType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenvType
parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Filer::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Filer::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Filer::Venv_configType
Instance Attribute Summary collapse
-
#alert ⇒ Object
Returns the value of attribute alert.
-
#config ⇒ Object
Returns the value of attribute config.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
-
#status ⇒ Object
Returns the value of attribute status.
-
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
Instance Method Summary collapse
-
#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType
constructor
A new instance of EnvType.
Constructor Details
#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType
Returns a new instance of EnvType.
284 285 286 287 288 289 290 291 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 284 def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) @parent_eid = parent_eid @eid = eid @status = status @alert = alert @config = config @virtual_config = virtual_config end |
Instance Attribute Details
#alert ⇒ Object
Returns the value of attribute alert.
280 281 282 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 280 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
281 282 283 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 281 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
278 279 280 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 278 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
277 278 279 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 277 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
279 280 281 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 279 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
282 283 284 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 282 def virtual_config @virtual_config end |