Class: Virtuozzo::SOAP::Types::Envm::Get_vt_infoResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(vt_info = nil) ⇒ Get_vt_infoResponse

Returns a new instance of Get_vt_infoResponse.



3727
3728
3729
# File 'lib/virtuozzo/soap/types/envm.rb', line 3727

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

Instance Attribute Details

#vt_infoObject

Returns the value of attribute vt_info.



3725
3726
3727
# File 'lib/virtuozzo/soap/types/envm.rb', line 3725

def vt_info
  @vt_info
end