Class: Virtuozzo::SOAP::Types::Computerm::Get_systemResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(system = nil) ⇒ Get_systemResponse

Returns a new instance of Get_systemResponse.



2137
2138
2139
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2137

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

Instance Attribute Details

#systemObject

Returns the value of attribute system.



2135
2136
2137
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2135

def system
  @system
end