Class: Virtuozzo::SOAP::Types::Environment::CreateResponse

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

Overview

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

env - Virtuozzo::SOAP::Drivers::Environment::EnvType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env = nil) ⇒ CreateResponse

Returns a new instance of CreateResponse.



3631
3632
3633
# File 'lib/virtuozzo/soap/types/environment.rb', line 3631

def initialize(env = nil)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



3629
3630
3631
# File 'lib/virtuozzo/soap/types/environment.rb', line 3629

def env
  @env
end