Class: Virtuozzo::SOAP::Types::Scheduler::Remove
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::Remove
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/schedulerremove
id - (any)
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil) ⇒ Remove
constructor
A new instance of Remove.
Constructor Details
#initialize(id = nil) ⇒ Remove
Returns a new instance of Remove.
2105 2106 2107 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2105 def initialize(id = nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2103 2104 2105 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2103 def id @id end |