Class: Virtuozzo::SOAP::Types::Scheduler::Remove

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



2103
2104
2105
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2103

def id
  @id
end