Class: Virtuozzo::SOAP::Types::Envm::SetResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::SetResponse
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/envmsetResponse
env_config - Virtuozzo::SOAP::Types::Envm::Env_configType
Instance Attribute Summary collapse
-
#env_config ⇒ Object
Returns the value of attribute env_config.
Instance Method Summary collapse
-
#initialize(env_config = nil) ⇒ SetResponse
constructor
A new instance of SetResponse.
Constructor Details
#initialize(env_config = nil) ⇒ SetResponse
Returns a new instance of SetResponse.
3685 3686 3687 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3685 def initialize(env_config = nil) @env_config = env_config end |
Instance Attribute Details
#env_config ⇒ Object
Returns the value of attribute env_config.
3683 3684 3685 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3683 def env_config @env_config end |