Class: Virtuozzo::SOAP::Types::Envm::Get_privateResponse

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

Overview

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

value - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value = nil) ⇒ Get_privateResponse

Returns a new instance of Get_privateResponse.



3701
3702
3703
# File 'lib/virtuozzo/soap/types/envm.rb', line 3701

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

Instance Attribute Details

#valueObject

Returns the value of attribute value.



3699
3700
3701
# File 'lib/virtuozzo/soap/types/envm.rb', line 3699

def value
  @value
end