Class: Virtuozzo::SOAP::Types::Computerm::Reboot
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::Reboot
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/computermreboot
shutdown - (any)
Instance Attribute Summary collapse
-
#shutdown ⇒ Object
Returns the value of attribute shutdown.
Instance Method Summary collapse
-
#initialize(shutdown = nil) ⇒ Reboot
constructor
A new instance of Reboot.
Constructor Details
#initialize(shutdown = nil) ⇒ Reboot
Returns a new instance of Reboot.
2062 2063 2064 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2062 def initialize(shutdown = nil) @shutdown = shutdown end |
Instance Attribute Details
#shutdown ⇒ Object
Returns the value of attribute shutdown.
2060 2061 2062 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2060 def shutdown @shutdown end |