Class: Virtuozzo::SOAP::Types::Envm::CreateResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::CreateResponse
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
Instance Method Summary collapse
-
#initialize(env = nil) ⇒ CreateResponse
constructor
A new instance of CreateResponse.
Constructor Details
#initialize(env = nil) ⇒ CreateResponse
Returns a new instance of CreateResponse.
3631 3632 3633 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3631 def initialize(env = nil) @env = env end |
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env.
3629 3630 3631 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3629 def env @env end |