Class: Virtuozzo::SOAP::Types::Computerm::Get_systemResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::Get_systemResponse
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/computermget_systemResponse
system - Virtuozzo::SOAP::Types::Computerm::SystemType
Instance Attribute Summary collapse
-
#system ⇒ Object
Returns the value of attribute system.
Instance Method Summary collapse
-
#initialize(system = nil) ⇒ Get_systemResponse
constructor
A new instance of Get_systemResponse.
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
#system ⇒ Object
Returns the value of attribute system.
2135 2136 2137 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2135 def system @system end |