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